
DB Query Guard MCP
Add DB Query Guard MCP so agents must pass governed SQL review, simulation, and approvals before risky database queries hit production.
Overview
DB Query Guard MCP is a MCP server for the Ship phase that governs database query review with SQL simulation, approvals, and audits.
What is this MCP server?
- Paid remote MCP for governed database query review and SQL simulation
- Approval and audit flows via dbqueryguard.clauxel.com streamable-http endpoint
- Bearer token required after checkout and MCP token claim (accessModel: paid_mcp_bearer_token)
- Server card at .well-known/mcp/server-card.json for client discovery
- Early release version 0.1.0 with branded SVG icon metadata
- Server version: 0.1.0
- Transport: streamable-http at dbqueryguard.clauxel.com/mcp
- Auth: required secret Bearer token (paid_mcp_bearer_token)
What problem does it solve?
Letting agents run or suggest SQL without simulation and approval creates unacceptable blast radius for solo builders shipping database-backed products.
Who is it for?
Solo builders using agents on production or staging databases who need paid, opinionated SQL governance without building an internal query firewall.
Skip if: Local-only prototypes with disposable SQLite files and no compliance or approval requirements.
What do I get? / Deliverables
After token claim and MCP registration, query proposals flow through governed review, simulation, and audit-ready outcomes instead of executing blindly.
- Governed SQL review and simulation results
- Approval-oriented query decisions for agents
- Audit-suitable records of query governance actions
Recommended MCP Servers
Journey fit
How it compares
Governed database MCP guardrail, not a schema migration skill or generic SQL tutor.
Common Questions / FAQ
Who is DB Query Guard MCP for?
Developers who use AI agents to write or run SQL and need simulation, approvals, and audits through a remote MCP rather than manual DBA review every time.
When should I use DB Query Guard MCP?
Use it before agents touch shared databases in staging or production, during security review, and whenever you need an audit trail for SQL decisions.
How do I add DB Query Guard MCP to my agent?
Point your MCP client to https://dbqueryguard.clauxel.com/mcp (streamable-http) and set Authorization to Bearer <token> from dbqueryguard.clauxel.com after checkout and token claim.