CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Partd Mcp

stayce/partd-mcp-cloudflare
HTTPregistry active
Summary

Connects Claude to CMS Medicare Part D data through 15 actions covering drug spending, prescriber lookups, and price trend analysis. You can compare two drugs side by side, find generic alternatives with cost differentials, surface price outliers, or break down prescribing patterns by specialty and geography. Deployed on Cloudflare Workers at sub-50ms latency with no API key required. Covers 2024 quarterly spending data plus 2019-2023 annual trends. Useful if you're analyzing healthcare costs, investigating drug pricing stories, or building tools that need Medicare spending intelligence without dealing with CMS's raw data APIs.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Cloud & InfrastructureData & Analytics
Registryactive
TransportHTTP
UpdatedJan 21, 2026
View on GitHub

Related Cloud & Infrastructure MCP Servers

View all →
K8s

silenceper/mcp-k8s

Provides Kubernetes resource management and Helm operations via MCP for easy automation and LLM integration.
145
Containerization Assist

azure/containerization-assist

TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support
41
AWS Builder

io.github.evozim/aws-builder

AWS CloudFormation and Terraform infrastructure blueprint builder.
Kubernetes

strowk/mcp-k8s-go

MCP server connecting to Kubernetes
381
Kubernetes

reza-gholizade/k8s-mcp-server

Provides a standardized MCP interface to interact with Kubernetes clusters, enabling resource management, metrics, logs, and events.
156
MCP Server Kubernetes

flux159/mcp-server-kubernetes

Provides unified Kubernetes management via MCP, enabling kubectl-like operations, Helm interactions, and observability.
1.4k