← Registry
Developer Tools
sqlai.dev
Provides ephemeral in-memory SQL database for validating, executing, and comparing queries.
ENDPOINT 1
https://mcp.sqlai.dev/mcp
MCP server metadata
- Name
- sqlai-dev-sql-verifier
- Version
- 1.0.0
Capabilities
tools.listChanged
Known tools 5
run_sqlExecute a SQL query against a fresh ephemeral in-memory database built from your schema (and optional seed rows).
validate_sqlValidate a SQL query against a schema WITHOUT executing it (parse + name/type binding via EXPLAIN).
explain_planReturn the engine-native query plan for a query (SQLite: EXPLAIN QUERY PLAN) plus full-table-scan warnings.
run_sql_batchRun up to 10 queries against the same schema+seed.
diff_resultsAnswer "do these two queries return the same thing?" — the self-check for query refactors.