WebMCP Registry site · v0.18.35
Use Catalog with your agent.
Catalog (getcatalog.ai) registers 6 WebMCP tools. 4 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 getcatalog.ai and returns untrusted site content.
This page mirrors the WebMCP Registry listing for getcatalog.ai, last live-checked by the registry at 2026-09-23T00:54:19.708Z. Run ghostget webmcp sites.get --input '{"domain":"getcatalog.ai"}' --json for the current schema; the listing can drift between checks.
Use Catalog 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":"getcatalog.ai"}' --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":"getcatalog.ai","tool":"book_demo","input":"{}"}' --json
Registered WebMCP tools
Catalog publishes 6 tools on getcatalog.ai; 4 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
book_demo | Get the scheduling link for a Catalog discovery call (demo). Returns a Calendly URL — open it for the user or show it to them. Booking itself happens on Calendly. | Callable read-only tool |
get_company_overview | What Catalog is and does: the product data layer for AI commerce. Returns positioning, how the platform works for brands, supported AI channels and commerce protocols, and next steps. Call this first for context about this site. | Callable read-only tool |
get_faq | Frequently asked questions with Catalog's official answers: site impact, data accuracy, pricing/inventory sync, which AI channels are covered, click-through behavior, setup time, and storefront ownership. | Callable read-only tool |
list_blog_posts | List recent posts from the Catalog blog (AI commerce, product data, AI search). Returns title, description, URL path, author, category, date, and tags, newest first. Open a returned URL with open_page. | Callable read-only tool |
open_page | Navigate this site to a page the user should see. Known pages: / — Home — what Catalog does for brands /about-us — About the company /blog — Blog /audit — Request a free product-data audit /legal/privacy-policy — Privacy policy Blog post UR | Listed for discovery; the registry allows read-only calls only |
request_product_audit | Submit a request for a free audit of how AI systems read a brand's product data. Sends the contact details to the Catalog team, who reply by email with the audit. Side effect: shares name, email, and brand site with Catalog — only call afte | 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 Catalog changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on getcatalog.ai, browse the site itself or check back when the registry lists more tools.