Serversio.github.bch1212/queryshield
Q

io.github.bch1212/queryshield

io.github.bch1212/queryshield · v1.0.1
▦ pypi
v1.0.1pypi pypi: queryshield-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "io.github.bch1212/queryshield",
  "description": "Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.",
  "repository": {
    "url": "https://github.com/bch1212/queryshield",
    "source": "github"
  },
  "version": "1.0.1",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "queryshield-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Agent API key issued by QueryShield.",
          "isRequired": true,
          "isSecret": true,
          "name": "QUERYSHIELD_API_KEY"
        },
        {
          "description": "Override the default endpoint.",
          "name": "QUERYSHIELD_BASE_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}