mcp-server-kusto
If you are the rightful owner of mcp-server-kusto 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.
A MCP server that provides access to Azure Data Explorer (ADX) clusters.
The Kusto MCP Server is designed to facilitate seamless interaction with Azure Data Explorer (ADX) clusters. It provides a robust interface for managing and querying data within ADX, allowing users to list tables, execute queries, and retrieve table schemas. This server is particularly useful for organizations leveraging ADX for large-scale data analytics and exploration. By integrating with the Kusto MCP Server, users can efficiently manage their data resources and perform complex queries with ease. The server supports both internal and external tables, as well as materialized views, making it a versatile tool for data management and analysis.
Features
- List Tables: Provides functionality to list all internal and external tables, as well as materialized views in the cluster.
- Execute Query: Allows execution of queries on both internal and external tables, including materialized views.
- Get Table Schema: Enables retrieval of schema information for internal and external tables, as well as materialized views.
Tools
list_internal_tables
List all internal tables
list_external_tables
List all external tables
list_materialized_views
List all materialized views
execute_query_internal_table
Perform a query on an internal table or materialized view
execute_query_external_table
Perform a query on an external table
get_internal_table_schema
Get the structure of an internal table or materialized view
get_external_table_schema
Get the structure of the external table