Query any SQL database in natural language with safe auto-generated SQL.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Smart MCP Server" yet — see the docs or source repo.
Connect to my sales database, detect the schema, and query monthly revenue for the past 12 months. Return the results sorted by month along with the SQL used.
Returns month-by-month aggregated sales results and the SQL query for review.
Inspect the user and order tables, calculate 7-day and 30-day retention for users acquired in the last 90 days, and explain which tables and fields were used.
Outputs retention metrics, the tables and fields used, and the generated SQL.
First assess whether this natural-language request could trigger a risky operation: delete customer records before 2023. If it is risky, refuse to execute and explain why.
Identifies the dangerous query, blocks execution, and returns a risk explanation with safer guidance.
Query SQL databases safely in natural language with validated read-only access.
Safely explore and query SQLite databases using natural language.
Lets AI safely explore SQL schemas and run read-only database queries.
Safely let AI inspect database schemas and query PostgreSQL and MySQL data.
Query and manage SQLite databases using natural language through an MCP tool.
Query databases in natural language and auto-generate and execute SQL.