Connect your account, then chat with AI to run tools.
Discover SQL Server schemas, run guarded SELECT queries, preview row updates, and apply parameterized INSERT, UPDATE, and DELETE changes safely.
Try this workflow
Explore an unfamiliar database
List databases on my SQL Server instance, search for tables matching %order%, then inspect the best match before reading ten sample rows.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsBuilt for
Developers, analysts, and operators working with Microsoft SQL Server or Azure SQL
Explore an unfamiliar database
Database list, schema search, inspect schema, then bounded read.
List databases on my SQL Server instance, search for tables matching %order%, then inspect the best match before reading ten sample rows.
Safe row update
update_rows preview=true confirms the predicate before mutation.
Update the status column to shipped for order id 12345 in dbo.orders and show the preview rows before applying the change.
Does update rows show what will change?
Yes — update rows runs a SELECT preview of up to ten matching rows before the UPDATE by default so agents can verify the where clause.
Domain knowledge for Microsoft SQL Server — workflow patterns, data models, and gotchas for your AI agent.
SQL Server access via standard host/port/database credentials. Read tools reject mutating SQL; write tools allow only INSERT, UPDATE, and DELETE.
Set encrypt to true for Azure SQL and other TLS-required hosts. trust_server_certificate may be required for self-signed dev instances.
Delete rows from one SQL Server table matching a parameterized WHERE clause. Set confirm_write=true after validating the predicate with a read query.
Describe columns for one SQL Server table via INFORMATION_SCHEMA.COLUMNS.
Execute a read-only SQL statement. Mutating statements are rejected before execution. Inspect schema first when column names are uncertain.
Execute one parameterized INSERT, UPDATE, or DELETE statement. DDL and other mutating statements are rejected before execution.
Return a SQL Server execution plan as XML. Estimated plans use SHOWPLAN; set analyze=true for an actual plan via STATISTICS XML.
Insert one row into a SQL Server table using a column map. Inspect schema first when column names are uncertain.
Inspect a SQL Server schema or table: columns, primary keys, foreign keys, and indexes. Run before raw SQL when column names are unknown.
List databases visible on the connected SQL Server instance. Use before switching the credential database when exploring multiple catalogs.
Browse rows from one SQL Server table with optional filter, column selection, sorting, and pagination.
List tables in the connected SQL Server database with optional schema filter.
Search rows in one table with a parameterized WHERE clause. Use ? placeholders in where_sql and pass matching params.
Search table and column names with SQL LIKE wildcards (% and _). Prefer inspect_schema for full table detail once you know the table name.
Update rows in one SQL Server table with a parameterized SET map and WHERE clause. Always include a selective where_sql predicate.
Yes — update rows runs a SELECT preview of up to ten matching rows before the UPDATE by default so agents can verify the where clause.
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/mssql. Authentication is handled automatically.
Microsoft SQL Server provides 13 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
Microsoft SQL Server uses API Key. Microsoft SQL Server requires credentials. Connect via MCPBundles and authentication is handled automatically.
Connect Microsoft SQL Server to any MCP client in minutes
https://mcp.mcpbundles.com/bundle/mssqlThe link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.
Microsoft SQL Server and paste the MCP URL into Remote MCP server URL.Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).
More developer tools integrations you might like
Merge is an API that enables the integration of applicant tracking systems (ATS) into applications, ...
GitHub REST API tools for repository research, organization intelligence, and contributor analysis. ...
Svix Management API for administering environments, API tokens, and organization settings. Use this ...
Google Webfonts is a web font library and API, allowing developers to easily integrate a wide variet...
News API provides a RESTful API to access hundreds of worldwide news sources and blogs in real-time ...
Mailosaur is an email and SMS testing platform that lets developers capture, inspect, search, and an...