A secure proxy between your agents and your databases. Send natural language; get safe SQL, per-agent row-level security, and full audit. Agents never see connection strings.
SELECT-only AST validator Per-agent RLS Append-only audit MCP-native
Free tier: 3 databases · 1M queries/month · no credit card.
Drop into Claude Desktop / Cursor / any MCP-aware client:
pip install queryshield-mcp
# .mcp.json or claude_desktop_config.json
{
"queryshield": {
"command": "queryshield-mcp",
"env": { "QUERYSHIELD_API_KEY": "qs_..." }
}
}
Listed in the official MCP Registry as io.github.bch1212/queryshield.
| Tier | Monthly | Databases | Queries/month |
|---|---|---|---|
| Starter | $500 | 3 | 1M |
| Pro | $1,500 | 10 | 10M (audit export) |
| Enterprise | $3,500 | unlimited | SSO + SIEM webhook |
Docs: /docs · Health: /health · github.com/bch1212/queryshield