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
MCP Sandbox
JohanLi233Python sandboxes for llms
Sandbox Mcp
pottekkatA Model Context Protocol (MCP) server that enables LLMs to run ANY code safely in isolated Docker containers.
End-to-End Agentic AI Automation Lab
MDalamin5This repository contains hands-on projects, code examples, and deployment workflows. Explore multi-agent systems, LangChain, LangGraph, AutoGen, CrewAI, RAG, MCP, automation with n8n, and scalable agent deployment using Docker, AWS, and BentoML.
MCP Advanced Reasoning Server for Cursor AI
AzDeltaQQThis is a very basic implementation of an Mcp-Reasoning-Server for Cursor AI .
quarkus-langchain4j-workshop
quarkusioQuarkus LangChain4J Workshop that demonstrates both single AI service capabilities and Agentic AI orchestration
Comments