A Model Context Protocol (MCP) server for Microsoft Fabric Real-Time Intelligence that enables AI agents to interact with Eventhouse and Eventstreams through natural language to KQL translation and secure authentication.
List all available Kusto services configured in the MCP.
Execute KQL queries on the specified database.
Execute Kusto management commands (destructive operations).
List all databases in the Kusto cluster.
List all tables in a specified database.
Get schema information for all entities (tables, materialized views, functions) in a database.
Get detailed schema information for a specific table.
Get schema information for a specific function, including parameters and output schema.
Retrieve random sample records from a specified table.
Retrieve random sample records from the result of a function call.
Ingest inline CSV data into a specified table.
Retrieve semantically similar query examples from a shots table using AI embeddings.
List all Eventstreams in your Fabric workspace.
Get detailed information about a specific Eventstream.
Retrieve complete JSON definition of an Eventstream.
{
"mcp": {
"server": {
"fabric-rti-mcp": {
"command": "uvx",
"args": [
"microsoft-fabric-rti-mcp"
],
"env": {
"KUSTO_SERVICE_URI": "https://help.kusto.windows.net/",
"KUSTO_SERVICE_DEFAULT_DB": "Samples"
}
}
}
}
}