WebMCP Registry site · v0.18.35
Use Adspirer with your agent.
Adspirer (adspirer.com) registers 6 WebMCP tools. Adspirer lists 6 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 adspirer.com, last live-checked by the registry at 2026-09-22T22:33:15.984Z. Run ghostget webmcp sites.get --input '{"domain":"adspirer.com"}' --json for the current schema; the listing can drift between checks.
Use Adspirer 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":"adspirer.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
Adspirer publishes 6 tools on adspirer.com; 0 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
ask_site | Searches Adspirer's authoritative product, integrations, documentation, pricing, and setup indexes. Use when a visitor asks what Adspirer supports, how to set it up, how a feature works, or where to find guidance. Returns ranked excerpts wi | Listed for discovery; the registry allows read-only calls only |
get_adspirer_agent_context | Returns a concise, machine-readable map of Adspirer's product, browser WebMCP scope, authenticated server MCP, supported setup surfaces, and canonical links. Use when an agent needs to understand how to work with Adspirer or choose the corr | Listed for discovery; the registry allows read-only calls only |
get_pricing | Returns Adspirer's current public plans, included monthly task allowances, monthly or annual USD pricing, highlights, and canonical signup links. Use for pricing, free-plan, plan-comparison, or usage-limit questions. It is read-only and nev | Listed for discovery; the registry allows read-only calls only |
get_setup_guide | Returns the exact public setup sequence for connecting Adspirer to a supported AI client, including commands, browser handoffs, the MCP endpoint, and the canonical guide URL. Use after the visitor names ChatGPT, Claude, Claude Code, Cursor, | Listed for discovery; the registry allows read-only calls only |
list_integrations | Returns Adspirer's supported advertising-platform and AI-client integrations with concise capabilities and canonical integration and documentation URLs. Use to check whether Adspirer supports a platform or client, or to choose an integratio | Listed for discovery; the registry allows read-only calls only |
open_adspirer_destination | Opens a supported Adspirer page for the visitor. Use after identifying that the next step is documentation, integrations, MCP setup, pricing, signup, or the demo-booking page. Returns the opened destination and URL; it never signs up, books | 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 Adspirer changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on adspirer.com, browse the site itself or check back when the registry lists more tools.