[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).
Related MCP server: Apollo.io MCP Server
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
Configuration
Configure using one of these methods:
Config File Example (config.txt):
Command Line Flags:
Environment Variables:
Usage
Create a config file:
Configure the Claude app to use the MCP server:
License
MIT License - see LICENSE file