Registry / azure / microsoft-fabric-rti-mcp

microsoft-fabric-rti-mcp

JSON →
library0.5.4pypypi✓ verified 85d ago

Model Context Protocol (MCP) server for Microsoft Fabric Real-Time Intelligence (RTI). Version 0.5.4 provides tools for Eventstream, KQL, Activator, and Map. Active development with weekly to biweekly releases.

pip install microsoft-fabric-rti-mcp
INSTALL
IMPORT
SIG · MICROSOFT-FABRIC-R
M
microsoft-fabric-rti-mcp
azurepythonv0.5.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

main
from fabric_rti_mcp.server import main
from fabric_rti_mcp import main
main is in server module, not package root

Set FABRIC_USER_ACCESS_TOKEN environment variable with a valid Fabric access token, then run the server.

import os os.environ.setdefault('FABRIC_USER_ACCESS_TOKEN', os.environ.get('FABRIC_USER_ACCESS_TOKEN', '')) from fabric_rti_mcp.server import main # Run with: python -m fabric_rti_mcp.server # Or configure via env vars: FABRIC_USER_ACCESS_TOKEN, FABRIC_RTI_CORS_ORIGINS
Debug
Known issues
breakingAuthentication requires FABRIC_USER_ACCESS_TOKEN, not Microsoft Entra credentials directly. Use a short-lived bearer token.
fix
Set env var FABRIC_USER_ACCESS_TOKEN from Azure CLI or Fabric API.
affects: >=0.1.0
breakingCORS origins default to localhost only; remote hosts must set FABRIC_RTI_CORS_ORIGINS.
fix
Set env var FABRIC_RTI_CORS_ORIGINS to a comma-separated list of allowed origins.
affects: >=0.5.3
gotchaSecurity-sensitive CRP keys cannot be overridden via MCP tools. This is a security measure, not a bug.
fix
Configure CRP keys through environment variables, not tool calls.
affects: >=0.5.2
deprecatedThe Starlark-based Kusto skill is being replaced; older versions may use deprecated skill names.
fix
Use the updated Kusto Copilot skill introduced in 0.5.1.
affects: >=0.5.2
Errors
Common errors & fixes
ModuleNotFoundError: No module named 'fabric_rti_mcp'
Package not installed or wrong environment.
fix
Run 'pip install microsoft-fabric-rti-mcp' and ensure Python version >=3.10.
Unauthorized: request is not authorized
Missing or expired FABRIC_USER_ACCESS_TOKEN.
fix
Set FABRIC_USER_ACCESS_TOKEN to a valid Fabric bearer token. Use 'az account get-access-token --resource https://api.fabric.microsoft.com' to obtain one.
AttributeError: module 'fabric_rti_mcp' has no attribute 'main'
Incorrect import path.
fix
Use 'from fabric_rti_mcp.server import main' instead of 'from fabric_rti_mcp import main'.
Upgrade
Version history
0.5.4latest on PyPI · released Apr 28, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
microsoft-fabric-rti-mcp — pip install microsoft-fabric-rti-mcp · libregistry