HomeCloud & Monitoring › MCPSpend

MCPSpend

Query your MCPSpend usage: cost today, top tools, recent sessions, budget projections.

TypeScript Cloud macOSWindowsLinux
★ 111 stars Last pushed 2026-08-31 License: MIT

Topics: Monitoring

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.1)

npx -y @mcpspend/mcp-server@0.2.1

Or add to your MCP client config:

{
  "mcpServers": {
    "mcpspend": {
      "command": "npx",
      "args": [
        "-y",
        "@mcpspend/mcp-server@0.2.1"
      ],
      "env": {
        "MCPSPEND_API_KEY": "<YOUR_VALUE>",
        "MCPSPEND_ENDPOINT": "<YOUR_VALUE>"
      }
    }
  }
}
  • MCPSPEND_API_KEY secret — Your MCPSpend API key. Create one at https://mcpspend.com/dashboard/keys. Starts with mcps_live_ or mcps_test_. Optional — the server boots and lists tools without it; only tool calls require auth.
  • MCPSPEND_ENDPOINT — Optional. Override the MCPSpend API endpoint. Defaults to https://api.mcpspend.com. Use only if you self-host MCPSpend.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry