# Use Hunch with your agent.

[Hunch](https://hunchbank.com/) (`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](https://wmcp.ai/sites/hunchbank.com) 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`.

| Tool | What it does | Callable through Ghostget |
| --- | --- | --- |
| `apply_via_email` | Open the application flow on this website. | Listed for discovery; the registry allows read-only calls only |
| `billing_payment_method_questions_talk_to_us` | Open the contact or support flow on this website. | Listed for discovery; the registry allows read-only calls only |
| `contact` | Open the contact or support flow on this website. | Listed for discovery; the registry allows read-only calls only |
| `contact_sales` | Open the contact or support flow on this website. | Listed for discovery; the registry allows read-only calls only |
| `contact_support` | Open the contact or support flow on this website. | Listed for discovery; the registry allows read-only calls only |
| `contact_us` | Open the contact or support flow on this website. | Listed for discovery; the registry allows read-only calls only |
| `demo` | Open a booking or scheduling flow on this website. | Listed for discovery; the registry allows read-only calls only |
| `demo_sites` | Open a booking or scheduling flow on this website. | Listed for discovery; the registry allows read-only calls only |
| `download` | Click "Site index for AI agents (llms.txt)" button | Listed for discovery; the registry allows read-only calls only |
| `extract_page_listings` | Extract structured listing data (flights, hotels, restaurants, menu items) from the current page. Returns titles, prices, descriptions, and links. | Callable read-only tool |
| `get_products` | Get a list of products or items displayed on this page. Returns product names, prices, and details. | Callable read-only tool |
| `get_started` | Click the "get started" button | Listed for discovery; the registry allows read-only calls only |
| `get_started_free` | Click the "get started free" button | Listed for discovery; the registry allows read-only calls only |
| `i_want_to_book_a_demo_call` | Open 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_ends` | Open the login flow on this website. | Listed for discovery; the registry allows read-only calls only |
| `login_log_in` | Open the login flow on this website. | Listed for discovery; the registry allows read-only calls only |
| `navigate_audit` | Navigate to the "audit" page | Callable read-only tool |
| `navigate_cro_pipeline` | Navigate to the "cro pipeline" page | Callable read-only tool |
| `navigate_demo` | Navigate to the "demo" page | Callable read-only tool |
| `navigate_developers` | Navigate to the "developers" page | Callable read-only tool |
| `navigate_directory` | Navigate to the "directory" page | Callable read-only tool |
| `navigate_extensions` | Navigate to the "extensions" page | Callable read-only tool |
| `navigate_features` | Navigate to the "features" page | Callable read-only tool |
| `navigate_flight_search` | Fill 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_hunch` | Navigate to the "hunch" page | Callable read-only tool |
| `navigate_operate` | Navigate to the "operate" page | Callable read-only tool |
| `navigate_pricing` | Navigate to the "pricing" page | Callable read-only tool |
| `navigate_proof` | Navigate to the "proof" page | Callable read-only tool |
| `navigate_public_ai_access` | Navigate to the "public ai access" page | Callable read-only tool |
| `open_support_form` | Open the contact or support flow on this website. | Listed for discovery; the registry allows read-only calls only |
| `request_a_demo` | Open a booking or scheduling flow on this website. | Listed for discovery; the registry allows read-only calls only |
| `request_demo` | Open a booking or scheduling flow on this website. | Listed for discovery; the registry allows read-only calls only |
| `search_1` | Search for content on this website. Search Acme Store | Listed for discovery; the registry allows read-only calls only |
| `search_and_list` | Search 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_project` | Open the signup or free-trial flow on this website. | Listed for discovery; the registry allows read-only calls only |
| `signup_get_started` | Open the signup or free-trial flow on this website. | Listed for discovery; the registry allows read-only calls only |
| `signup_get_started_free` | Open 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_trial` | Open the signup or free-trial flow on this website. | Listed for discovery; the registry allows read-only calls only |
| `signup_sign_up_for_hunch` | Open the signup or free-trial flow on this website. | Listed for discovery; the registry allows read-only calls only |
| `signup_start_free` | Open 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.
