Emergency Medicare Management MCP Server
@manolaz
About Emergency Medicare Management MCP Server
emergency-medicare-planner-mcp-server
Basic information
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.
More Reasoning MCP servers
Proplan Mcp
King-ProplanMCP server that gives Claude persistent project memory — roadmap, session history, and codebase context. Type continue and Claude picks up exactly where you left off
Unified MCP Suite
Godzilla675A suite of Model Context Protocol (MCP) servers designed to enhance AI agent capabilities. Provides tools for media search/understanding (images, video), web information retrieval, PDF generation, and PowerPoint presentation creation, enabling agents to interact with diverse data
🐢🚀 Node.js Sandbox MCP Server
alfonsograzianoA Node.js–based Model Context Protocol server that spins up disposable Docker containers to execute arbitrary JavaScript.
n8n Workflow Builder MCP Server
makafeliAI assistant integration for n8n workflow automation through Model Context Protocol (MCP). Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language workflow management.
n8n Workflow Builder MCP
ifmelateMCP server that allow LLM in agent mode builds n8n workflows for you
Comments