emergency-medicare-planner
emergency-medicare-planner-mcp-server
claude mcp add --transport stdio manolaz-emergency-medicare-planner-mcp-server npx @manolaz/emergency-medicare-planner-mcp-server \ --env GOOGLE_MAPS_API_KEY="your_google_maps_api_key"
How to use
The Emergency Medicare Planner MCP server provides tools to locate and evaluate medical facilities near a patient in emergency situations. It integrates with Google Maps to search for hospitals and clinics within a 10km radius, evaluate facility capabilities based on medical needs, and deliver real-time routing and availability information. Core tools include searchMedicalFacilities to find facilities by query and location, getMedicalFacilityDetails to retrieve hours, services, and contact information, calculateRouteToFacility to determine the fastest route including transport mode (driving, walking, transit, ambulance), and checkFacilityAvailability to verify current patient intake status given the urgency level. These capabilities enable step-by-step facility selection and traversal planning in urgent scenarios.
How to install
Prerequisites:
- Node.js and npm installed on your system
- A Google Maps API key with Places, Directions, Geocoding, Time Zone, and Distance Matrix APIs enabled
Option A: Install and run with npx (recommended)
- Ensure you have an API key and set it when running (optional if using config):
- npx @manolaz/emergency-medicare-planner-mcp-server
- Run the server via npx (it pulls the package on demand): npx @manolaz/emergency-medicare-planner-mcp-server
Option B: Global installation
- Install globally: npm install -g @manolaz/emergency-medicare-planner-mcp-server
- Run after installation with your API key: GOOGLE_MAPS_API_KEY=your_api_key emergency-medicare-planner-mcp-server
Additional guidance:
- If you plan to configure Claude Desktop, you can set the mcpServers entry with the npx command and include the GOOGLE_MAPS_API_KEY in env as shown in the example configuration.
Additional notes
Environment variables and configuration tips:
- GOOGLE_MAPS_API_KEY is required for all facilities search and routing features. Ensure the key has Places, Directions, Geocoding, Time Zone, and Distance Matrix APIs enabled.
- When using the server in Claude Desktop, you can supply the key via the mcpServers.env section or export it in your shell before launching.
- If you encounter rate limits from Google Maps, consider caching results or increasing request intervals; the MCP server is designed to query facilities and routes efficiently but API quotas may apply.
- For debugging, you can enable verbose logs or prefix commands with DEBUG=emergency-medicare:* to surface detailed information about tool calls and responses.
Related MCP Servers
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.