fabric-rti-mcp
Verified Safeby microsoft
Overview
Enables AI agents to interact with Microsoft Fabric Real-Time Intelligence services, providing tools for data querying, analysis, and streaming via the Model Context Protocol (MCP).
Installation
uvx microsoft-fabric-rti-mcpEnvironment Variables
- USE_OBO_FLOW (if set to 'true', the following two variables are also required)
- FABRIC_RTI_MCP_ENTRA_APP_CLIENT_ID
- FABRIC_RTI_MCP_USER_MANAGED_IDENTITY_CLIENT_ID
Security Notes
The server uses Azure Identity's DefaultAzureCredential for authentication, supporting OBO flow for token exchange. Destructive operations are explicitly marked for client awareness. Input validation is present for certain tool arguments. CORS is configured with 'allow_origins=["*"]', which is permissive but relies on strong Azure authentication for security. JWT decoding for logging purposes does not include signature verification.
Similar Servers
klavis
Creates an AI agent that uses Klavis Strata to interact with Gmail and YouTube through MCP, demonstrating how to summarize a YouTube video and email the summary.
kubernetes-mcp-server
Provides a Model Context Protocol (MCP) interface for AI agents to interact with and manage Kubernetes and OpenShift clusters.
mcp
A central registry and collection of Model Context Protocol (MCP) servers and tools designed to enable AI agents to interact with various IBM and third-party resources and applications.
PowerBI-Desktop-MCP
Enables AI assistants to programmatically interact with Power BI Desktop models for data exploration, analysis, and modification.