← All WebMCP sites

hunchbank.com

AI & Agentshttps://hunchbank.com/listed as of 2026-08-23
Let visitors get things done without filling out a single form. Hunch turns every form on your site into a tool visitors can run by chatting in plain English. No API, no backend integration, one…
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 50/100 (C).

Tools

search_1answerimperative
Search for content on this website. Search Acme Store
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query or keywords"
    }
  },
  "required": [
    "query"
  ]
}
get_productsanswerimperative
Get a list of products or items displayed on this page. Returns product names, prices, and details.
Input schema
{
  "type": "object",
  "properties": {
    "category": {
      "type": "string",
      "description": "Optional category filter"
    },
    "limit": {
      "type": "number",
      "description": "Maximum number of products to return"
    }
  },
  "required": []
}
search_and_listanswerimperative
Search for flights, hotels, restaurants, or other listings on the current page. Fills search forms and extracts structured results.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query (e.g., \"flights to Tokyo\", \"hotels in Paris\", \"pizza near me\")"
    },
    "from": {
      "type": "string",
      "description": "Origin location for travel searches"
    },
    "to": {
      "type": "string",
      "description": "Destination location for travel searches"
    },
    "date": {
      "type": "string",
      "description": "Date for the search (YYYY-MM-DD)"
    }
  },
  "required": []
}
extract_page_listingsanswerimperative
Extract structured listing data (flights, hotels, restaurants, menu items) from the current page. Returns titles, prices, descriptions, and links.
Input schema
{
  "type": "object",
  "properties": {
    "category": {
      "type": "string",
      "description": "Optional category hint: \"flight\", \"hotel\", \"restaurant\", or empty for auto-detect"
    }
  },
  "required": []
}
navigate_flight_searchactimperative
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.
Input schema
{
  "type": "object",
  "properties": {
    "from": {
      "type": "string",
      "description": "Origin city or airport code"
    },
    "to": {
      "type": "string",
      "description": "Destination city or airport code"
    },
    "departDate": {
      "type": "string",
      "description": "Departure date (YYYY-MM-DD)"
    },
    "returnDate": {
      "type": "string",
      "description": "Return date (YYYY-MM-DD), optional for one-way"
    },
    "passengers": {
      "type": "string",
      "description": "Number of passengers (default: 1)"
    }
  },
  "required": [
    "from",
    "to",
    "departDate"
  ]
}
login_log_inactimperative
Open the login flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
signup_get_startedactimperative
Open the signup or free-trial flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
signup_sign_me_up_for_a_free_trialactimperative
Open the signup or free-trial flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
signup_start_your_10_minute_setupactimperative
Open the signup or free-trial flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
signup_start_freeactimperative
Open the signup or free-trial flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
signup_get_started_freeactimperative
Open the signup or free-trial flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
signup_start_with_starteractimperative
Open the signup or free-trial flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
signup_start_with_proactimperative
Open the signup or free-trial flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
demoactimperative
Open a booking or scheduling flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
request_demoactimperative
Open a booking or scheduling flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
watch_demoactimperative
Open a booking or scheduling flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
supportactimperative
Open the contact or support flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
travel_bookingtransactimperative
Open a booking or scheduling flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
i_want_to_book_a_demo_calltransactimperative
Open a booking or scheduling flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
contact_salestransactimperative
Open the contact or support flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
billing_payment_method_questions_talk_to_ustransactimperative
Open the contact or support flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
contact_supporttransactimperative
Open the contact or support flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
demo_sitesactimperative
Open a booking or scheduling flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
contacttransactimperative
Open the contact or support flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
subscribe_to_updatestransactimperative
Open the purchase or checkout flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
navigate_hunchactimperative
Navigate to the "hunch" page
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
navigate_directoryactimperative
Navigate to the "directory" page
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
navigate_proofactimperative
Navigate to the "proof" page
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
navigate_operateactimperative
Navigate to the "operate" page
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
navigate_auditactimperative
Navigate to the "audit" page
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
navigate_extensionsactimperative
Navigate to the "extensions" page
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
navigate_affiliatesactimperative
Navigate to the "affiliates" page
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
get_startedactimperative
Click the "get started" button
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
start_your_10_minute_setupactimperative
Click the "start your 10-minute setup" button
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
start_freeactimperative
Click the "start free" button
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
get_started_freeactimperative
Click the "get started free" button
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
start_with_starteractimperative
Click the "start with starter" button
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
start_with_proactimperative
Click the "start with pro" button
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
signup_do_i_need_a_credit_card_to_start_hunch_no_hunch_s_free_planswerimperative/questions
Open the signup or free-trial flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
signup_how_do_i_sign_up_for_hunch_sign_up_to_hunch_with_just_namanswerimperative/questions
Open the signup or free-trial flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
signup_does_hunch_have_a_free_trial_hunch_s_free_plan_doubles_asanswerimperative/questions
Open the signup or free-trial flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
navigate_featuresactimperative/questions
Navigate to the "features" page
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
navigate_demoactimperative/questions
Navigate to the "demo" page
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
navigate_pricingactimperative/questions
Navigate to the "pricing" page
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
watch_the_demoactimperative/mcp
Open a booking or scheduling flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
try_the_on_site_demo_firstactimperative/mcp
Open a booking or scheduling flow on this website.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
commerce_get_product_detailsanswerimperative/proof
Get details for a visible product, including available variants/options, before asking the visitor to choose.
Input schema
{
  "type": "object",
  "properties": {
    "product_id": {
      "type": "string",
      "description": "Product ID returned by commerce_search_products."
    },
    "product_name": {
      "type": "string",
      "description": "Product name if product_id is not known."
    }
  },
  "required": []
}
commerce_search_productsanswerimperative/proof
Search visible products on this Hunch-installed storefront and return product IDs, prices, variants, and links.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Product search terms."
    },
    "limit": {
      "type": "number",
      "description": "Maximum products to return."
    }
  },
  "required": []
}
commerce_select_variantactimperative/proof
Select a visible product variant or option, such as size or color, before adding the product to cart.
Input schema
{
  "type": "object",
  "properties": {
    "product_id": {
      "type": "string",
      "description": "Product ID returned by commerce_search_products."
    },
    "product_name": {
      "type": "string",
      "description": "Product name if product_id is not known."
    },
    "variant_id": {
      "type": "string",
      "description": "Variant ID returned by commerce_get_product_details."
    },
    "variant": {
      "type": "string",
      "description": "Human-readable variant label, such as Small, Blue, or Large / Black."
    },
    "size": {
      "type": "string",
      "description": "Optional size value."
    },
    "color": {
      "type": "string",
      "description": "Optional color value."
    }
  },
  "required": []
}
commerce_add_to_cartactimperative/proof
Add a selected product to the cart using Shopify or WooCommerce cart APIs when available, with DOM fallback for owned demo/custom sites.
Input schema
{
  "type": "object",
  "properties": {
    "product_id": {
      "type": "string",
      "description": "Product ID returned by commerce_search_products."
    },
    "variant_id": {
      "type": "string",
      "description": "Optional variant ID."
    },
    "product_name": {
      "type": "string",
      "description": "Product name if product_id is not known."
    },
    "quantity": {
      "type": "number",
      "description": "Quantity to add."
    }
  },
  "required": []
}
commerce_start_checkouttransactimperative/proof
Open the checkout handoff only after explicit visitor confirmation. Hunch stops before order submission.
Input schema
{
  "type": "object",
  "properties": {
    "confirmed": {
      "type": "boolean",
      "description": "Must be true only after the visitor explicitly confirms checkout handoff."
    }
  },
  "required": [
    "confirmed"
  ]
}
Listings are sourced from public community registries and shown as reported.