fbanyai/TinyMSSQL-MCP-Server
3.3
If you are the rightful owner of TinyMSSQL-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for Microsoft SQL Server that provides tools to interact with MSSQL databases.
Tools
Functions exposed to the LLM to take actions
list_schemas
Lists all schemas in the database.
list_tables
Lists all tables in the specified schema.
list_procedures
Lists all stored procedures in the specified schema.
list_functions
Lists all functions in the specified schema.
list_indexes
Lists all indexes, optionally filtered by table.
get_table_details
Gets comprehensive information about a table.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client