# Emergency Medicare Management

Find nearby hospitals and clinics that match specific patient needs. Access real-time information about medical facilities and calculate the fastest routes to them. Ensure timely medical assistance w…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add manolaz/emergency-medicare-planner-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list manolaz/emergency-medicare-planner-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get manolaz/emergency-medicare-planner-mcp-server find_nearby_medical_facilities

# Call a tool
npx -y @smithery/cli@latest tool call manolaz/emergency-medicare-planner-mcp-server find_nearby_medical_facilities '{}'
```

## Tools (5)

- `find_nearby_medical_facilities` — Finds hospitals and clinics nearby user location that match specific requirements
- `check_medicare_coverage` — Checks what treatments and procedures are covered by Medicare
- `get_emergency_contacts` — Retrieves emergency contact information for a specific location
- `schedule_emergency_transport` — Arranges emergency medical transportation
- `sequentialthinking` — A detailed tool for dynamic and reflective medical problem-solving through thoughts.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get manolaz/emergency-medicare-planner-mcp-server <tool-name>
```

---

Source: https://github.com/manolaz/emergency-medicare-planner-mcp-server | License: MIT
