medicare_part_d_generic_competition

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

Profile Medicare Part D brand rows sharing an exact generic name, including CMS’s reported manufacturer count and 2020–2024 spending/use trends. Manufacturer count is a CMS aggregate, not a list of companies, products on market, or market share.

Parameters

NameTypeRequiredDescription
generic_namestringyes
limitnumbernoBrand rows (1-100, default 50).

Example call

Arguments

{
  "generic_name": "Apixaban",
  "limit": 50
}

curl

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

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('medicare_part_d_generic_competition', {
  "generic_name": "Apixaban",
  "limit": 50
});

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build July 30, 2026