WebMCP Registry site · v0.18.35
Use Matt Pyle with your agent.
Matt Pyle (mattpyle.com) registers 7 WebMCP tools. Matt Pyle lists 7 tools but declares none as read-only today, so tools.call cannot invoke them yet. Ask sites.get for the live status before planning a call.
This page mirrors the WebMCP Registry listing for mattpyle.com, last live-checked by the registry at 2026-09-22T23:51:48.698Z. Run ghostget webmcp sites.get --input '{"domain":"mattpyle.com"}' --json for the current schema; the listing can drift between checks.
Use Matt Pyle 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":"mattpyle.com"}' --json
Call a read-only tool — the registry refuses anything not declared readOnlyHint and returns the site's answer as untrusted content:
# no read-only-callable tools listed today; sites.get shows the live status
Registered WebMCP tools
Matt Pyle publishes 7 tools on mattpyle.com; 0 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
describe_site | Describe mattpyle.com: who the author is, what the site is, and which sections it has. Call this first for context about the site you're on. | Listed for discovery; the registry allows read-only calls only |
get_recent_writing | List the most recent published articles on mattpyle.com, newest first, optionally filtered to a single tag. | Listed for discovery; the registry allows read-only calls only |
list_related_sites | List the sites in the web ring on mattpyle.com: a hand-picked, one-directional ring of sites experimenting with the agentic web. Read-only. The ring is still being filled, so some entries are open slots with no URL. | Listed for discovery; the registry allows read-only calls only |
run_audit | Run an agent-readiness audit of a website and show the report: robots.txt and its AI-agent rules, the sitemap, llms.txt, agents.md, the well-known discovery documents, and whether the site serves markdown when asked for it. About a dozen re | Listed for discovery; the registry allows read-only calls only |
search_content | Search the titles, descriptions, and tags of every published article, project, and changelog entry on mattpyle.com. | Listed for discovery; the registry allows read-only calls only |
set_appearance | Switch mattpyle.com between its modern appearance and a retro, GeoCities-era skin. This changes only the calling browser's own view (stored in that browser's localStorage) — it never affects the site for other visitors. Pass mode: 'retro' o | Listed for discovery; the registry allows read-only calls only |
sign_guestbook | Sign the guest book on mattpyle.com with a name and a message. The entry is saved in the calling browser's own localStorage and nowhere else — no server receives it and no other visitor can see it. Entries signed through this tool are recor | 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 Matt Pyle changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on mattpyle.com, browse the site itself or check back when the registry lists more tools.