MCP server for CostKits: live healthcare procedure cost estimates and provider pricing.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Give Claude, ChatGPT, Cursor, and other MCP clients access to live US healthcare cost data.
CostKits provides procedure cost estimates, patient out-of-pocket calculations, provider pricing, insurance coverage rules, and medical bill analysis using hospital-transparency and CMS data rather than model memory.
Ask healthcare cost questions in natural language. CostKits supplies the structured data and calculations.
A thin Model Context Protocol server for the CostKits API.
Ask questions such as:
The MCP server selects the appropriate CostKits API tools and returns structured healthcare cost data the model can explain to the user.
Create a key at costkits.com/api-keys.
You can test the installation without a key using the demo_estimate tool.
Add this to claude_desktop_config.json (Settings β Developer β Edit Config):
Restart Claude Desktop so it reloads the MCP configuration.
What would a colonoscopy cost me in Connecticut if I have $500 left on my deductible and 20% coinsurance?
The server uses MCP stdio transport and can be used with compatible MCP clients. A tested configuration example is provided for Claude Desktop in examples/claude-desktop-config.json.
| Tool | Purpose | Plan |
|---|---|---|
demo_estimate | Return a sample estimate and verify connectivity | None |
resolve_procedure | Convert free text into a supported procedure | Builder |
estimate_procedure_cost | Estimate procedure cost by geography | Builder |
calculate_liability | Calculate patient responsibility from benefit inputs | Builder |
full_estimate | Combine procedure, cost, provider, and liability data | Builder |
| Tool | Purpose | Plan |
|---|---|---|
find_providers | Find providers with observed negotiated prices | Builder |
get_provider | Retrieve a provider profile by NPI | Builder |
| Tool | Purpose | Plan |
|---|---|---|
list_procedures | List supported procedures and CPT codes | Builder |
get_procedure_details | Retrieve billing bundles and procedure facts | Builder |
get_coverage | Retrieve prior auth, cost-sharing, frequency, and trigger rules | Builder (triggers: Pro) |
list_carriers | List supported carrier identifiers | Free |
| Tool | Purpose | Plan |
|---|---|---|
analyze_bill | Flag possible duplicate, unbundled, or suspicious bill items | Pro |
Plans and pricing: costkits-api β plans-and-pricing.
agent_hint that tells the model what to call next. A typo'd procedure name becomes a resolve-and-retry, not a dead end.CostKits tools do not require patient names, member IDs, dates of birth, or medical-record identifiers.
For bill analysis, send only the billing codes, descriptions, and amounts needed for analysis. Do not send protected health information.
| Env var | Required | Default | Purpose |
|---|---|---|---|
COSTKITS_API_KEY | For all tools except demo_estimate | β | Your ck_... key |
COSTKITS_API_BASE | No | https://api.costkits.com | Override for testing |
Requirements:
Run locally:
@costkits/costkits-mcpdemo_estimateCostKits API docs & examples Β· costkits.com Β· Interactive demo Β· Get an API key
CostKits is a healthcare cost-transparency platform built by John Caruso, FSA, MAAA, a healthcare actuary with more than 20 years of experience in insurance pricing, medical billing systems, and healthcare cost analytics.
This MCP server exposes the CostKits API as tools for AI assistants and agents.
Methodology Β· API documentation
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/costkits-mcp)<a href="https://allmcps.com/mcp/costkits-mcp"><img src="https://allmcps.com/api/badge/costkits-mcp?style=directory" alt="Costkits MCP on AllMCPs" /></a>