Emergency Medicare Planner MCP Server
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Emergency Medicare Management MCP Server
(@manolaz/emergency-medicare-planner-mcp-server)
A powerful Model Context Protocol (MCP) server that integrates with Google Maps to locate and evaluate medical facilities in emergency situations. This server helps users find appropriate hospitals and clinics within 10km radius based on specific medical needs, emergency level, and facility capabilities.
The system provides real-time routing, availability checks, and detailed information about medical services, helping patients make informed decisions during urgent healthcare situations.
Key Feature: Sequential Thinking for Medical Evaluation - Enables step-by-step clinical reasoning for more accurate medical facility matching based on patient symptoms and medical history.
Installation & Usage
Installing via Smithery
To install Emergency Medicare Planner for Claude Desktop automatically:
Installing Manually
Or install globally:
Components
Tools
- searchMedicalFacilities
- Search for hospitals, clinics, and medical facilities using Google Places API
- Input:
query
(string): Search query (e.g., "emergency room", "pediatric clinic")location
: Latitude and longitude of patient locationradius
(optional, default: 10000): Search radius in metersspecialtyNeeded
(optional): Medical specialty required
- getMedicalFacilityDetails
- Get detailed information about a specific medical facility
- Input:
placeId
(string): Google Place ID of the medical facility
- Output:
- Hours of operation, services offered, contact information, etc.
- calculateRouteToFacility
- Calculate fastest route to a medical facility
- Input:
origin
: Patient's current locationfacilityId
: Place ID of the destination facilitytransportMode
(optional): Travel mode (driving, walking, transit, ambulance)avoidTraffic
(optional): Route planning to avoid traffic
- checkFacilityAvailability
- Check if a facility is currently accepting patients
- Input:
facilityId
: Place ID of the medical facilityemergencyLevel
: Urgency level of the medical situation
Configuration
Usage with Claude Desktop
To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claude_desktop_config.json
:
Alternatively, you can use the node command directly if you have the package installed:
Development
Building from Source
- Clone the repository
- Install dependencies:Copy
- Build the project:Copy
Environment Variables
GOOGLE_MAPS_API_KEY
(required): Your Google Maps API key with the following APIs enabled:- Places API
- Directions API
- Geocoding API
- Time Zone API
- Distance Matrix API
Testing
License
This MCP server is licensed under the MIT License. For more details, please see the LICENSE file in the project repository.
You must be authenticated.
Integrates with Google Maps to locate and evaluate medical facilities in emergency situations, helping users find appropriate hospitals and clinics based on medical needs, emergency level, and facility capabilities.