emergency-medicare-planner-mcp-server
Emergency Medicare Management MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. 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 server ships on npm as @smithery/cli, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Once Emergency Medicare Management is connected, these are the calls the assistant has available:
searchMedicalFacilities — Search for hospitals, clinics, and medical facilities using Google Places APIInput — - query (string): Search query (e.g., "emergency room", "pediatric clinic")location — Latitude and longitude of patient locationgetMedicalFacilityDetails — Get detailed information about a specific medical facilityOutput — - Hours of operation, services offered, contact information, etccalculateRouteToFacility — Calculate fastest route to a medical facilityfacilityId — Place ID of the destination facilitycheckFacilityAvailability — Check if a facility is currently accepting patientsemergencyLevel — Urgency level of the medical situationTools — The Tools tool exposed by this serverTesting — The Testing tool exposed by this serverYou will need one environment variable: GOOGLE_MAPS_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Emergency Medicare Management's toolset — searchMedicalFacilities, Input, location and 8 more — is a fair guide to whether it matches your workflow. It is maintained by manolaz; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| searchMedicalFacilities | Search for hospitals, clinics, and medical facilities using Google Places API |
| Input | - query (string): Search query (e.g., "emergency room", "pediatric clinic") |
| location | Latitude and longitude of patient location |
| getMedicalFacilityDetails | Get detailed information about a specific medical facility |
| Output | - Hours of operation, services offered, contact information, etc. |
| calculateRouteToFacility | Calculate fastest route to a medical facility |
| facilityId | Place ID of the destination facility |
| checkFacilityAvailability | Check if a facility is currently accepting patients |
| emergencyLevel | Urgency level of the medical situation |
| Tools | The Tools tool exposed by this server. |
| Testing | The Testing tool exposed by this server. |
{
"mcpServers": {
"emergency-medicare-planner": {
"command": "npx",
"args": ["@manolaz/emergency-medicare-planner-mcp-server"],
"env": {
"GOOGLE_MAPS_API_KEY": "your_google_maps_api_key"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| GOOGLE_MAPS_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.