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
AWorld: Advancing Agentic AI
inclusionAISearch, understand, reproduce, and improve an idea with ease
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.
MCP Servers
junfanz1This project demonstrates a decoupled real-time agent architecture that connects LangGraph agents to remote tools served by custom MCP (Modular Command Protocol) servers. The architecture enables a flexible and scalable multi-agent system where each tool can be hosted independent
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.
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.
Comments