Content Tools
dimhour.com
Provides access to Dim Hour's curated restaurant and venue catalog, including city listings, venue details, and themed lists.
ENDPOINT 1
https://dimhour-mcp.jakeoborn.workers.dev/mcp
MCP server metadata
- Name
- Dim Hour
- Version
- 2.3.0
Dim Hour: a curated catalog of restaurants and bars in 20 North American cities, each with a 0-100 score built on a variety of factors, including awards, critic reviews and press coverage. search_venues is the primary tool - pass a city key from list_cities, or omit city to search every city at once. Query terms are matched individually, so one strong keyword ('patio', 'omakase') beats a sentence; use filters for cuisine, neighborhood, max_price (tier 1-4), min_score (0-100), awards_contains, happy_hour_only. get_venue(city, id) returns the full record (hours, phone, booking path, awards) from the numeric id search_venues returns. list_curated is hand-built themed lists; list_new_venues is the recent-additions feed. search/fetch are the ChatGPT connector pair - search returns ids as 'city:id' strings, which fetch(id) takes. Zero results means the terms matched nothing: retry with a single keyword or fewer filters.
Known tools 7
list_citiesList the 20 cities Dim Hour covers, with the city key to pass to the other tools.
Inferred read-onlylist_new_venuesVenues recently added to the Dim Hour catalog — across all 20 cities or one city.
Inferred read-onlyget_venueGet 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.
Inferred read-onlysearchSearch Dim Hour's curated restaurant, bar and venue catalog across all 20 cities.
Inferred read-onlyfetchGet the full Dim Hour record for one venue by the id returned from `search`: description, signature dishes, address, hours, phone, happy hour, reservation platform, awards, website and Instagram.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dim-hour]
url = "https://dimhour-mcp.jakeoborn.workers.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dim-hour": {
"type": "http",
"url": "https://dimhour-mcp.jakeoborn.workers.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dim-hour
Remote MCP URL: https://dimhour-mcp.jakeoborn.workers.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dim-hour": {
"url": "https://dimhour-mcp.jakeoborn.workers.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dim-hour": {
"type": "http",
"url": "https://dimhour-mcp.jakeoborn.workers.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dim-hour",
"transport": "streamable-http",
"url": "https://dimhour-mcp.jakeoborn.workers.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://mcp.dimhour.com/mcp
MCP server metadata
- Name
- Dim Hour
- Version
- 2.3.0
Dim Hour: a catalog of restaurants and bars in 24 North American cities, each with a 0-100 score built on a variety of factors, including awards, critic reviews and press coverage. search_venues is the primary tool - pass a city key from list_cities, or omit city to search every city at once. Query terms are matched individually, so one strong keyword ('patio', 'omakase') beats a sentence; use filters for cuisine, neighborhood, max_price (tier 1-4), min_score (0-100), awards_contains, happy_hour_only. get_venue(city, id) returns the full record (hours, phone, booking path, awards) from the numeric id search_venues returns. list_curated is editorial themed lists; list_new_venues is the recent-additions feed. search/fetch are the ChatGPT connector pair - search returns ids as 'city:id' strings, which fetch(id) takes. Zero results means the terms matched nothing: retry with a single keyword or fewer filters.
Known tools 7
list_citiesList the 24 cities Dim Hour covers, with the city key to pass to the other tools.
Inferred read-onlylist_new_venuesVenues recently added to the Dim Hour catalog — across all 24 cities or one city.
Inferred read-onlyget_venueGet 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.
Inferred read-onlyfetchGet the full Dim Hour record for one venue by the id returned from `search`: description, signature dishes, address, hours, phone, happy hour, reservation platform, awards, website and Instagram.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dim-hour]
url = "https://mcp.dimhour.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dim-hour": {
"type": "http",
"url": "https://mcp.dimhour.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dim-hour
Remote MCP URL: https://mcp.dimhour.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dim-hour": {
"url": "https://mcp.dimhour.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dim-hour": {
"type": "http",
"url": "https://mcp.dimhour.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dim-hour",
"transport": "streamable-http",
"url": "https://mcp.dimhour.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for workers.dev was fetched 2026-08-25T16:44:24.083Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.