Dim Hour
About
Search 18,800+ verified restaurants and bars across 20 cities, each with a 0-100 Quality Score.
Details
- Author
- Unknown
- Categories
- Search, Knowledge Base, Other
Jump to
Dim Hour runs a public MCP server so AI assistants can query the catalog directly instead of scraping the site. Five read tools needno API key. Ask for the best omakase in New York under $$$, Michelin-starred Mexican in Chicago, or what opened in Austin recently, and get structured JSON back.
https://dimhour-mcp.jakeoborn.workers.dev/mcp
https://dimhour-mcp.jakeoborn.workers.dev/sse
Settings → Connectors → Add custom connector, and paste the Streamable HTTP URL above. No key, no account.
claude mcp add --transport http dimhour \ https://dimhour-mcp.jakeoborn.workers.dev/mcp
Settings → Apps → Advanced settings, and switch onDeveloper mode. Then Settings → Connectors →Create, paste the Streamable HTTP URL above, and set authentication toNone.
Custom connectors need a paid plan and a remote HTTPS endpoint, which this one is. On Business and Enterprise workspaces an admin has to allow custom MCP connectors first.
openclaw mcp add dimhour \ --url https://dimhour-mcp.jakeoborn.workers.dev/mcp \ --transport streamable-http
Or the same thing as an entry in~/.openclaw/openclaw.json:
{ "mcp": { "servers": { "dimhour": { "url": "https://dimhour-mcp.jakeoborn.workers.dev/mcp", "transport": "streamable-http" } } } }
Any client that speaks Streamable HTTP works with the same URL. A typical config entry:
{ "mcpServers": { "dimhour": { "url": "https://dimhour-mcp.jakeoborn.workers.dev/mcp" } } }
The server isstatelessper MCP revision 2026-07-28 — aPOSTwith noMcp-Session-Idis answered directly, so serverless and edge clients work without a handshake. The SSE endpoint remains available for older clients.
The seven read tools are open. The rest act on a Dim Hour account and need a personal API key.
searchandfetchexist because ChatGPT connectors require those exact names and shapes. They read the same catalog assearch_venuesandget_venue— use whichever pair your client expects.
The public connector is read-only.Connect with no authentication and you get seven tools, all of them reads against the catalog. Nothing personal is exposed, and nothing can be written.
Five further tools —save_venue,add_to_trip,list_my_trips,post_to_brainandread_brain— touch a Dim Hour account or our internal ops room. They stay registered but no longer appear intools/listunless the connection carries an API key.
Every tool is annotated with a title, areadOnlyHint, anopenWorldHintand adestructiveHint.openWorldHintisfalsethroughout: Dim Hour's catalog is a closed, fixed set of venues, and no tool can reach anything outside it.
- score— 0–100 quality score
- name, cuisine, neighborhood, price— price is a 1–4 tier
- address, lat, lng— verified, never guessed from a neighborhood centroid
- dishes— signature items from the venue's real menu
- awards— Michelin, James Beard and similar, quoted from the awarding body
- reservation— Resy, OpenTable, Tock, SevenRooms or walk-in
- hh— happy hour details where they exist
- url— a link to the venue's page on dimhour.com
curl -s -X POST https://dimhour-mcp.jakeoborn.workers.dev/mcp \ -H 'content-type: application/json' \ -H 'accept: application/json, text/event-stream' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call", "params":{"name":"search_venues", "arguments":{"city":"nyc","query":"omakase","limit":3}}}'
Anonymous read access is capped per minute andsearch_venuesreturns at most 25 results per call. An API key lifts the per-minute cap. The limits exist to stop bulk extraction, not to make normal assistant use awkward — if you are building something real and hitting them, get in touch.
Generate one in the Dim Hour app under Profile. The server stores only a SHA-256 hash of the key, never the key itself. Send it asAuthorization: Bearer <key>orx-api-key. A key is tied to your account and only ever reads or writes your own data.
The catalog is editorial. Venue data is verified against the venue's own site or a named source, and fields we cannot verify are left empty rather than filled with plausible guesses. Even so, restaurants close, move and change menus — treat hours and reservation links as best-effort and check the venue directly before relying on them.
The read tools are free for assistant use. Bulk extraction, redistribution of the catalog, or reselling it as a dataset is not permitted. See theprivacy policyfor how account data is handled.
Issues, questions, or a use case you would like supported —[](https://dimhour.com/cdn-cgi/l/email-protection#53202623233c212713373a3e3b3c26217d303c3e)<<<[email protected]oropen an issue. Machine-readable discovery lives at/llms.txt.
Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.
Fetch, convert, and search AWS documentation pages, with recommendations for related content.
Search campgrounds around the world on campertunity, check availability, and provide booking links.
The Ferryhopper MCP Server exposes ferry routes, schedules and booking redirects so an AI assistant can discover connections across Europe and the Mediterranean and send users to Ferryhopper to complete bookings.
All-in-One SEO & Web Intelligence Toolkit API from FetchSERP.
MCP server that provides read-only access to HyperKitty, the web-based email archive component of Mailman 3.
At Sunrise Apps, we believe AI agents should be limitless, especially when it comes to visual data. We created ImageSorcery to bridge the critical gap in AI's ability to interact with and manipulate images directly, all while upholding the highest standards of privacy and security.
Just Domain is the domain registrar for businesses built with AI. Its remote MCP server checks availability and returns first-year and renewal pricing, plus a link to register on justdomain.ai, with DNS and WHOIS privacy in the same place. No account, no API key, read only. Endpoint: https://mcp.justdomain.ai/
Research tools, including a Sqlite-backed document stash
Semantic search over 9 free-license stock photo sources. Hosted remote server with OAuth — no API key to paste.
SerpApi MCP Server for Google and other search engine results
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




