mcpbeat Sign in

Costkits MCP Server

local only

Costkits MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 68 installs a week from npm. Last commit 14 Jul 2026.

MCP server for CostKits: live healthcare procedure cost estimates and provider pricing.

Installs per day peak 25 · avg 8 · +70% w/w
a month agotoday
68
Installs / week
npm · @costkits/costkits-mcp
0
Stars
1 open issues
14 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Costkits MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add costkits-mcp -- npx -y @costkits/costkits-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "costkits-mcp": {
      "args": [
        "-y",
        "@costkits/costkits-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.costkits-mcp]
command = "npx"
args = ["-y", "@costkits/costkits-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "costkits-mcp": {
      "args": [
        "-y",
        "@costkits/costkits-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "costkits-mcp": {
      "args": [
        "-y",
        "@costkits/costkits-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: COSTKITS_API_KEY (Your CostKits API key (ck_...). Required for all tools except demo_estimate.), COSTKITS_API_BASE (Override the CostKits API base URL (for testing).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Costkits MCP

same job, measured the same way
Loa Healthcare Pricing
by aanari

Search source-labeled hospital prices, CPT codes, providers, and healthcare cost estimates.

12 tools answering
Solematica MCP Server
by hanicker

Solar estimates, provider comparison, energy prices and blog for Italy

33 installs/wk local only
FHIR MCP Server
by wso2

MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications

209 installs/wk local only
Quelllm MCP
by mgm-falcon

MCP server for quelllm.fr: 190+ open-weights LLM catalog - list, compare, VRAM and cost estimates

local only
Pixapi
by pixapi-ai

MCP server for Pixapi: check live credit pricing and balance, then generate images and video.

85 installs/wk answering
Gasfeepredictor MCP
by higherbeing

Live Ethereum and L2 gas fees for AI agents: current gas, cheapest L2, ETH price, cost estimates.

35 installs/wk local only
Seatcanvas
by seatcanvas

SeatCanvas MCP server: pricing, venue capacity estimates, and prefilled seating plans.

3 tools answering
Infracost
by downatthebottomofthemolehole

MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code

55 installs/wk local only

Costkits MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Costkits MCP?
Costkits MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @costkits/costkits-mcp was installed 68 times last week.
How do I connect Costkits MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @costkits/costkits-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Costkits MCP?
The npm package @costkits/costkits-mcp was installed 68 times in the last week. Week over week that is +70%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Costkits MCP open source?
Yes — it is published under the MIT licence, written in JavaScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.