Read and explore Microsoft SQL Server databases through a standardized interface.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "MSSQL MCP Server" yet — see the docs or source repo.
Using the MSSQL MCP Server in read-only mode, list all tables, column types, and primary key relationships in the current database, grouped by schema.
A schema-grouped inventory of tables with columns, data types, and primary key details.
Use the MSSQL MCP Server to query the number of orders and total sales by region for the last 30 days, sorted by sales descending, and return only the top 10 regions.
A summarized result showing regions, order counts, and ranked sales totals.
Using the MSSQL MCP Server, check the customers table for duplicate email addresses, missing phone numbers, and records not updated in the past year, and count each issue separately.
Counts for each data quality issue, optionally with sample records if needed.
Safely query Microsoft SQL Server databases in natural language with read-only access.
Safely let AI agents explore and query SQL Server databases read-only.
Connect to Microsoft SQL Server for safe schema exploration and read-only queries.
Run read-only SQL Server queries and inspect query performance statistics.
Connect to Microsoft SQL Server to query data, inspect schemas, and run procedures.
Safely inspect SQL Server metadata and run guarded read-only queries.