Back to Home
microsoft icon

fabric-rti-mcp

Verified Safe

by microsoft

Overview

Provides a Model Context Protocol (MCP) server that enables AI agents to interact with Microsoft Fabric Real-Time Intelligence (RTI) services for data querying, analysis, and management.

Installation

Run Command
python -m fabric_rti_mcp.server

Environment Variables

  • FABRIC_API_BASE
  • KUSTO_SERVICE_URI
  • AZ_OPENAI_EMBEDDING_ENDPOINT
  • USE_OBO_FLOW
  • FABRIC_RTI_MCP_AZURE_TENANT_ID
  • FABRIC_RTI_MCP_ENTRA_APP_CLIENT_ID
  • FABRIC_RTI_MCP_USER_MANAGED_IDENTITY_CLIENT_ID

Security Notes

The server uses Azure Identity SDKs (DefaultAzureCredential, ManagedIdentityCredential) for secure authentication and token handling, including an On-Behalf-Of (OBO) flow using MSAL. No hardcoded critical secrets were found. Destructive operations (e.g., Kusto commands, Eventstream deletion) are explicitly marked. The server's HTTP mode uses a broad CORS policy (allowing all origins), which might require stricter network controls for production deployments. User-provided KQL queries, while executed by the server, rely on the upstream AI agent's trustworthiness to prevent malicious queries.

Similar Servers

Stats

Interest Score51
Security Score8
Cost ClassLow
Stars83
Forks62
Last Update2026-01-09

Tags

Microsoft FabricReal-Time IntelligenceKustoAI AgentsMCP