Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

sql-steward

PYPI · SQL-STEWARD · SCANNED SEP 20

The agent never writes SQL: queries compile from a semantic layer you control, PII refused first.

Available components

0 this week 57 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security50
  • Malware scan not yet available for this package.Unverified
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 21 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency6
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 548 tokens (~60/item across 9 items; 9 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the sql-steward MCP server?

sql-steward runs locally as a PyPI package, launched with uvx sql-steward. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · sql-steward

# add to Claude Code
claude mcp add pawansingh3889-sql-steward -- uvx sql-steward
// .cursor/mcp.json
{
  "mcpServers": {
    "pawansingh3889-sql-steward": {
      "command": "uvx",
      "args": [
        "sql-steward"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "pawansingh3889-sql-steward": {
      "command": "uvx",
      "args": [
        "sql-steward"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add pawansingh3889-sql-steward -- uvx sql-steward
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "pawansingh3889-sql-steward": {
      "type": "local",
      "command": [
        "uvx",
        "sql-steward"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add pawansingh3889-sql-steward --command uvx --arg sql-steward
# ~/.hermes/config.yaml
mcp_servers:
  pawansingh3889-sql-steward:
    command: "uvx"
    args: ["sql-steward"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "pawansingh3889-sql-steward": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "sql-steward"
      ]
    }
  }
}
# add to Vellum
assistant mcp add pawansingh3889-sql-steward -t stdio -c uvx -a sql-steward
// mcp.json
{
  "mcpServers": {
    "pawansingh3889-sql-steward": {
      "command": "uvx",
      "args": [
        "sql-steward"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 17 Sept 26 +1
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 10 Sept 26 +1
    • Stability: 0.97 → pass security
  • 8 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/sql-steward@0.4.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 21 packages
Packages resolved 21
Stale 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 9 exposed · ~548 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
audit_verify ~37

Verify the tamper-evident audit chain (agent-blackbox), if enabled. Reports whether any previously recorded call was altered after the fact.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

describe_entity ~56

Show one entity's fields, types and PII tags. Fields tagged with a blocked PII category are marked `blocked: true`; asking for them in get_records is refused before any query runs.

NameTypeReqDescription
entitystringyes

Structured output declared, but exposes no named fields.

No examples provided.

get_metric ~55

Compute a pre-approved metric, optionally grouped/filtered by allowed dimensions. The aggregation itself is fixed by the semantic layer.

NameTypeReqDescription
dimensions
filters
limit
metricstringyes

Structured output declared, but exposes no named fields.

No examples provided.

get_records ~112

Read rows from one entity. `filters` is a list of {field, op, value}. Operators: =, !=, <, <=, >, >=, like, in, not in, is null, is not null. Blocked-PII fields are refused before anything runs; cross-entity references without a defined join are refused as unreachable.

NameTypeReqDescription
entitystringyes
fields
filters
limit
order_by

Structured output declared, but exposes no named fields.

No examples provided.

list_checks ~19

List the declared data-quality checks the layer can run.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

list_entities ~56

List the entities (tables) you may read, plus the available metrics. Call this first. You never write SQL -- you pass names from here to get_records / get_metric and sql-steward compiles the query for you.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

list_metrics ~21

List pre-approved metrics and the dimensions/filters each one allows.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

run_checks ~81

Run the declared data-quality checks and return a readiness summary. Each check compiles to a read-only violation count; zero violations passes. Returns a readiness score (percent of checks passing), an overall status, and a per-check breakdown. An 'error'-severity failure makes the status 'failing'; a 'warn'-severity failure makes it 'degraded'.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

semantic_search ~111

Vector similarity search over an entity's embedding column (pgvector). `query` is embedded locally and matched against the entity's configured embedding; the closest rows are returned (the embedding itself never is). Requires the entity to have a `search` config and a local embedding model (SQL_STEWARD_EMBED_URL). PostgreSQL-only. Same PII refusal as everything else.

NameTypeReqDescription
entitystringyes
filters
kinteger
querystringyes

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the sql-steward MCP server?

sql-steward is an MCP server listed in the public MCP registry as io.github.Pawansingh3889/sql-steward. The agent never writes SQL: queries compile from a semantic layer you control, PII refused first. This page covers its PyPI package (sql-steward).

Is the sql-steward MCP server safe to use?

sql-steward scores 57 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the sql-steward MCP server expose?

sql-steward exposes 9 tools: list_entities, describe_entity, list_metrics, get_records, get_metric, and 4 more. Their descriptions and schemas cost roughly 548 tokens of context every time the server is loaded.

Is the sql-steward MCP server still maintained?

sql-steward is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.