catalog
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

FieldTypeDescription
citystringCity name or key, e.g. 'NYC', 'dallas'. OMIT to search ALL cities at once.
querystringFree text; every content word must appear in name, cuisine, neighborhood, tags, dishes, or
neighborhoodstringFilter to a neighborhood (substring match)
cuisinestringFilter to a cuisine (substring match)
max_priceintegerMax price tier 1-4 ($-$$$$)
min_scorenumberMinimum quality score 0-100
happy_hour_onlybooleanOnly venues with happy hour info
awards_containsstringOnly venues whose awards field matches, e.g. 'michelin', 'james beard', 'bib gourmand'
iconic_onlybooleanOnly 'Iconic 50' venues (NYC has these today)
trending_onlybooleanOnly trending venues
limitintegerMax 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.