This server exposes MS SQL Server operations through a conversational AI interface, leveraging the FastMCP framework. It offers tools for querying, manipulating, and retrieving information from SQL databases using natural language. Users can execute SQL queries, list tables, describe table structures, perform non-query operations (INSERT, UPDATE, DELETE), list ODBC drivers, and view detailed database information.
Key Features
01Execute SQL queries and view results
02List available tables in the database
03List available ODBC drivers on the system
04Execute non-query operations (INSERT, UPDATE, DELETE)
05Describe table structures with column information