C
catalog
/search_venues
Search venues
Search Dim Hour's curated restaurant/bar/venue catalog. Pass `city` to search one city, or OMIT `city` to search more than 19,000 venues across every city at on
liveverifiedunknown~5s typical
mcpprobedcatalog
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-dimhour-catalog /search_venues for me.
Input
| Field | Type | Description |
|---|---|---|
| city | string | City name or key, e.g. 'NYC', 'dallas'. OMIT to search ALL cities at once. |
| query | string | Free text; every content word must appear in name, cuisine, neighborhood, tags, dishes, or |
| neighborhood | string | Filter to a neighborhood (substring match) |
| cuisine | string | Filter to a cuisine (substring match) |
| max_price | integer | Max price tier 1-4 ($-$$$$) |
| min_score | number | Minimum quality score 0-100 |
| happy_hour_only | boolean | Only venues with happy hour info |
| awards_contains | string | Only venues whose awards field matches, e.g. 'michelin', 'james beard', 'bib gourmand' |
| iconic_only | boolean | Only 'Iconic 50' venues (NYC has these today) |
| trending_only | boolean | Only trending venues |
| limit | integer | Max results, default 10 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-dimhour-catalog","endpoint":"/search_venues","input":{}}'cli
npx cracked-ai run -p mcp-com-dimhour-catalog -e /search_venues -i '{}'mcp
run_tool({ provider: "mcp-com-dimhour-catalog", endpoint: "/search_venues", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.