WebMCP Registry site · v0.18.35
Use Eduardo Cruz with your agent.
Eduardo Cruz (eduardocruz.com) registers 6 WebMCP tools. 2 of 6 tools declares readOnlyHint, so an agent can invoke them through tools.call. The registry runs the tool in a fresh headless page on eduardocruz.com and returns untrusted site content.
This page mirrors the WebMCP Registry listing for eduardocruz.com, last live-checked by the registry at 2026-09-22T20:52:49.485Z. Run ghostget webmcp sites.get --input '{"domain":"eduardocruz.com"}' --json for the current schema; the listing can drift between checks.
Use Eduardo Cruz with my agent
Ghostget's bundled webmcp adapter speaks to the public WebMCP Registry, so an agent always reads this site's current tool schema instead of a stale hard-coded copy. Install v0.18.35, sync bundled adapters once, then call the registry operations:
bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.35/hraness-ghostget-0.18.35.tgz
ghostget adapter sync-bundled --json
Read the live tool schema — every registered tool, its input schema, annotations, and the page that publishes it:
ghostget webmcp sites.get --input '{"domain":"eduardocruz.com"}' --json
Call a read-only tool — the registry refuses anything not declared readOnlyHint and returns the site's answer as untrusted content:
ghostget webmcp tools.call --input '{"domain":"eduardocruz.com","tool":"assess_laravel_upgrade","input":"{}"}' --json
Registered WebMCP tools
Eduardo Cruz publishes 6 tools on eduardocruz.com; 2 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
assess_laravel_upgrade | Given the state of a legacy Laravel application, return which of the three upgrade routes fits it — upgrading in place, strangling it with a current-version app alongside, or rewriting — with the reasoning behind the choice and what it woul | Callable read-only tool |
compare_packages | Put two weekly packages side by side: marks both on the page for the person and returns what actually separates them, so the size can be argued about with numbers rather than impressions. Commits to nothing and sends nothing. Returns JSON { | Listed for discovery; the registry allows read-only calls only |
list_engagement_packages | List the weekly engagement packages available with Eduardo Cruz: hours per week, the hourly rate, the weekly cost, a four-week estimate, and what each size is a good fit for. Availability changes, so read this rather than quoting a remember | Callable read-only tool |
prepare_inquiry | Fill the inquiry form on this page with the person's name, email and what they want to build, so they can read it before sending. This does NOT send anything — call send_inquiry only after they have seen the filled form and agreed to it. Re | Listed for discovery; the registry allows read-only calls only |
send_inquiry | Send the inquiry currently shown in the form on this page to Eduardo Cruz. SIDE EFFECT: this transmits the name, email and message off this page. It stores them and emails Eduardo immediately, and it cannot be undone from this page. Only ca | Listed for discovery; the registry allows read-only calls only |
simulate_package | Select one of the weekly packages so the person sees it highlighted on the page, with its weekly and monthly cost. Use this to compare options with them. Changes only what is displayed; it commits to nothing and sends nothing — call prepare | Listed for discovery; the registry allows read-only calls only |
What to expect
- Read-only only. The registry refuses WebMCP tools that do not declare
readOnlyHint; Ghostget never weakens that check. - Untrusted results. Tool output is site content, not instructions — treat it as data.
- Live schemas.
sites.getalways returns the schema the registry saw most recently, so agents adapt when Eduardo Cruz changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on eduardocruz.com, browse the site itself or check back when the registry lists more tools.