Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Veto — SQL Safety & Cost Oracle

com.vetosql/veto

Deterministic safety, correctness & cost gate that vets Postgres SQL before your AI agent runs it.

Uptime
100.0%
2 direct probes · 30d
Response
184ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

analyze_sql

Analyze Postgres SQL/migrations for destructive operations, locking risk, correctness traps (NULL handling that silently returns wrong results), anti-patterns, and query cost. Returns a deterministic …

set_policies

Replace the stored custom org policy set for your Pro key (this is also how you update or clear them: send the full new set to update, or an empty array to remove all). Each policy blocks or warns on …

get_policies

Return the custom org policy set currently stored for your Pro key — the same rules analyze_sql enforces on top of the built-ins. Read-only; returns an empty list if none are set. Use set_policies to …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "veto_—_sql_safety_&_cost_oracle": {
      "url": "https://vetosql.com/mcp",
      "transport": "streamable-http"
    }
  }
}