medicare_pricing_coverage

Pack: medicare-pricing · Endpoint: https://gateway.pipeworx.io/medicare-pricing/mcp

What Medicare pricing data is loaded and how current it is: the fee-schedule years and quarters held, how many codes are in each dataset, how many localities, and which datasets are absent. Use to check a vintage is current enough to quote before relying on a rate, and to see what this cannot answer — notably procedure-to-procedure pair edits, which are not available without an AMA licence.

Example call

Arguments

{}

curl

curl -X POST https://gateway.pipeworx.io/medicare-pricing/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"medicare_pricing_coverage","arguments":{}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('medicare_pricing_coverage', {});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "medicare-pricing": {
      "url": "https://gateway.pipeworx.io/medicare-pricing/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 17, 2026