Database MCP query guard
Let agents query data without turning the database into a liability.
A hosted remote MCP SaaS that lets agents query databases through policy, approval, redaction, and audit reports.
Read-only runner
PII redaction
Approval queue
Query audit
Policy verdict
Review
Approval required
Generated SQL
SELECT status, COUNT(*) AS row_count, SUM(amount) AS total_amount FROM payments WHERE created_at >= CURRENT_DATE - INTERVAL '30 days' GROUP BY status ORDER BY total_amount DESC LIMIT 100
Policy console
Connect a database, classify schema, simulate SQL, approve exceptions, and export proof.
DSN vault
Encrypted binding designRead-only runner
Allowlist| Check | Rule | Verdict |
|---|---|---|
| SQL verb | SELECT only | Pass |
| Row limit | 100 default | Pass |
| PII fields | Mask or approve | Review |
| DDL / writes | Blocked | Deny |
Approval queue
Team plan- Agent asksNatural-language request and generated SQL are captured.
- Policy simulatesRisky SQL is blocked; sensitive reads request approval.
- Reviewer decidesExceptional queries get a reviewer, reason, and expiry.
- Evidence exportsQuery hash, verdict, and redaction policy are packaged.
Usage logs
No raw secretssimulate_queryq_7b92a18e - approval_required - teamrun_approved_queryq_12c90b21 - allowed - redacted previewexport_query_auditaudit_61af0c - evidence_packetPaid remote MCP
Agents get fixed tools, not broad database credentials.
DB Query Guard exposes inspect_schema, classify_columns, simulate_query, request_query_approval, run_approved_query, and export_query_audit. Every response is structured JSON with verdict, query hash, sensitive columns, redacted preview, and audit metadata.
{
"endpoint": "https://dbqueryguard.clauxel.com/mcp",
"auth": "Authorization: Bearer <token>",
"tool": "simulate_query",
"returns": ["verdict", "queryHash", "sensitiveColumns", "redactedPreview", "audit"]
}
Pricing
Choose the query governance workflow your team needs.
Team is the default plan for shared SQL approval, redaction, and audit exports.
Analyst
For one analyst or BI consultant proving safe agent SQL access.
$69/mo
- One DSN vault binding design
- Schema sensitivity classification
- Read-only simulation
- One paid MCP token
Team
For data teams approving agent SQL with shared evidence.
$219/mo
- Approval queue
- PII redaction policies
- Query hash audit logs
- Report exports and usage history
Regulated
For finance, healthcare, and regulated teams that need durable proof.
$699/mo
- Two-reviewer approvals
- Evidence packet exports
- Regional policy profiles
- Priority onboarding support