WebMCP Registry site · v0.18.35
Use Isaac Solomon with your agent.
Isaac Solomon (isaacsolomon.dev) registers 11 WebMCP tools. Isaac Solomon lists 11 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 isaacsolomon.dev, last live-checked by the registry at 2026-09-23T04:14:34.574Z. Run ghostget webmcp sites.get --input '{"domain":"isaacsolomon.dev"}' --json for the current schema; the listing can drift between checks.
Use Isaac Solomon 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":"isaacsolomon.dev"}' --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
Isaac Solomon publishes 11 tools on isaacsolomon.dev; 0 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
describe_article | What one piece of writing actually covers — its section headings in order, opening paragraph, length and reading time — without pulling the full text. Use this to decide whether an article is worth reading in full. Accepts a slug from list_ | Listed for discovery; the registry allows read-only calls only |
get_article | The complete text of one case study or essay, as markdown-style prose with its headings. Use when you need to quote it or answer detail questions; prefer describe_article first if you only need to know what it covers. | Listed for discovery; the registry allows read-only calls only |
get_contact | How to get in touch with Isaac — email, social links and current availability for work. | Listed for discovery; the registry allows read-only calls only |
get_profile | Who Isaac Solomon is: role, availability, location, background, the services he takes on and the clients he's built for. Start here when asked a general question about him. | Listed for discovery; the registry allows read-only calls only |
get_project | Full detail for one project, including its live URL and case study link. Accepts the project title or its slug (from list_projects). | Listed for discovery; the registry allows read-only calls only |
inspect_image_c2pa | Fetch a single image (by CSS selector or URL) and return its fully decoded C2PA manifest store: every manifest's claim, assertions (e.g. c2pa.actions edit history, schema.org authorship), and the COSE signature details (algorithm and signin | Listed for discovery; the registry allows read-only calls only |
list_photos | Isaac's photography — each frame with its title, location, description and image URL. Optionally filter by a free-text query matched against title, location and description. | Listed for discovery; the registry allows read-only calls only |
list_projects | List portfolio projects with year, category, tags and a summary. Optionally filter by a free-text query matched against title, category and tags. | Listed for discovery; the registry allows read-only calls only |
list_writing | List the case studies and essays, with reading time and year. Optionally filter by a free-text query. | Listed for discovery; the registry allows read-only calls only |
scan_images_c2pa | Scan every <img> on the current page for C2PA Content Credentials (content provenance metadata) and return a per-image summary: whether a manifest is present, the claim generator (the tool that produced or edited the image), the title, and | Listed for discovery; the registry allows read-only calls only |
search_site | Free-text search across projects, writing, services and work history. Use when you do not know which category an answer lives in. | 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 Isaac Solomon changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on isaacsolomon.dev, browse the site itself or check back when the registry lists more tools.