The Emergency Medicare Planner MCP Server helps users manage emergency medical situations with the following capabilities:
- Find Medical Facilities: Locate hospitals, clinics, pharmacies, and specialists within a 10km radius based on criteria like specialty, price range, and care quality
- Get Facility Details: Access information about operating hours, services, and contact information
- Calculate Routes: Determine fastest routes to facilities with options for different transport modes
- Check Facility Availability: Verify if facilities are accepting patients based on urgency
- Check Medicare Coverage: Determine covered treatments and procedures by state
- Retrieve Emergency Contacts: Access emergency contact information for specific locations
- Schedule Emergency Transport: Arrange medical transportation based on patient location, condition, and urgency
- Sequential Thinking for Medical Evaluation: Perform step-by-step clinical reasoning to match patients with appropriate facilities
Integrates with Google Maps APIs for locating and evaluating medical facilities in emergencies, providing search for hospitals and clinics within a specified radius, facility details, routing information, and navigation services based on user location.
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:
- Build the project:
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.
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.
Tools
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.
Related Resources
Related MCP Servers
- -securityAlicense-qualityMCP Server for the Google Maps API.Last updated -711,86848,131JavaScriptMIT License
- AsecurityAlicenseAqualityEnables LLMs to perform travel-related tasks by interacting with Google Maps and travel planning services including location search, place details, and travel time calculations.Last updated -53621JavaScriptMIT License
- -securityFlicense-qualityConverts addresses to GPS coordinates and creates map visualizations using the Geoapify API, allowing Claude users to generate GeoJSON data and map images from location lists.Last updated -Python
- AsecurityAlicenseAqualityA Model Context Protocol server that provides Google Maps API integration, allowing users to search locations, get place details, geocode addresses, calculate distances, obtain directions, and retrieve elevation data through LLM processing capabilities.Last updated -74315TypeScriptMIT License