# catalog MCP server

Search 18,723 verified restaurants and bars across 20 cities, each with a 0-100 quality score.

## Links
- Registry page: https://www.getdrio.com/mcp/com-dimhour-catalog
- Repository: https://github.com/jakeoborn/Dim-Hour
- Website: https://dimhour.com

## Install
- Endpoint: https://dimhour-mcp.jakeoborn.workers.dev/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://dimhour-mcp.jakeoborn.workers.dev/mcp
- Remote endpoint: https://dimhour-mcp.jakeoborn.workers.dev/sse

## Tools
- list_cities (List cities) - List the 20 cities Dim Hour covers, with the city key to pass to the other tools. Endpoint: https://dimhour-mcp.jakeoborn.workers.dev/mcp
- search_venues (Search venues) - Search Dim Hour's curated restaurant/bar/venue catalog. Pass `city` to search one city, or OMIT `city` to search all ~9,500 venues across every city at once (e.g. 'best ramen anywhere', 'michelin spots'). Returns ranked matches with score (0-100 quality), price tier, neighborhood, happy-hour info, and a dimhour.com link. Use free-text `query` for cuisine, dish, vibe, or name; combine with filters. Endpoint: https://dimhour-mcp.jakeoborn.workers.dev/mcp
- list_new_venues (List new venues) - Venues recently added to the Dim Hour catalog — across all 20 cities or one city. Use for 'what's new on Dim Hour' / new-opening alerts / weekly digests. Dates earlier than 2026-06-06 are estimates reconstructed from history. Endpoint: https://dimhour-mcp.jakeoborn.workers.dev/mcp
- get_venue (Get venue details) - Get the full Dim Hour record for one venue: description, signature dishes, address, hours, phone, happy hour, reservation platform, awards, website, Instagram, and (for Iconic 50 venues) the long-form story. Endpoint: https://dimhour-mcp.jakeoborn.workers.dev/mcp
- list_curated (List curated lists) - Dim Hour's hand-curated themed lists for a city (e.g. 'Unmarked Doors' speakeasies). Without list_id: returns all list titles. With list_id: returns that list's venues with editorial notes. Endpoint: https://dimhour-mcp.jakeoborn.workers.dev/mcp
- save_venue (Save a venue) - Save a venue to the user's Dim Hour account: 'fav' (Favorites), 'want' (Want to try), or 'visited' (Been there). Requires the user's Dim Hour API key (generated in the app: Profile → Concierge API key). The save appears in the app after its next sync (app open or sign-in). Endpoint: https://dimhour-mcp.jakeoborn.workers.dev/mcp
- add_to_trip (Add a venue to a trip) - Add a venue to one of the user's Dim Hour trips (creates the trip if needed). Identify the trip by trip_code (from list_my_trips) or trip_name; with neither, a new trip is created for the venue's city. Requires the user's Dim Hour API key. Returns the trip's public share link (dimhour.com/trip.html?code=...). Endpoint: https://dimhour-mcp.jakeoborn.workers.dev/mcp
- list_my_trips (List my trips) - List the user's Dim Hour trips (code, name, city, item count, share link). Requires the user's Dim Hour API key. Use the code with add_to_trip. Endpoint: https://dimhour-mcp.jakeoborn.workers.dev/mcp
- post_to_brain (Post to the brain bus) - Post a message or a proposed state-change into the Dim Hour Triangle brain (the shared room for Poke, Claude, and Clicky). Use this to drop an objective, a status note, or a proposed live_nodes patch. IMPORTANT: every post is recorded as 'asserted' and is NOT treated as true until Claude verifies it against the real repo/DB and lands it in THREAD.md / live_nodes.json. You cannot mark a post verified. Requires the user's Dim Hour API key. Endpoint: https://dimhour-mcp.jakeoborn.workers.dev/mcp
- read_brain (Read brain posts) - Read the recent Dim Hour Triangle brain posts (the shared room) so you can see what's been proposed and what Claude has verified. Posts route sender_node -> target_node with a topic + payload; status is 'pending' (unverified), 'processing', 'completed' (confirmed by Claude against the repo/DB), or 'failed'. Requires the user's Dim Hour API key. Endpoint: https://dimhour-mcp.jakeoborn.workers.dev/mcp

## Resources
- ui://dimhour/venue-card.html - Dim Hour venue card A Dim Hour venue rendered as a card — photo, score, dishes, hours, booking. MIME type: text/html;profile=mcp-app

## Prompts
Not captured

## Metadata
- Owner: com.dimhour
- Version: 2.2.0
- Runtime: Sse, Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 30, 2026
- Source: https://registry.modelcontextprotocol.io
