Skip to main content
Glama

Server Details

Medicare spending, chronic conditions, hospital quality, readmissions, and enrollment

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

5 tools
get_chronic_conditionsInspect

Get prevalence of chronic conditions among Medicare beneficiaries.

Returns state-level data on 21 chronic conditions including diabetes,
heart failure, COPD, depression, Alzheimer's, and more. Useful for
understanding disease burden by geography.

Args:
    state: Two-letter US state abbreviation (e.g. 'CA', 'TX').
    condition: Chronic condition name to filter by (e.g. 'diabetes',
        'heart failure', 'COPD', 'depression').
    year: Year of data (e.g. 2022).
    limit: Maximum number of records to return (default 50, max 1000).
ParametersJSON Schema
NameRequiredDescriptionDefault
yearNo
limitNo
stateNo
conditionNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
get_hospital_qualityInspect

Get hospital quality star ratings and general information.

Returns hospital quality data including overall star ratings,
location details, and hospital type. Filter by state or city.

Args:
    state: Two-letter US state abbreviation (e.g. 'CA', 'TX').
    city: City name to filter by (e.g. 'Chicago', 'Houston').
    limit: Maximum number of records to return (default 50, max 1000).
ParametersJSON Schema
NameRequiredDescriptionDefault
cityNo
limitNo
stateNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
get_hospital_readmissionsInspect

Get 30-day hospital readmission rates by hospital.

Returns hospital-level readmission data including excess readmission
ratios and predicted/expected readmission rates for conditions like
heart attack, heart failure, and pneumonia.

Args:
    state: Two-letter US state abbreviation (e.g. 'CA', 'TX').
    hospital_name: Hospital name or partial name to search for.
    limit: Maximum number of records to return (default 50, max 1000).
ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
stateNo
hospital_nameNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
get_medicare_enrollmentInspect

Get Medicare enrollment data by state and county.

Returns enrollment counts including total beneficiaries, Original
Medicare vs Medicare Advantage enrollment, and Part D enrollment.
Useful for understanding Medicare population by geography.

Args:
    state: Two-letter US state abbreviation (e.g. 'CA', 'TX').
    year: Year of enrollment data (e.g. 2022).
    limit: Maximum number of records to return (default 50, max 1000).
ParametersJSON Schema
NameRequiredDescriptionDefault
yearNo
limitNo
stateNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
get_medicare_spendingInspect

Get Medicare spending per beneficiary by geographic area.

Returns geographic variation in Medicare spending including per-capita
costs and total spending amounts. Filter by state, county, or year.

Args:
    state: Two-letter US state abbreviation (e.g. 'CA', 'TX').
    county: County name to filter by (e.g. 'Los Angeles').
    year: Year of spending data (e.g. 2022).
    limit: Maximum number of records to return (default 50, max 1000).
ParametersJSON Schema
NameRequiredDescriptionDefault
yearNo
limitNo
stateNo
countyNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Last verification attempt failed.

getaddrinfo ENOTFOUND mcp.olyport.com

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.