---
title: Axiom | Keycard
description: Observability and log management platform
---

Query and analyze your observability data through AI. Run APL queries against your Axiom datasets, explore log patterns, investigate incidents, and review monitors. Brings your full observability stack into the AI-assisted development workflow.

Adding Axiom provisions three things in your zone: an upstream resource pointing at `https://mcp.axiom.co/mcp` (kept inside Keycard), a Keycard MCP Gateway URL - the downstream resource - that you install in Cursor, Claude Code, or any MCP client, and a provider for token exchange with Axiom’s OAuth issuer.

When your AI client makes a tool call, it sends a Keycard-issued access token to the gateway URL. Keycard’s STS exchanges that token for an upstream Axiom token, the gateway calls the upstream MCP, and the response is proxied back. Your zone’s [identity provider](/admin/identity-providers/index.md), [access policies](/admin/access-policies/index.md), and audit log apply to every call - the upstream credential never leaves Keycard. Each call is recorded in the audit log with the user identity, the resource accessed, and the policy decision.

## Tools

TOOLS

Tools the upstream server exposes through the Keycard MCP Gateway.

Axiom exposes 17 tools through the gateway:

- List all available Axiom datasets

  List all available datasets

- getDatasetFields

  List fields and schema for a dataset

- queryDataset

  Query an Axiom dataset using APL

- getSavedQueries

  List saved and starred APL queries

- listDashboards

  List all dashboards with metadata

- getDashboard

  Get dashboard details by UID

- exportDashboard

  Export a dashboard as JSON by UID

- createDashboard

  Create a new dashboard from JSON

- updateDashboard

  Update a dashboard by UID with full JSON

- deleteDashboard

  Delete a dashboard by UID

- getMonitorHistory

  Get recent check history for a monitor

- checkMonitors

  Check all monitors and their current statuses

- queryMetrics

  Query OpenTelemetry metrics using MPL

- listMetrics

  List available metrics in a metrics dataset

- listMetricTags

  List tags (dimensions) in a metrics dataset

- searchMetrics

  Search metrics by a known tag value

- getMetricTagValues

  List values for a specific metric tag

Show all 17 tools  Show fewer

## Install

INSTALL

Add Axiom to your zone and install the gateway URL into Cursor, Claude Code, or any MCP client.

1. **Open the catalog**

   In your zone’s [Keycard Console](https://console.keycard.ai), go to **Applications** → **Add Application** → **Explore MCP Servers**.

2. **Find and install Axiom**

   Search for `Axiom` in the catalog and click **Install**.

3. **Connect your development tool**

   Once installed, Axiom appears on the **Applications** page with a **Keycard MCP Gateway URL**. Use the **Install** dropdown to add it to Cursor, Claude Code, or any MCP-compatible client.

## Related

RELATED

- [Catalog overview](/admin/catalog/index.md) - browse other MCP and API servers
- [Access policies](/admin/access-policies/index.md) - control who can use Axiom
- [Identity providers](/admin/identity-providers/index.md) - control who can sign in

[PreviousAttio](/admin/catalog/mcp-servers/attio/index.md)[NextBox](/admin/catalog/mcp-servers/box/index.md)
