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
Available Tools
5 toolsget_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).| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| limit | No | ||
| state | No | ||
| condition | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
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).| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| limit | No | ||
| state | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
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).| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| state | No | ||
| hospital_name | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
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).| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| limit | No | ||
| state | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
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).| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| limit | No | ||
| state | No | ||
| county | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
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
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!