INDIVIDUAL MCP TOOL
search_venues
Search NABarFinder — a human-verified directory of 1553 venues with real non-alcoholic (NA) drink programs across 70 cities in the US, UK, and beyond.
LIVE ENDPOINT
https://nabarfinder.com/mcp
Connect to this endpoint to inspect the live schema for search_venues and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.nabarfinder]
url = "https://nabarfinder.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nabarfinder": {
"type": "http",
"url": "https://nabarfinder.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nabarfinder
Remote MCP URL: https://nabarfinder.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": {
"nabarfinder": {
"url": "https://nabarfinder.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nabarfinder": {
"type": "http",
"url": "https://nabarfinder.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nabarfinder",
"transport": "streamable-http",
"url": "https://nabarfinder.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_venue— Fetch the full verified record for one NABarFinder venue by its stable slug: city, neighborhood, address and coordinates (when it has a fixed location), venue type, naProgramStrength (1–5), full description, NA brands stocked (brandSlugs), last-verified date, canonical nabarfinder.list_cities— List every city NABarFinder covers, each with its state, number of human-verified venues, city slug (for search_venues), and canonical nabarfinder.find_drink— Find venues whose VERIFIED menu lists a specific non-alcoholic drink — e.get_menu— Fetch one venue's VERIFIED non-alcoholic menu by slug: every NA item we have read off the venue's own published menu (name, description, price where printed, category, drink style and NA brands where identifiable, on-draft flag) plus the date that menu was last confirmed.