Skip to content
Back to search
100
MCP live v0.2.1 MCP 2025-11-25 streamable-http

BMLT Meetings

io.github.bmlt-enabled/bmlt-server-mcp

Search Narcotics Anonymous meetings worldwide via the BMLT directory.

Uptime
100.0%
1 direct probes · 30d
Response
1085ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

search_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. …

get_meeting

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

list_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.

list_service_bodies

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

get_server_info

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

list_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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "bmlt_meetings": {
      "url": "https://mcp.bmlt.app/mcp",
      "transport": "streamable-http"
    }
  }
}