shivam21nit-bit/MSSQL-MCP-FASTMCP
If you are the rightful owner of MSSQL-MCP-FASTMCP 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.
The SQL MCP Tool is a server application that exposes SQL Server metadata and utilities via the FastMCP protocol, enabling quick access to database schema, jobs, and object definitions.
Tools
Functions exposed to the LLM to take actions
refresh_schema
Reloads schema cache (tables, columns, objects, jobs).
get_table_schema
Returns schema of a given table (columns + types).
get_column_data
Sample values from a column with filter.
get_column_population_logic
Find procedures that insert/update a column.
get_object_definition
Returns SQL definition of an object (procedure, view, etc.).
get_job_status
Returns last run status of a SQL Agent job.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client