# BMLT Meetings (remote · mcp.bmlt.app)

Search Narcotics Anonymous meetings worldwide via the BMLT directory.

- Trust score: 66/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.bmlt.app`: 66/100 (this document), [markdown](https://verifymcp.io/servers/bmlt-enabled-bmlt-server-mcp/mcp.md), [page](https://verifymcp.io/servers/bmlt-enabled-bmlt-server-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.bmlt.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.3.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-03.

- **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 6 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**: 69/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1193 tokens (~198/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http bmlt-enabled-bmlt-server-mcp https://mcp.bmlt.app/mcp
```

### Codex

```toml
[mcp_servers.bmlt-enabled-bmlt-server-mcp]
url = "https://mcp.bmlt.app/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add bmlt-enabled-bmlt-server-mcp --url https://mcp.bmlt.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  bmlt-enabled-bmlt-server-mcp:
    url: "https://mcp.bmlt.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "bmlt-enabled-bmlt-server-mcp": {
      "type": "http",
      "url": "https://mcp.bmlt.app/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-03 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 64, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 64, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 62, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 62)

First indexed and scored.

## MCP tools (6)

### `search_meetings` (~562 tokens)

Search Narcotics Anonymous meetings

Search Narcotics Anonymous meetings on a BMLT root server. Filter by location (address or lat/lng + radius), weekday, time of day, format, venue type (in-person / virtual / hybrid), and service body. Returns a trimmed summary by default; pass data_format='full' for the raw BMLT response.

Input parameters:

- `address` (string): Free-form address to search near (geocoded server-side). Ignored if latitude+longitude are provided.
- `data_format` (string): "summary" returns a curated subset of fields (default). "full" returns the raw BMLT response.
- `format_ids` (array): BMLT format IDs to require. Use list_formats to discover IDs (e.g. Open, Closed, Speaker, Beginners).
- `language` (string): Language code for format names (e.g. "en", "es", "de", "fr").
- `latitude` (number): Latitude in decimal degrees. Pair with longitude for an exact-coordinate search.
- `longitude` (number): Longitude in decimal degrees. Pair with latitude for an exact-coordinate search.
- `page` (integer): Page number (1-indexed). Used with page_size.
- `page_size` (integer): Results per page. Omit to return all matches.
- `radius_km` (number): Search radius in kilometers. Takes precedence over radius_miles when both are provided. Ignored when no coordinates are provided.
- `radius_miles` (number): Search radius in miles. Defaults to 10. Ignored if radius_km is provided or no coordinates are given.
- `recursive_services` (boolean): When service_body_ids is set, also include their children. Default true.
- `root_server_url` (string): Override the configured BMLT root server URL. Must be allowlisted unless BMLT_ALLOW_ANY_ROOT=true.
- `search_text` (string): Free-text search across meeting name, location, and notes.
- `service_body_ids` (array): Restrict to specific service bodies (regions/areas). Use list_service_bodies to discover IDs.
- `starts_after` (string): Earliest start time as 24h "HH:MM" (e.g. "18:00").
- `starts_before` (string): Latest start time as 24h "HH:MM" (e.g. "21:30").
- `venue_types` (array): Venue type filter. 1=In-person, 2=Virtual, 3=Hybrid.
- `weekdays` (array): Weekday filter. 1=Sunday, 2=Monday, ..., 7=Saturday. Example: [2,4,6] for Mon/Wed/Fri.

### `get_meeting` (~58 tokens)

Get a single meeting by ID

Fetch the full record for a single meeting by its BMLT id_bigint.

Input parameters:

- `id` (integer, required): BMLT meeting id_bigint.
- `root_server_url` (string): Override the configured BMLT root server URL.

### `list_formats` (~151 tokens)

List meeting formats

List available meeting formats (Open, Closed, Speaker, Beginners, language tags, etc.) so the caller can map human-friendly format names to BMLT format IDs.

Input parameters:

- `format_ids` (array): Restrict to specific format IDs.
- `include_unused` (boolean): Include formats not currently assigned to any meeting. Default false.
- `key_strings` (array): Restrict to formats matching these short codes (e.g. ["O", "C", "SP"]).
- `language` (string): Language code for format names (e.g. "en", "es", "fr"). Defaults to server default.
- `root_server_url` (string): Override the configured BMLT root server URL.

### `list_service_bodies` (~115 tokens)

List service bodies (regions / areas)

List BMLT service bodies (zones, regions, areas, groups). Useful for translating "Northern California Region" to a service body ID for use with search_meetings.

Input parameters:

- `include_children` (boolean): Also include child service bodies of the requested IDs.
- `include_parents` (boolean): Also include parent service bodies of the requested IDs.
- `root_server_url` (string): Override the configured BMLT root server URL.
- `service_body_ids` (array): Restrict to specific service body IDs.

### `get_server_info` (~45 tokens)

Get BMLT root server info

Return capabilities, version, languages, and default coordinates for a BMLT root server.

Input parameters:

- `root_server_url` (string): Override the configured BMLT root server URL.

### `list_root_servers` (~58 tokens)

List known BMLT root servers

List public BMLT root servers known to the BMLT aggregator. Use the returned root_server_url values with other tools to query a specific server.

Input parameters:

- `name_contains` (string): Case-insensitive substring filter applied to the server name.

## Diagnostics

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

## Score history

- 2026-08-03: 66
- 2026-08-02: 65
- 2026-08-01: 65
- 2026-07-31: 64
- 2026-07-30: 64
- 2026-07-29: 64
- 2026-07-28: 63
- 2026-07-27: 62
- 2026-07-26: 62

## Links

- Remote endpoint: https://mcp.bmlt.app/mcp
- Repository: https://github.com/bmlt-enabled/bmlt-server-mcp
- Website: https://mcp.bmlt.app/
- Changelog RSS feed: https://verifymcp.io/servers/bmlt-enabled-bmlt-server-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/bmlt-enabled-bmlt-server-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/bmlt-enabled-bmlt-server-mcp/mcp
