tarciorodrigo/Serel.MCPServer.SqlServer
If you are the rightful owner of Serel.MCPServer.SqlServer and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server for SQL Server integration, developed in .NET 9, enabling AI agents to access and interact with SQL Server databases using standardized tools.
Tools
Functions exposed to the LLM to take actions
list_tables
Lists all tables in the database
describe_table
Describes the structure of a specific table
execute_query
Executes SQL SELECT queries (read-only)
list_stored_procedures
Lists all stored procedures
describe_stored_procedure
Describes a specific stored procedure
list_views
Lists all views in the database
describe_view
Describes a specific view
list_triggers
Lists all triggers
describe_trigger
Describes a specific trigger
generate_crud_endpoints
Generates code for CRUD endpoints
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client