Ghostget

WebMCP Registry site · v0.18.35

Use Hunch with your agent.

Hunch (hunchbank.com) registers 55 WebMCP tools. 15 of 55 tools declares readOnlyHint, so an agent can invoke them through tools.call. The registry runs the tool in a fresh headless page on hunchbank.com and returns untrusted site content.

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

Use Hunch 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":"hunchbank.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":"hunchbank.com","tool":"extract_page_listings","input":"{}"}' --json

Registered WebMCP tools

Hunch publishes 55 tools on hunchbank.com; 15 declare readOnlyHint.

ToolWhat it doesCallable through Ghostget
apply_via_emailOpen the application flow on this website.Listed for discovery; the registry allows read-only calls only
billing_payment_method_questions_talk_to_usOpen the contact or support flow on this website.Listed for discovery; the registry allows read-only calls only
contactOpen the contact or support flow on this website.Listed for discovery; the registry allows read-only calls only
contact_salesOpen the contact or support flow on this website.Listed for discovery; the registry allows read-only calls only
contact_supportOpen the contact or support flow on this website.Listed for discovery; the registry allows read-only calls only
contact_usOpen the contact or support flow on this website.Listed for discovery; the registry allows read-only calls only
demoOpen a booking or scheduling flow on this website.Listed for discovery; the registry allows read-only calls only
demo_sitesOpen a booking or scheduling flow on this website.Listed for discovery; the registry allows read-only calls only
downloadClick "Site index for AI agents (llms.txt)" buttonListed for discovery; the registry allows read-only calls only
extract_page_listingsExtract structured listing data (flights, hotels, restaurants, menu items) from the current page. Returns titles, prices, descriptions, and links.Callable read-only tool
get_productsGet a list of products or items displayed on this page. Returns product names, prices, and details.Callable read-only tool
get_startedClick the "get started" buttonListed for discovery; the registry allows read-only calls only
get_started_freeClick the "get started free" buttonListed for discovery; the registry allows read-only calls only
i_want_to_book_a_demo_callOpen a booking or scheduling flow on this website.Listed for discovery; the registry allows read-only calls only
login_ipaas_vs_hunchzapier_make_and_n8n_need_an_api_at_both_endsOpen the login flow on this website.Listed for discovery; the registry allows read-only calls only
login_log_inOpen the login flow on this website.Listed for discovery; the registry allows read-only calls only
navigate_auditNavigate to the "audit" pageCallable read-only tool
navigate_cro_pipelineNavigate to the "cro pipeline" pageCallable read-only tool
navigate_demoNavigate to the "demo" pageCallable read-only tool
navigate_developersNavigate to the "developers" pageCallable read-only tool
navigate_directoryNavigate to the "directory" pageCallable read-only tool
navigate_extensionsNavigate to the "extensions" pageCallable read-only tool
navigate_featuresNavigate to the "features" pageCallable read-only tool
navigate_flight_searchFill in and submit a flight/hotel/travel search form on the current page. Use when the page has a travel search widget with From/To/Date fields.Listed for discovery; the registry allows read-only calls only
navigate_hunchNavigate to the "hunch" pageCallable read-only tool
navigate_operateNavigate to the "operate" pageCallable read-only tool
navigate_pricingNavigate to the "pricing" pageCallable read-only tool
navigate_proofNavigate to the "proof" pageCallable read-only tool
navigate_public_ai_accessNavigate to the "public ai access" pageCallable read-only tool
open_support_formOpen the contact or support flow on this website.Listed for discovery; the registry allows read-only calls only
request_a_demoOpen a booking or scheduling flow on this website.Listed for discovery; the registry allows read-only calls only
request_demoOpen a booking or scheduling flow on this website.Listed for discovery; the registry allows read-only calls only
search_1Search for content on this website. Search Acme StoreListed for discovery; the registry allows read-only calls only
search_and_listSearch for flights, hotels, restaurants, or other listings on the current page. Fills search forms and extracts structured results.Callable read-only tool
signup_add_hunch_to_your_projectOpen the signup or free-trial flow on this website.Listed for discovery; the registry allows read-only calls only
signup_get_startedOpen the signup or free-trial flow on this website.Listed for discovery; the registry allows read-only calls only
signup_get_started_freeOpen the signup or free-trial flow on this website.Listed for discovery; the registry allows read-only calls only
signup_sign_me_up_for_a_free_trialOpen the signup or free-trial flow on this website.Listed for discovery; the registry allows read-only calls only
signup_sign_up_for_hunchOpen the signup or free-trial flow on this website.Listed for discovery; the registry allows read-only calls only
signup_start_freeOpen the signup or free-trial flow on this website.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 Hunch changes its tools.
  • No account needed. These calls are credential-free registry reads. For tools that need a session on hunchbank.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