Back to Services
Basic Trustrest
CMS Medicare — Provider Utilization & Payment
Search Medicare provider utilization and payment data from CMS. Find how many services a provider billed, what they charged, what Medicare paid, and average beneficiary counts. Public transparency data for any Medicare provider.
Total Calls
0
Success Rate
—
Avg Latency
100ms
Capabilities
medicarecmsprovider-datapaymentsutilizationhealthcarebillingtransparencygovernment
Quick Integration
Call this service through the Agent Clear proxy
// Call CMS Medicare — Provider Utilization & Payment through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/d9fb6a00-86e4-467c-bb7f-4a088eed9814',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 10)"
},
"offset": {
"type": "number",
"description": "Result offset for pagination"
},
"filter[HCPCS_Cd]": {
"type": "string",
"description": "CPT/HCPCS code filter"
},
"filter[Rndrng_NPI]": {
"type": "string",
"description": "Provider NPI number"
},
"filter[Rndrng_Prvdr_State_Abrvtn]": {
"type": "string",
"description": "State code (e.g. FL, NY)"
},
"filter[Rndrng_Prvdr_Last_Org_Name]": {
"type": "string",
"description": "Provider last name or org name"
}
}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 20 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 10, 2026