{"name":"com.dimhour/catalog","slug":"dimhour-catalog","title":"Dim Hour","description":"Search 19,000+ verified places to eat and drink across 24 cities, each with a 0-100 quality score.","url":"https://mcp.market/server/dimhour-catalog","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"search","tags":["search"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T20:15:34.486Z","last_ok_at":"2026-09-20T20:15:34.486Z","latency_ms":1200},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/Dim-hour/Dim-Hour","website":"https://dimhour.com","version":"2.4.0","remotes":[{"type":"streamable-http","url":"https://mcp.dimhour.com/mcp"},{"type":"sse","url":"https://mcp.dimhour.com/sse"}],"packages":[],"tools":[{"name":"fetch","description":"Get 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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Venue id from `search`, in the form 'city:id' e.g. 'nyc:1367'"}},"required":["id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"find_places","description":"Find places for a specific occasion in one city — the task-shaped entry point. Give the city and what the evening needs (a cuisine, a neighborhood, a budget, a vibe) and it returns ranked, citable venues with a freshness receipt. Prefer this over search_venues when you are planning rather than browsing.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"city":{"type":"string","description":"City name or key from list_cities"},"looking_for":{"type":"string","description":"What the occasion needs, e.g. 'omakase', 'patio', 'birthday dinner'"},"neighborhood":{"type":"string","description":"Narrow to a neighborhood"},"max_price":{"type":"integer","minimum":1,"maximum":4,"description":"Max price tier 1-4"},"limit":{"type":"integer","minimum":1,"maximum":25,"description":"Max results, default 6"}},"required":["city"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_hours","description":"Opening hours for one venue, from the Dim Hour catalog. ALWAYS returns `as_of` and never claims to be live — hours are catalog data, not a live feed, and the receipt says how old they are. Measured 2026-09-16, 82% of venues carry hours; when a venue has none this ABSTAINS and says so rather than guessing. Confirm with the venue before relying on it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"city":{"type":"string","description":"City name or key"},"id":{"type":"integer","description":"Venue id from search_venues"},"name":{"type":"string","description":"Venue name (used if id not given)"}},"required":["city"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_venue","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"city":{"type":"string","description":"City name or key"},"id":{"type":"integer","description":"Venue id from search_venues"},"name":{"type":"string","description":"Venue name (used if id not given)"}},"required":["city"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_cities","description":"List the 24 cities Dim Hour covers, with the city key to pass to the other tools.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_curated","description":"Dim Hour's editorial 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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"city":{"type":"string","description":"City name or key"},"list_id":{"type":"string","description":"A list id from the no-arg call"}},"required":["city"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_new_venues","description":"Venues recently added to the Dim Hour catalog — across all 24 cities or one city. Use for 'what's new on Dim Hour' / new-opening alerts / weekly digests. Scored places to eat and drink come first; hotels, malls, museums and landmarks carry no `score` and follow them. Recency orders within each group. Dates earlier than 2026-06-06 are estimates reconstructed from history.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"city":{"type":"string","description":"Optional city name or key; omit for all cities"},"days":{"type":"integer","minimum":1,"maximum":90,"description":"Look-back window in days, default 30 (max 90)"},"limit":{"type":"integer","minimum":1,"maximum":100,"description":"Max results, default 25"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search","description":"Search Dim Hour's restaurant, bar and venue catalog across all 24 cities. Returns ranked venues with a dimhour.com link for each. Use for questions about where to eat or drink — by cuisine, dish, neighborhood, city, vibe, or award.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"What to look for, e.g. 'best ramen in NYC', 'michelin dallas', 'rooftop bar miami'"}},"required":["query"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_venues","description":"Search Dim Hour's restaurant, bar and venue catalog. Pass `city` to search one city, or OMIT `city` to search more than 20,000 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. Free-text `query` matches each content word individually across cuisine, dish, vibe, and name (filler like 'best' or 'tonight' is ignored) - one strong keyword beats a sentence; combine with filters.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"city":{"type":"string","description":"City name or key, e.g. 'NYC', 'dallas'. OMIT to search ALL cities at once."},"query":{"type":"string","description":"Free text; every content word must appear in name, cuisine, neighborhood, tags, dishes, or description (filler like 'best'/'tonight' is ignored). One strong keyword beats a full sentence."},"neighborhood":{"type":"string","description":"Filter to a neighborhood (substring match)"},"cuisine":{"type":"string","description":"Filter to a cuisine (substring match)"},"max_price":{"type":"integer","minimum":1,"maximum":4,"description":"Max price tier 1-4 ($-$$$$)"},"min_score":{"type":"number","minimum":0,"maximum":100,"description":"Minimum quality score 0-100"},"happy_hour_only":{"type":"boolean","description":"Only venues with happy hour info"},"awards_contains":{"type":"string","description":"Only venues whose awards field matches, e.g. 'michelin', 'james beard', 'bib gourmand'"},"iconic_only":{"type":"boolean","description":"Only 'Iconic 50' venues (NYC has these today)"},"trending_only":{"type":"boolean","description":"Only trending venues"},"limit":{"type":"integer","minimum":1,"maximum":25,"description":"Max results, default 10"},"sort":{"type":"string","enum":["score_desc","score_asc","name_asc"],"description":"Result order. Default score_desc (highest quality first)."},"fields":{"type":"array","items":{"type":"string"},"description":"Return only these fields on each venue, to keep a result small. `id`, `name` and `url` are always included — `url` is the citation link."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-20T16:20:34.558Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T16:20:34.528Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1789ms"]},"poisoning":{"score":15,"max":15,"notes":["9 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[],"inputs":{"probes":[{"url":"https://mcp.dimhour.com/mcp","reachable":true,"authRequired":false,"latencyMs":1789,"serverInfo":{"name":"Dim Hour","version":"2.4.0"}},{"url":"https://mcp.dimhour.com/sse","reachable":true,"authRequired":false,"latencyMs":738,"serverInfo":{"name":"Dim Hour","version":"2.4.0"}}],"packages":[],"repo":{"found":false,"owner":"Dim-hour","repo":"Dim-Hour","error":"repo not found"},"icon":{"url":"https://dimhour.com/icons/icon-180.png","source":"site","width":180,"height":180},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}