Emergency Medicare Management MCP Server
@manolaz
About Emergency Medicare Management MCP Server
emergency-medicare-planner-mcp-server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"emergency-medicare-planner-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@manolaz/emergency-medicare-planner-mcp-server",
"--client",
"claude"
]
}
}
}Tools
4Search for hospitals, clinics, and medical facilities using Google Places API
Get detailed information about a specific medical facility
Calculate fastest route to a medical facility
Check if a facility is currently accepting patients
Overview
What is Emergency Medicare Management MCP Server?
A Model Context Protocol (MCP) server that integrates with Google Maps to locate and evaluate medical facilities in emergency situations. It helps users find appropriate hospitals and clinics within a 10km radius based on medical needs, emergency level, and facility capabilities, providing real‑time routing, availability checks, and detailed medical service information.
How to use Emergency Medicare Management MCP Server?
Install via Smithery (npx -y @smithery/cli install @manolaz/emergency-medicare-planner-mcp-server --client claude) or manually with npx @manolaz/emergency-medicare-planner-mcp-server. Set the GOOGLE_MAPS_API_KEY environment variable with your API key. Then configure it as an MCP server in Claude Desktop by adding the appropriate entry to claude_desktop_config.json.
Key features of Emergency Medicare Management MCP Server
- Search for medical facilities using Google Places API
- Get detailed facility information (hours, services, contact)
- Calculate fastest routes with multiple transport modes
- Check facility availability based on emergency level
- Sequential Thinking for medical evaluation and matching
- Supports driving, walking, transit, and ambulance routes
Use cases of Emergency Medicare Management MCP Server
- Find the nearest emergency room during a medical crisis
- Verify a hospital’s current availability before arrival
- Plan the quickest route to a facility while avoiding traffic
- Match patient symptoms to appropriate specialty clinics
- Retrieve operational details of multiple facilities in an area
FAQ from Emergency Medicare Management MCP Server
What Google Maps APIs are required?
The server requires the Places API, Directions API, Geocoding API, Time Zone API, and Distance Matrix API to be enabled on your Google Maps API key.
How do I install the server automatically?
Use the Smithery CLI: npx -y @smithery/cli install @manolaz/emergency-medicare-planner-mcp-server --client claude
What environment variable is needed?
Set GOOGLE_MAPS_API_KEY to your Google Maps API key. It is required for all operations.
What transport modes are supported?
The route calculation tool supports driving, walking, transit, and ambulance as optional transport modes.
What is the default search radius?
The default search radius for medical facilities is 10,000 meters (10 km). You can override it with the radius parameter.
Frequently asked questions
What Google Maps APIs are required?
The server requires the Places API, Directions API, Geocoding API, Time Zone API, and Distance Matrix API to be enabled on your Google Maps API key.
How do I install the server automatically?
Use the Smithery CLI: `npx -y @smithery/cli install @manolaz/emergency-medicare-planner-mcp-server --client claude`
What environment variable is needed?
Set `GOOGLE_MAPS_API_KEY` to your Google Maps API key. It is required for all operations.
What transport modes are supported?
The route calculation tool supports `driving`, `walking`, `transit`, and `ambulance` as optional transport modes.
What is the default search radius?
The default search radius for medical facilities is 10,000 meters (10 km). You can override it with the `radius` parameter.
Basic information
More Reasoning MCP servers
NeoCoder: Neo4j-Guided AI Coding Workflow
angrysky56An MCP server allowing AI assistants to use a Neo4j knowledge graph as their primary, dynamic instruction manual and long term project memory with adaptive templating and autonomous tool development tools.
🚀 Aider-MCP: AI Coding Server with Universal Auto-Detection
jacv888Aider-MCP-Upgraded is a production-grade multi-agent AI coding system that combines Desktop Commander (DC) investigation capabilities with Aider's implementation power. Features 70%+ token reduction, modular architecture, and intelligent workflow automation through strategic agen
MCP Advanced Reasoning Server for Cursor AI
AzDeltaQQThis is a very basic implementation of an Mcp-Reasoning-Server for Cursor AI .
Deno Sandbox MCP Server
bewt85An MCP server that allows you to run TypeScript, JavaScript, and Python code in a sandbox on your local machine using the Deno® sandbox. This server provides a controlled environment for executing code with explicit permission controls.
Task Planner MCP Server
CaptainCrouton89An MCP (Model Context Protocol) server that helps AI assistants (like Claude) break down complex tasks into manageable steps, track progress, and manage a hierarchical task list.
Comments