fabric-dw-mcp-cli
Related Servers
Alternatives to fabric-dw-mcp-cli
No user-submitted related servers found.
Related Servers
- AlicenseBqualityBmaintenanceMCP server for Microsoft Fabric REST APIs that enables data engineers and analysts to manage Fabric components using AI assistants.21945 npmAGPL 3.0
- AlicenseNot gradedqualityCmaintenanceA local MCP server for read-only SQL Server / MS Fabric queries. It authenticates as the user via Entra ID and runs one server process per tenant.MIT
- FlicenseNot gradedqualityDmaintenanceMCP server for reading and analyzing Fabric semantic models. Supports getting model definitions and executing DAX queries against Power BI datasets.17-
- AlicenseNot gradedqualityCmaintenanceMCP server for managing Microsoft Fabric notebooks and Dataflow Gen2 via the Fabric REST API. Supports reading, creating, updating, running, and deleting items within workspaces.MIT
- FlicenseNot gradedqualityDmaintenanceProvides MCP tools to interact with Databricks SQL warehouses, enabling metadata discovery, table reading, and DDL operations.-
- FlicenseCqualityDmaintenanceA Python MCP server that lets you manage Microsoft Fabric through natural language in Claude Code or Claude Desktop, with 77+ tools covering workspaces, lakehouses, warehouses, SQL, DAX, semantic models, notebooks, pipelines, OneLake, and Microsoft Graph.83-
TDQS
Scored across 123 tools
Most tools target a distinct resource and action, with detailed descriptions that help an agent choose correctly. However, load_table_from_url and import_table_from_url are near-duplicates (both COPY INTO from a URL), and execute_sql overlaps with virtually every dedicated tool. Some related clusters (list_warehouses vs. list_sql_endpoints) also require careful reading to avoid misselection.
The dominant pattern is verb_noun and is largely readable, but destructive operations are split inconsistently between 'drop_' (drop_view, drop_procedure, drop_function) and 'delete_' (delete_table, delete_warehouse, delete_schema). The same conceptual operation is also named both load_table_from_url and import_table_from_url, breaking a strict one-verb-per-action convention.
At 123 tools, this is far beyond the range where an agent can efficiently discover and select the right tool without significant overhead. Even a comprehensive warehouse management surface could be consolidated into far fewer, broader tools. The extreme count will likely cause prompt-size and selection-cost problems.
The surface is exhaustive for the stated domain: full lifecycle coverage for warehouses, SQL endpoints, tables, views, procedures, functions, schemas, snapshots, restore points, SQL pools, permissions, security policies, masking, auditing, and query monitoring. Any residual gap (e.g. row-level DML or ALTER TABLE) is covered by the deliberately explicit execute_sql fallback. There are no obvious dead ends.