BMLT Meetings
io.github.bmlt-enabled/bmlt-server-mcpSearch Narcotics Anonymous meetings worldwide via the BMLT directory.
Tools · 6
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. …
Fetch the full record for a single meeting by its BMLT id_bigint.
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 BMLT service bodies (zones, regions, areas, groups). Useful for translating "Northern California Region" to a service body ID for use with search_meetings.
Return capabilities, version, languages, and default coordinates for a BMLT root server.
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.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"bmlt_meetings": {
"url": "https://mcp.bmlt.app/mcp",
"transport": "streamable-http"
}
}
}