Let AI query multiple SQL databases read-only and export results.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "sqldb-mcp-server" yet — see the docs or source repo.
After connecting to the database, query sales and order counts by region for the last 30 days, sort by sales descending, and return the first 20 rows with pagination.
A paginated regional sales summary with fields like revenue and order count.
Read users registered in the last 7 days from the users table, including email, signup time, and acquisition channel, then export the result to a file.
A detailed list of new users from the last 7 days with a downloadable export file.
Inspect the orders table for records marked as paid where the amount is null or below 0, and return anomalous rows with relevant primary keys.
A list of suspicious orders for further data quality investigation.
Safely let AI agents explore and query SQL Server databases read-only.
Explore SQL schemas and run safe read-only SELECT queries.
Safely let AI query MS SQL Server in read-only mode.
Securely connect AI assistants to SQL Server for queries, analysis, and admin tasks.
Connect AI to Microsoft SQL Server for schema queries and CRUD operations.
Safely let AI query PostgreSQL, MySQL, and SQLite in read-only mode.