MCP reference
Every tool the axonpush MCP server exposes, 22 tools across observe, alerts, moderation, control plane and capabilities.
The axonpush MCP server exposes 22 tools, grouped into five categories. For how to connect a client, see the MCP guide.
Every tool runs with your permissions in your active organisation. Reads are bounded in size and passed through the organisation’s telemetry policy.
Observe
| Tool | What it does |
|---|---|
list_traces | List traces, with the same filters as the dashboard. |
get_trace | Read one trace end to end, spans and summary. |
search_events | Free-text search across events in the organisation. |
analytics_timeseries | A metric over time for the current filter. |
analytics_breakdown | A metric broken down by a dimension. |
Alerts
| Tool | What it does |
|---|---|
list_alerts | List alert rules. |
create_alert | Create an alert rule. |
update_alert | Update an alert rule. |
delete_alert | Delete an alert rule. |
Moderation
| Tool | What it does |
|---|---|
list_moderation_rules | List moderation rules. |
create_moderation_rule | Create a moderation rule. |
delete_moderation_rule | Delete a moderation rule. |
list_violations | Review the violations rules have raised. |
Control plane
| Tool | What it does |
|---|---|
whoami | The signed-in identity and active organisation. |
list_apps | List apps. |
create_app | Create an app. |
list_channels | List channels in an app. |
create_channel | Create a channel. |
list_environments | List environments. |
create_environment | Create an environment. |
list_members | List organisation members. |
Capabilities
| Tool | What it does |
|---|---|
get_capabilities | The deployment’s capability flags, server version and licence state. |
Related
- MCP guide, connecting each client and the OAuth model
- Connect (MCP), the dashboard pillar
Connect
Get data into axonpush and connect a coding agent. The Integrations page has the endpoints, headers and snippets for the SDKs, OpenTelemetry, Sentry and webhooks; MCP wires an agent in over the Model Context Protocol.
Python SDK
Publish, subscribe, trace, and forward logs from Python agent code. Reference for axonpush 0.0.14.