QueryShield
Rank #16980glama/bch1212/queryshield
Secure SQL proxy for AI agents. Translates natural language to safe SQL via Claude, validates at the AST level (SELECT-only, no DDL/DML), enforces per-agent row-level security, and audit-logs every query.
QueryShield is a Model Context Protocol (MCP) server published by bch1212. It ranks #16980 of 58,832 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. QueryShield is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 4, 2026 and most recently updated on May 4, 2026.
Ranks ahead of 41,852 of 58,832 servers on MCP Toplist.
Use QueryShield
Add QueryShield to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"queryshield": {
"command": "uvx",
"args": [
"queryshield-mcp"
],
"env": {
"QUERYSHIELD_API_KEY": "<your QUERYSHIELD_API_KEY>",
"QUERYSHIELD_BASE_URL": "<your QUERYSHIELD_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 3 registries
bch1212
Other servers by bch1212
- Agent Commerce#12716 · 4 vers
- ModelWatch#12846 · 2 vers
- Injectshield#14139 · 1 ver
- GrantIQ#15767 · 2 vers
- PubRecords#17820 · 1 ver
- OutdoorIQ#18543 · 1 ver
- AgentTrust#19021 · 1 ver
- AgentVault#19022 · 1 ver
- BizIntel#19768 · 1 ver
- agentfetch-mcp#27554 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | May 4, 2026 |
Frequently asked questions
- What is QueryShield?
- Secure SQL proxy for AI agents. Translates natural language to safe SQL via Claude, validates at the AST level (SELECT-only, no DDL/DML), enforces per-agent row-level security, and audit-logs every query.
- Who maintains QueryShield?
- QueryShield is maintained by bch1212, which publishes 12 MCP servers (16 total versions) tracked on MCP Toplist.
- Is QueryShield an official MCP server?
- Yes — QueryShield is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does QueryShield have?
- MCP Toplist tracks 1 version of QueryShield, most recently published on May 4, 2026.
- Where can I find the source code for QueryShield?
- The source code for QueryShield is hosted at github.com/bch1212/queryshield.