slyderc/climate_mssql_mcp
3.2
If you are the rightful owner of climate_mssql_mcp 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 lightweight, reliable Model Context Protocol (MCP) server for Microsoft SQL Server using Python and pymssql.
Tools
Functions exposed to the LLM to take actions
list_table
List all tables in the database or filter by schema.
describe_table
Show the schema/structure of a specific table.
read_data
Execute SELECT queries against the database.
insert_data
Insert one or more records into a table.
update_data
Update records in a table.
create_table
Create a new table.
create_index
Create an index on a table.
drop_table
Delete a table from the database.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client