fabric-rti-mcp

fabric-rti-mcp

3.4

If you are the rightful owner of fabric-rti-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Microsoft Fabric RTI MCP Server is a Model Context Protocol server that facilitates interaction between AI agents and Microsoft Fabric Real-Time Intelligence services.

The Microsoft Fabric RTI MCP Server is designed to enable seamless integration between AI agents and Microsoft Fabric Real-Time Intelligence (RTI) services. By leveraging the Model Context Protocol (MCP), this server provides a robust interface for AI agents to query and analyze data efficiently. The server translates natural language commands into KQL operations, allowing for intuitive data interaction. It also offers intelligent parameter suggestions and auto-completion, enhancing the user experience. With consistent error handling, users can expect a smooth and reliable interaction with the server. The server currently supports Eventhouse (Kusto) for executing KQL queries against Microsoft Fabric RTI and Azure Data Explorer (ADX). As the project is in Public Preview, users should be aware that significant changes may occur before its General Availability.

Features

  • Smart JSON communication for AI agents
  • Natural language command translation to KQL
  • Intelligent parameter suggestions and auto-completion
  • Consistent error handling
  • Support for Eventhouse (Kusto) and Azure Data Explorer

Tools

  1. List databases

    Retrieve a list of databases available in the Eventhouse.

  2. List tables

    Retrieve a list of tables within a specified database.

  3. Get schema for a table

    Retrieve the schema of a specified table.

  4. Sample rows from a table

    Retrieve a sample of rows from a specified table.

  5. Execute query

    Execute a KQL query against the Eventhouse.

  6. Ingest a csv

    Ingest a CSV file into a specified table.