Veto — SQL Safety & Cost Oracle
com.vetosql/vetoDeterministic safety, correctness & cost gate that vets Postgres SQL before your AI agent runs it.
Tools · 3
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 …
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 …
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 …
Similar MCP servers embedding-nearest
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"
}
}
}