This MCP server, developed by Axiom, enables AI agents to query data using Axiom Processing Language (APL). It integrates with the Axiom data platform to provide tools for executing APL queries against datasets and listing available datasets. By leveraging Axiom's powerful data processing capabilities, this implementation allows AI assistants to easily incorporate real-time data analysis into their responses. It is particularly useful for scenarios requiring rapid insights from large datasets, such as log analysis, application monitoring, or business intelligence through natural language queries to an AI assistant. The server is designed for seamless integration with the Claude desktop app and focuses on core querying functionality.
No reviews yet. Be the first to review!
Sign in to join the conversation
Execute APL queries against Axiom datasets. Requires an API token as the `token` parameter.
List available Axiom datasets. Requires an API token as the `token` parameter.
Get schema information for a specific dataset. Requires an API token as the `token` parameter.
Retrieve saved or starred APL queries. Requires an API token as the `token` parameter.
List monitoring configurations. Requires an API token as the `token` parameter.
Get the execution history of monitors. Requires an API token as the `token` parameter.