Free · authless · read-only
Connect NA Bar Finder to your AI
Every venue here is verified by a human and stamped with the date we last checked it. That same data is free for AI assistants and apps: 1,520 venues across 70 cities, with NA Program Strength ratings and 50 tracked non-alcoholic brands.
The MCP server
A Model Context Protocol server over Streamable HTTP — no API key, no signup. It exposes three tools: search_venues, get_venue, and list_cities.
MCP endpoint
https://nabarfinder.com/mcpClaude (claude.ai & Desktop)
Settings → Connectors → Add custom connector → paste the endpoint URL.
Claude Code
One command
claude mcp add --transport http nabarfinder https://nabarfinder.com/mcpCursor / VS Code (mcp.json)
mcp.json entry
{ "mcpServers": { "nabarfinder": { "url": "https://nabarfinder.com/mcp" } } }ChatGPT (developer mode)
Settings → Connectors → enable Developer mode → Add connector with the endpoint URL.
The JSON dataset
The full registry as one CORS-enabled JSON file — stable v1 schema, additive changes only. Each venue carries its city, neighborhood, venue type, NA Program Strength (1–5), tracked brands, last-verified date, and canonical page URL.
Venue dataset (JSON v1)
https://nabarfinder.com/api/v1/venues.jsonRate limit: 120 requests/minute per IP. The feed regenerates on every deploy, so caching it for an hour is plenty. The API index at /api/v1/ describes the full surface.
The city index (CC BY 4.0)
Our ranking of every city we cover by the depth of its alcohol-free scene — openly licensed under CC BY 4.0 for press and research, with per-capita tables built on Census metro data. See the full study.
Attribution
The data is free to use in assistants, apps, and articles. In return, credit NA Bar Finder and link the venue's page (every record includes its canonical URL) — that link is what keeps the verification loop funded. For anything else, write to hello@nabarfinder.com.