Ghostget

WebMCP Registry site · v0.18.35

Use Coverage Cat with your agent.

Coverage Cat (coveragecat.com) registers 13 WebMCP tools. 7 of 13 tools declares readOnlyHint, so an agent can invoke them through tools.call. The registry runs the tool in a fresh headless page on coveragecat.com and returns untrusted site content.

This page mirrors the WebMCP Registry listing for coveragecat.com, last live-checked by the registry at 2026-09-22T09:27:00.830Z. Run ghostget webmcp sites.get --input '{"domain":"coveragecat.com"}' --json for the current schema; the listing can drift between checks.

Use Coverage Cat 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":"coveragecat.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":"coveragecat.com","tool":"coveragecat-auto-estimates","input":"{}"}' --json

Registered WebMCP tools

Coverage Cat publishes 13 tools on coveragecat.com; 7 declare readOnlyHint.

ToolWhat it doesCallable through Ghostget
coveragecat-auto-estimatesEstimate monthly auto premiums across carriers for a single driver and vehicle profile.Callable read-only tool
coveragecat-collision-and-comprehensive-coverageCompare long-run collision and comprehensive coverage costs for the current auto profile.Callable read-only tool
coveragecat-consumer-intake-issuesContinue a Coverage Cat consumer-prefill umbrella handoff with the current uid and intake_access_token. Use this to read the staged review, remaining items, quotes, and post-choose states without switching to delegated tools. If Coverage CaCallable read-only tool
coveragecat-consumer-intake-patchPatch a Coverage Cat consumer-prefill umbrella handoff in chat. Use this for the final staged review turn, bundled shopper-owned details, and the one real submit confirmation.Listed for discovery; the registry allows read-only calls only
coveragecat-file-a-claimEstimate whether filing an auto claim is likely better than paying out of pocket.Callable read-only tool
coveragecat-home-calculatorEstimate annual home insurance pricing for a California property by ZIP code, square footage, and risk factors.Callable read-only tool
coveragecat-homeowners-agent-finderFind licensed homeowners agents in supported states by ZIP code and line type.Callable read-only tool
coveragecat-umbrella-calculatorResearch-only estimate of annual personal umbrella pricing bands by coverage limit and household risk factors. Use this for directional pricing, not when the shopper wants Coverage Cat to shop for or buy umbrella insurance.Callable read-only tool
coveragecat-umbrella-consumer-attachUpload declarations or auto declarations during Coverage Cat's consumer umbrella post-choose flow when Coverage Cat says documents are needed. If both files are already available, prefer one attach call with attachments so the shopper only Listed for discovery; the registry allows read-only calls only
coveragecat-umbrella-consumer-bindContinue the Coverage Cat consumer umbrella bind flow only after selection reaches a bind-stage next question or ready-to-finalize state.Listed for discovery; the registry allows read-only calls only
coveragecat-umbrella-consumer-paymentPrepare secure Stripe payment collection for Coverage Cat's consumer umbrella post-choose flow, or submit the resulting reusable payment method once the shopper completes the secure form. Use this only after Coverage Cat returns payment_neeListed for discovery; the registry allows read-only calls only
coveragecat-umbrella-consumer-prefillStart Coverage Cat's real consumer umbrella purchase flow on a cold visit. Call this before you ask a questionnaire, then stay on the same consumer subset through review, quotes, selection, declarations upload, and checkout. If Coverage CatListed for discovery; the registry allows read-only calls only
coveragecat-umbrella-consumer-selectChoose one quoted umbrella offer, collect the real shopper's consent for a soft credit check, and let Coverage Cat continue the post-choose consumer flow without switching to delegated tools. If Coverage Cat returns credit_consent_required 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.get always returns the schema the registry saw most recently, so agents adapt when Coverage Cat changes its tools.
  • No account needed. These calls are credential-free registry reads. For tools that need a session on coveragecat.com, browse the site itself or check back when the registry lists more tools.

Ghostget 0.18.35 · MIT · Source on GitHub · About · Contact · Privacy · llms.txt