MCP.so
Sign In
Servers

Emergency Medicare Management MCP Server

@manolaz

emergency-medicare-planner-mcp-server

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.

Tags

More from Reasoning