C
catalog
/fetch
Fetch a Dim Hour venue
Get the full Dim Hour record for one venue by the id returned from `search`: description, signature dishes, address, hours, phone, happy hour, reservation platf
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 /fetch for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Venue id from `search`, in the form 'city:id' e.g. 'nyc:1367' |
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":"/fetch","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-com-dimhour-catalog -e /fetch -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-com-dimhour-catalog", endpoint: "/fetch", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.