Axiom Query

Axiom Query

Official
axiomhq

Connects AI agents to Axiom datasets for querying and analyzing large amounts of data using Axiom Processing Language (APL). Note: This server is deprecated - use the official version at mcp.axiom.co instead.

Axiom's MCP server enables AI agents to query and analyze large datasets in real-time using Axiom Processing Language.

58375 views14Remote

What it does

  • Execute APL queries against Axiom datasets
  • List available datasets and get their schemas
  • Retrieve saved APL queries
  • List monitoring configurations
  • Get monitor execution history
  • Query large datasets in real-time

Best for

Data analysts working with Axiom datasetsDevelopers building AI-powered data analysis toolsTeams monitoring system performance and logs
Deprecated - use official server insteadRequires API token authenticationBuilt-in rate limiting

About Axiom Query

Axiom Query is an official MCP server published by axiomhq that provides AI assistants with tools and capabilities via the Model Context Protocol. Axiom Query: real-time AI querying and analysis of large datasets with Axiom Processing Language for faster, accurate in It is categorized under databases, analytics data.

How to install

You can install Axiom Query in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server supports remote connections over HTTP, so no local installation is required.

License

Axiom Query is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

[DEPRECATED] mcp-server-axiom


⚠️ DEPRECATION NOTICE

This repository is deprecated and no longer maintained.
Please use the official Axiom MCP Server at https://mcp.axiom.co instead.


Overview

A Model Context Protocol server implementation for Axiom that enables AI agents to query your data using Axiom Processing Language (APL).

Status

Works with Claude desktop app. Implements six MCP tools:

  • queryApl: Execute APL queries against Axiom datasets
  • listDatasets: List available Axiom datasets
  • getDatasetSchema: Get dataset schema
  • getSavedQueries: Retrieve saved/starred APL queries
  • getMonitors: List monitoring configurations
  • getMonitorsHistory: Get monitor execution history

Note: All tools require an API token for authentication. Use your API token as the token parameter.

No support for MCP resources or prompts yet.

Installation

Releases

Download the latest built binary from the releases page.

Source

go install github.com/axiomhq/axiom-mcp@latest

Configuration

Configure using one of these methods:

Config File Example (config.txt):

token xaat-your-api-token
url https://api.axiom.co
query-rate 1
query-burst 1
datasets-rate 1
datasets-burst 1
monitors-rate 1
monitors-burst 1

Command Line Flags:

axiom-mcp \
  -token xaat-your-api-token \
  -url https://api.axiom.co \
  -query-rate 1 \
  -query-burst 1 \
  -datasets-rate 1 \
  -datasets-burst 1 \
  -monitors-rate 1 \
  -monitors-burst 1

Environment Variables:

export AXIOM_TOKEN=xaat-your-api-token
export AXIOM_URL=https://api.axiom.co
export AXIOM_QUERY_RATE=1
export AXIOM_QUERY_BURST=1
export AXIOM_DATASETS_RATE=1
export AXIOM_DATASETS_BURST=1
export AXIOM_MONITORS_RATE=1
export AXIOM_MONITORS_BURST=1

Usage

  1. Create a config file:
echo "token xaat-your-api-token" > config.txt
  1. Configure the Claude app to use the MCP server:
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "axiom": {
      "command": "/path/to/your/axiom-mcp-binary",
      "args" : ["--config", "/path/to/your/config.txt"],
      "env": { // Alternatively, you can set the environment variables here
        "AXIOM_TOKEN": "xaat-your-api-token",
        "AXIOM_URL": "https://api.axiom.co"
      }
    }
  }
}

License

MIT License - see LICENSE file

Alternatives

Related Skills

Browse all skills
generating-database-seed-data

Process this skill enables AI assistant to generate realistic test data and database seed scripts for development and testing environments. it uses faker libraries to create realistic data, maintains relational integrity, and allows configurable data volumes. u... Use when working with databases or data models. Trigger with phrases like 'database', 'query', or 'schema'.

1
whodb

Database operations including querying, schema exploration, and data analysis. Activates for tasks involving PostgreSQL, MySQL, MariaDB, SQLite, MongoDB, Redis, Elasticsearch, or ClickHouse databases.

0
sql-query-optimizer

Optimize sql query optimizer operations. Auto-activating skill for Data Analytics. Triggers on: sql query optimizer, sql query optimizer Part of the Data Analytics skill category. Use when working with sql query optimizer functionality. Trigger with phrases like "sql query optimizer", "sql optimizer", "sql".

0
databuddy

Integrate Databuddy analytics into applications using the SDK or REST API. Use when implementing analytics tracking, feature flags, custom events, Web Vitals, error tracking, LLM observability, or querying analytics data programmatically.

0
databases

Work with MongoDB (document database, BSON documents, aggregation pipelines, Atlas cloud) and PostgreSQL (relational database, SQL queries, psql CLI, pgAdmin). Use when designing database schemas, writing queries and aggregations, optimizing indexes for performance, performing database migrations, configuring replication and sharding, implementing backup and restore strategies, managing database users and permissions, analyzing query performance, or administering production databases.

0
hunt-analytics-generation

Generate query-agnostic analytics that model adversary behavior by translating hunt investigative intent into analytic definitions grounded in schema semantics. This skill is used to define how behavior should manifest in data before query execution or validation, and works best when informed by system internals, adversary tradecraft, a structured hunt focus, and suggested data sources.

0