mcpbeat Sign in

Cost Guard MCP Server

local only

Cost Guard MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Pre-flight query cost and result-size guardrails for AI agents on BigQuery, Snowflake, Databricks

Installs / week
pypi · cost-guard-mcp
1
Stars
0 open issues
17 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Cost Guard 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 cost-guard-mcp -- uvx cost-guard-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cost-guard-mcp": {
      "args": [
        "cost-guard-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cost-guard-mcp]
command = "uvx"
args = ["cost-guard-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cost-guard-mcp": {
      "args": [
        "cost-guard-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cost-guard-mcp": {
      "args": [
        "cost-guard-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Cost Guard MCP

same job, measured the same way
Camber - Remote Agentic Data Science
by cambercloud-camber-mcp

Remote data science agents for Snowflake, Databricks & BigQuery in Claude/Cursor via MCP

answering
Memini
by lumayapartners

Local-first project memory and mistake-prevention guardrails for AI coding agents.

54 installs/wk local only
Agent Guard
by mdfifty50-boop

Constitutional guardrails and loop detection for AI agents

35 installs/wk local only
MCP Notion
by infoinlet-marketplace

Notion for AI agents — search, read pages/blocks, query databases, create pages.

27 installs/wk local only
I
Agent Guardrails
by logi-cmd

Merge gates and safety checks for AI coding agents via MCP.

125 installs/wk local only
Agentpay Sentinel MCP
by rumblingb

Security guardrails for AI agent payments

local only
BigQuery Data Platform
by debilla

Read-only BigQuery tools for plain-language data questions, with a cost gate on every query

1 303 installs/wk local only
Audrey
by evilander

Local-first biological memory for coding agents: recall, consolidation, and pre-action Guard checks.

221 installs/wk local only

Cost Guard MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cost Guard MCP?
Cost Guard 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 pypi package cost-guard-mcp.
How do I connect Cost Guard 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 cost-guard-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Cost Guard MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.