richardichogan/azure-schema-mcp
If you are the rightful owner of azure-schema-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 dayong@mcphub.com.
The Azure Schema MCP Server is designed to enhance AI assistants by providing them with the ability to discover Azure Log Analytics table schemas and Microsoft Graph API structures, thereby eliminating guesswork in writing KQL queries or calling APIs.
Tools
Functions exposed to the LLM to take actions
get_kql_table_schema
Discover the schema of a Log Analytics table.
test_kql_query
Execute a KQL query and return sample results.
list_tables
List all available tables in the Log Analytics workspace.
get_graph_api_schema
Discover the structure of a Microsoft Graph API endpoint by fetching sample data.
refresh_schema
Force refresh of cached schema for a table or endpoint.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client