BMLT Meetings
https://mcp.bmlt.app/mcpskills: {'id': 'search_meetings', 'name': 'search_meetings', 'description': "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.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_meeting', 'name': 'get_meeting', 'description': 'Fetch the full record for a single meeting by its BMLT id_bigint.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_formats', 'name': 'list_formats', 'description': 'List available meeting formats (Open, Closed, Speaker, Beginners, language tags, etc.) so the caller can map human-friendly format names to BMLT format IDs.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_service_bodies', 'name': 'list_service_bodies', 'description': 'List BMLT service bodies (zones, regions, areas, groups). Useful for translating "Northern California Region" to a service body ID for use with search_meetings.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_server_info', 'name': 'get_server_info', 'description': 'Return capabilities, version, languages, and default coordinates for a BMLT root server.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_root_servers', 'name': 'list_root_servers', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 473.8ms; conformance: pass
How to connect
https://mcp.bmlt.app/mcp
curl -X POST https://mcp.bmlt.app/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'