MCP Server
MCP
io.github.costkits/costkits-mcp
MCP server for CostKits: live healthcare procedure cost estimates and provider pricing.
Install
npx -y @costkits/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@costkits/costkits-mcp",
"version": "1.0.7",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your CostKits API key (ck_...). Required for all tools except demo_estimate.",
"format": "string",
"isSecret": true,
"name": "COSTKITS_API_KEY"
},
{
"description": "Override the CostKits API base URL (for testing).",
"format": "string",
"name": "COSTKITS_API_BASE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment