Emergency Medicare Management MCP Server

by manolaz

5 stars
529 downloads
Not rated
GitHub

About

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…

Details

Author
manolaz
GitHub stars
5
Downloads
529
Categories
Other

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Emergency Medicare Management MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "emergency medicare management mcp server": {
            "emergency-medicare-planner-mcp-server": {
                "command": "npx",
                "args": [
                    "-y",
                    "@smithery/cli",
                    "install",
                    "@manolaz/emergency-medicare-planner-mcp-server",
                    "--client",
                    "claude"
                ]
            }
        }
    }
}

McpServers

{
    "emergency-medicare-planner-mcp-server": {
        "command": "npx",
        "args": [
            "-y",
            "@smithery/cli",
            "install",
            "@manolaz/emergency-medicare-planner-mcp-server",
            "--client",
            "claude"
        ]
    }
}

Emergency Medicare Management MCP Server

smithery badge

(@manolaz/emergency-medicare-planner-mcp-server)

A powerful Model Context Protocol (MCP) server that integrates with Google Maps to locate and evaluate medical facilities in emergency situations. This server helps users find appropriate hospitals and clinics within 10km radius based on specific medical needs, emergency level, and facility capabilities.

The system provides real-time routing, availability checks, and detailed information about medical services, helping patients make informed decisions during urgent healthcare situations.

Key Feature: Sequential Thinking for Medical Evaluation - Enables step-by-step clinical reasoning for more accurate medical facility matching based on patient symptoms and medical history.

Installation & Usage

Installing via Smithery

To install Emergency Medicare Planner for Claude Desktop automatically:

npx -y @smithery/cli install @manolaz/emergency-medicare-planner-mcp-server --client claude

Installing Manually

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.