Emergency Medicare Planner MCP ServerServer

manolaz
GitHub
HealthcareEmergency ServicesGoogle Maps Integration

Loading subscription status...

💡 Description

A powerful Model Context Protocol (MCP) server that integrates with Google Maps to identify and evaluate medical facilities during emergencies. This server helps users find appropriate hospitals and clinics within a 10km radius based on their medical needs, urgency, and facility readiness. It supports real-time routing, availability checks, and detailed information about medical services, enabling patients to make informed decisions in critical situations.

📝 JSON Entries

{
  "mcpServers": [
    {
      "emergency-medicare-planner": {
        "env": {
          "GOOGLE_MAPS_API_KEY": "your_google_maps_api_key"
        },
        "args": [
          "@manolaz/emergency-medicare-planner-mcp-server"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

get_emergency_contactsfind_nearby_medical_facilitiescheck_medicare_coverageschedule_emergency_transportsequentialthinking

Features

  • Sequential thinking for medical assessment based on symptoms and history.
  • Real-time availability checks for medical facilities.
  • Routing and navigation services based on user location.

💬 Example Queries

  • Find hospitals nearby for respiratory issues.
  • Get details of emergency medical facilities within 10km.
  • Calculate the fastest route to the nearest clinic.