Mcpspend runs on your own machine — the client starts it, so there is no endpoint to ping. 70 installs a week from npm. Last commit 31 Aug 2026.
Query your MCPSpend usage: cost today, top tools, recent sessions, budget projections.
We read the source, 2 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const raw = fs.readFileSync(path.join(BLOG_DIR, filename), 'utf8')
const child = spawn(command, args, {
COPY package.json pnpm-workspace.yaml pnpm-lock.yaml .npmrc ./
slackWebhookUrl: z.string().url().startsWith('https://hooks.slack.com/').nullable().optional(),
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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.
claude mcp add mcpspend -- npx -y @mcpspend/mcp-server
{
"mcpServers": {
"mcpspend": {
"args": [
"-y",
"@mcpspend/mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.mcpspend]
command = "npx"
args = ["-y", "@mcpspend/mcp-server"]
{
"mcpServers": {
"mcpspend": {
"args": [
"-y",
"@mcpspend/mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcpspend": {
"args": [
"-y",
"@mcpspend/mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MCPSPEND_API_KEY (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.).
The author declared them in the registry entry; get the values from the project itself.
Query your real net worth, spending, transactions, budgets and portfolio from any MCP client.
Read-only access to your net worth, wealth percentile, projections, splits and budget.
Spend control for AI agents - cost attribution, budget caps, and signed runs as MCP tools.
Query channels, search messages, and read threads, users and reactions in your Stream Chat app.
Analytics for MCP servers. Query your tool calls, first-call success, retries and schema cost.
Wraps Codex CLI as MCP tools: codex, review, query, search, structured, ping, listSessions.
Multi-provider proxy infrastructure for AI/ML. Geo, sessions, cost-aware routing, usage tools.
Project memory across sessions for AI agents. A queryable decision log in the repo.
Answers built from our own checks of this server.