AI MCP Servers
Browse and run Platform MCP tools, or ask the Assistant to run them. Executions and HIGH-risk approvals also appear on Activity /ai/history?tab=tools.
What it is
Axio exposes Model Context Protocol–style servers (domains) and tools over HTTP:
Platform MCP — org-scoped tools bound to real platform services (projects, stacks, policies, …), each with RBAC, parameter validation, audit, and risk-based approval.
Classic MCP — JSON-RPC 2.0 Streamable HTTP POST /organizations/:organizationId/mcp plus a human-readable manifest. Protocol version 2025-06-18, server name axio-mcp.
How to use
Browse servers by domain; inspect tool name, parameters, required permission, and risk.
Run a tool from the catalog (form) or ask Assistant in natural language.
Review results; approve or reject HIGH-risk runs on Activity → Tool runs.
Platform MCP servers
Registered in apps/api/src/platform-mcp/platform-mcp-servers.ts. URI pattern axio://<domain>. Qualified tool names: <domain>.<tool> (short names stay unique when possible).
| Server | URI | Domain examples | Server | URI | Domain examples |
|---|---|---|---|---|---|
| Organization | axio://organization | Profile, members | Runners | axio://runners | Runner fleet |
| Projects | axio://projects | List/create projects | IaC | axio://iac | IaC engines / runs |
| Workspaces | axio://workspaces | Workspace context | Integrations | axio://integrations | Connected providers |
| Environments | axio://environments | Environment context | Repositories | axio://repositories | Git repos |
| Stacks | axio://stacks | Stack operations | Variables | axio://variables | Variable sets |
| GitOps | axio://gitops | GitOps configs | Secrets | axio://secrets | Secret metadata (values never returned) |
| Catalog | axio://catalog | Service catalog | Policy Packs | axio://policy-packs | Packs |
| Policies | axio://policies | Policy library | Workflow Templates | axio://workflow-templates | Templates |
| Drift | axio://drift | Drift monitors | Compliance | axio://compliance | Frameworks / scores |
| Cost | axio://cost | Cost explorer | Analysis | axio://analysis | Intelligence jobs |
| Audit | axio://audit | Audit events | Notifications | axio://notifications | Notification channels |
Classic MCP tools and resources
Built-in JSON-RPC tools (in addition to Platform MCP tools on the manifest):
Resources (values masked where sensitive): axio://projects, stacks, runs, variables, secrets, policies, runners, jobs, resources, costs, drift, logs.
Templates: axio://stacks/{stackId}, axio://runs/{runId}.