Skill Detail

Query Eventhouse and manage Fabric RTI resources from MCP-compatible agents with Fabric RTI MCP

Use Fabric RTI MCP when an agent needs tool-callable access to Microsoft Fabric Real-Time Intelligence services such as Eventhouse, Eventstreams, Activator, and Map instead of sending the user back to the Fabric UI or wiring custom SDK glue.

Integrations & ConnectorsMCP
Integrations & Connectors MCP Security Reviewed
⭐ 111 GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill query-eventhouse-and-manage-fabric-rti-resources-from-mcp-compatible-agents-with-fabric-rti-mcp Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
MCP-compatible client; Python with uvx or equivalent; Microsoft Fabric RTI access via Azure Identity
Install & setup
Install in an MCP client using the upstream Python package, for example with `uvx microsoft-fabric-rti-mcp`, then authenticate with Azure Identity and configure access to the target Fabric RTI resources.
Author
Microsoft
Publisher
Organization
Last updated
Apr 25, 2026
Quick brief

Fabric RTI MCP is an MCP server that exposes Microsoft Fabric Real-Time Intelligence operations as agent-callable tools, including KQL querying for Eventhouse or Azure Data Explorer, Eventstream management, Activator trigger setup, and Map operations. It gives an agent a concrete invoke surface for analytics and streaming tasks inside an MCP workflow.

How it works

What this skill actually does

Invoke this instead of using the product normally when the user wants an MCP-compatible agent to inspect schemas, run KQL, manage streaming resources, or prepare alerts from the same conversational loop. The scope boundary is the MCP bridge and agent tool workflow; that keeps it from being merely a Microsoft Fabric product listing or generic cloud platform card.