INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://nabarfinder.com/mcp
Connect to this endpoint to inspect the live schema for get_venue and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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
search_venues— Search NABarFinder — a human-verified directory of 1520 venues with real non-alcoholic (NA) drink programs across 70 cities in the US, UK, and beyond.list_cities— List every city NABarFinder covers, each with its state, number of human-verified venues, city slug (for search_venues), and canonical nabarfinder.