F
licenseNot graded
qualityD
maintenanceEnables AI assistants to connect to Microsoft SQL Server via the MCP protocol, supporting database schema queries, data reading, and arbitrary SQL execution.
-
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clearly distinct purpose: listing tables, getting schema, and reading rows. There is no ambiguity between them.
All tool names follow a consistent verb_noun snake_case pattern: list_tables, get_table_schema, read_table_rows.
With 3 tools, the server is slightly underpopulated but still reasonable for a focused read-only database schema and data access tool.
The server lacks essential database operations such as writing, updating, deleting rows, or running arbitrary SQL queries, making it incomplete for typical use cases.