Skip to main content
Glama

Emergency Medicare Planner MCP Server

by manolaz

check_medicare_coverage

Verify Medicare coverage for specific treatments and procedures by entering the treatment code, state, and insurance type. Determine eligibility and plan for emergency medical needs effectively.

Instructions

Checks what treatments and procedures are covered by Medicare

Input Schema

NameRequiredDescriptionDefault
insuranceTypeNoType of Medicare insurance (e.g., Part A, Part B)
stateYesUS State code (e.g., CA, NY)
treatmentCodeYesMedicare treatment or procedure code

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "insuranceType": { "description": "Type of Medicare insurance (e.g., Part A, Part B)", "type": "string" }, "state": { "description": "US State code (e.g., CA, NY)", "type": "string" }, "treatmentCode": { "description": "Medicare treatment or procedure code", "type": "string" } }, "required": [ "treatmentCode", "state" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/manolaz/emergency-medicare-planner-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server