# com.nabarfinder/nabarfinder (remote · nabarfinder.com)

Human-verified directory of non-alcoholic bars: 1,500+ venues in 70 cities, rated and re-checked.

- Trust score: 62/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `nabarfinder.com`: 62/100 (this document), [markdown](https://verifymcp.io/servers/com-nabarfinder-nabarfinder/nabarfinder.md), [page](https://verifymcp.io/servers/com-nabarfinder-nabarfinder/nabarfinder)

## Channel facts

- Endpoint: `https://nabarfinder.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 3 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 520 tokens (~173/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http com-nabarfinder-nabarfinder https://nabarfinder.com/mcp
```

### Codex

```toml
[mcp_servers.com-nabarfinder-nabarfinder]
url = "https://nabarfinder.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-nabarfinder-nabarfinder": {
      "type": "remote",
      "url": "https://nabarfinder.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-nabarfinder-nabarfinder --url https://nabarfinder.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-nabarfinder-nabarfinder:
    url: "https://nabarfinder.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-nabarfinder-nabarfinder": {
      "type": "http",
      "url": "https://nabarfinder.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-20 (score 62)

First indexed and scored.

## MCP tools (3)

### `search_venues` (~315 tokens)

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. All filters are optional and combine with AND; with no filters it returns the top-rated venues overall. Returns at most 25 venues (sorted by NA Program Strength descending, then name), each with name, slug, city, venue type, naProgramStrength (1–5; 5 = fully alcohol-free or a dedicated NA program, 1 = a few NA options), a one-line summary, and the canonical nabarfinder.com page URL for citing/linking. The response includes the total match count; if it exceeds the cap, narrow with filters. Use get_venue with a result's slug for the full record. Read-only.

Input parameters:

- `city` (string): Limit to one covered city. Accepts a city slug ('austin-tx'), a plain name ('Austin'), or 'Austin, TX'. Call list_cities for the covered set — cities outside it return zero matches.
- `min_program_strength` (integer): Minimum NA Program Strength on the registry's 1–5 scale (5 = fully alcohol-free / dedicated NA program). E.g. 4 returns only the strongest programs.
- `query` (string): Free-text filter over venue name, neighborhood, venue type, and description. Case-insensitive; every word must match (e.g. 'kava lounge', 'zero proof cocktail').

### `get_venue` (~151 tokens)

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.com URL, and — when the registry has them — website, phone, hours, signature drinks, and a sourced press quote. Fields absent from the registry are omitted, never invented. Read-only.

Input parameters:

- `slug` (string, required): The venue's stable slug id, e.g. 'sans-bar-austin' — as returned by search_venues or the /api/v1/venues.json feed.

### `list_cities` (~54 tokens)

List every city NABarFinder covers, each with its state, number of human-verified venues, city slug (for search_venues), and canonical nabarfinder.com city guide URL. Takes no input. Read-only.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-nabarfinder-nabarfinder/nabarfinder#diagnostics

## Score history

- 2026-08-20: 62

## Links

- Remote endpoint: https://nabarfinder.com/mcp
- Website: https://nabarfinder.com/developers/
- Changelog RSS feed: https://verifymcp.io/servers/com-nabarfinder-nabarfinder/nabarfinder.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-nabarfinder-nabarfinder/nabarfinder.json
- HTML version of this page: https://verifymcp.io/servers/com-nabarfinder-nabarfinder/nabarfinder
