Back to Browse

Partd Mcp Cloudflare MCP Server

by Stayce
Developer ToolsLow Risk10.0MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

CMS Medicare Part D drug spending and prescriber data. 2024 quarterly data.

About

CMS Medicare Part D drug spending and prescriber data. 2024 quarterly data.

Remote endpoints: streamable-http: https://partd-mcp-server.staycek.workers.dev/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

6 files analyzed · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

Medicare Part D MCP Server

15 actions. $200B+ in drug spending data. One tool call.

A Model Context Protocol (MCP) server giving AI assistants instant access to CMS Medicare Part D drug spending, prescriber, and pricing trend data — deployed on Cloudflare Workers with sub-50ms global response times.

Live endpoint: https://mcp-partd.medseal.app/mcp

No API key required. Public CMS data. Zero configuration.

What Can It Do?

Spending Analysis Get current quarterly spending or full multi-year trend analysis for any Part D drug. Covers 2024 Q1-Q4 quarterly data and 2019-2023 annual trends.

Drug Comparison Compare two drugs side-by-side: total spending, beneficiaries, cost per claim, year-over-year changes, and 4-year CAGR — all in one call.

Price Outlier Detection Surface drugs with the biggest price increases or decreases. Filter by risers, fallers, or both. Powered by CMS year-over-year change data.

Generic Alternative Finder Given any brand-name drug, find all drugs sharing the same generic compound and compare costs per beneficiary. Shows potential savings percentage.

Prescriber Intelligence Look up who prescribes what — by drug name, by state, or by NPI. Aggregate prescribing data with top drugs per provider.

Specialty Breakdown See which medical specialties prescribe a drug the most. Aggregated by provider type with claim counts and cost totals.

Geographic Patterns Prescribing data broken down by state — see where drugs are prescribed most heavily across the US.

Manufacturer Portfolio Look up any drug manufacturer to see their full Part D portfolio: all drugs, combined spending, beneficiary counts.

Dashboard Summary One-call overview of the entire Part D landscape: top drugs by spending, most prescribed by beneficiaries, biggest price movers.

Top Rankings Rank drugs by spending, beneficiaries, or claims. Sortable. Configurable result count.

Quick Start

Add to your Claude Desktop or Claude Code config:

{
  "mcpServers": {
    "partd": {
      "type": "url",
      "url": "https://mcp-partd.medseal.app/mcp"
    }
  }
}

That's it. Start asking about drug spending.

Actions

ActionPurpose
drugGet drug spending details (quarterly or annual)
spendingFull spending analysis with current + trend data
compareSide-by-side comparison of two drugs
outliersDrugs with biggest price increases/decreases
genericsFind generic alternatives, compare costs
specialtyPrescribing patterns by provider specialty
prescribersFind prescribers by drug, state, or NPI
geographyPrescribing patterns by state/region
manufacturerAll drugs by a manufacturer
topTop drugs by spending, beneficiaries, or claims
searchSearch drugs by name
summaryDashboard overview of Part D landscape
statsDataset metadata and statistics
apiRaw CMS Data API escape valve
helpFull documentation

Examples

{"action": "summary"}
{"action": "compare", "drug": "Ozempic", "drug2": "Mounjaro"}
{"action": "outliers", "direction": "risers", "max_results": 10}
{"action": "generics", "drug": "Humira"}
{"action": "specialty", "drug": "Eliquis"}
{"action": "spending", "drug": "Ozempic"}
{"action": "prescribers", "drug": "Ozempic", "state": "CA"}
{"action": "geography", "drug": "Eliquis"}
{"action": "manufacturer", "manufacturer": "Eli Lilly"}
{"action": "top", "sort": "beneficiaries", "max_results": 20}
{"action": "search", "query": "insulin"}
{"action": "drug", "drug": "Eliquis", "dataset": "annual"}

Data Coverage

DatasetPeriodRecords
Quarterly Spending2024 Q1-Q4All Part D drugs
Annual Spending Trends2019-2023YoY + 4-year CAGR
Prescriber by Drug2022Provider-level claims
Prescriber by Provider2022Full provider profiles
Prescriber by Geography2022State-level aggregates

Source: CMS data.cms.gov — updated quarterly, no authentication required.

Target Users

  • Health policy analysts — track drug spending trends, identify cost outliers
  • Healthcare journalists — investigate pricing patterns, manufacturer portfolios
  • Pharmacy benefit managers — compare drug costs, find generic alternatives
  • Health IT developers — integrate Medicare spending data into applications
  • AI/LLM builders — give your agents Medicare drug intelligence
  • Researchers — prescribing patterns by specialty, geography, provider

Key Advantages

  • No API key — public CMS data, zero configuration
  • Token efficient — single tool with action dispatch, LLMs learn one schema
  • Sub-50ms latency — Cloudflare Workers edge network, global deployment
  • Analytical depth — not just lookups: comparisons, outlier detection, savings analysis
  • 5 CMS datasets — spending, trends, prescribers, providers, geography
  • Always current — CMS quarterly updates, 1-hour edge caching

Deploy Your Own

git clone https://github.com/stayce/partd-mcp-cloudflare
cd partd-mcp-cloudflare
npm install
npm run deploy

No secrets needed. No environment variables. Just deploy.

MedSeal MCP Suite

Part of a growing collection of healthcare MCP servers:

ServerDataActionsLive
partd-mcpMedicare Part D spending & prescribers15mcp-partd.medseal.app/mcp
icd-mcpWHO ICD-10 & ICD-11 codes12mcp-icd.medseal.app/mcp
icf-mcpWHO ICF functioning codes6mcp-icf.medseal.app/mcp

Together: diagnosis codes, functioning classification, drug spending, and prescriber data — all accessible to any MCP-compatible AI assistant.

License

MIT

Reviews

No reviews yet

Be the first to review this server!