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.

Overview: AI.md.

What it is

Axio exposes Model Context Protocol–style servers (domains) and tools over HTTP:

1

Platform MCP — org-scoped tools bound to real platform services (projects, stacks, policies, …), each with RBAC, parameter validation, audit, and risk-based approval.

2

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.

The MCP Servers page uses Platform MCP discovery plus the Copilot tool-calling API (same executions as Assistant).

How to use

1

Browse servers by domain; inspect tool name, parameters, required permission, and risk.

2

Run a tool from the catalog (form) or ask Assistant in natural language.

3

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
Organizationaxio://organizationProfile, membersRunnersaxio://runnersRunner fleet
Projectsaxio://projectsList/create projectsIaCaxio://iacIaC engines / runs
Workspacesaxio://workspacesWorkspace contextIntegrationsaxio://integrationsConnected providers
Environmentsaxio://environmentsEnvironment contextRepositoriesaxio://repositoriesGit repos
Stacksaxio://stacksStack operationsVariablesaxio://variablesVariable sets
GitOpsaxio://gitopsGitOps configsSecretsaxio://secretsSecret metadata (values never returned)
Catalogaxio://catalogService catalogPolicy Packsaxio://policy-packsPacks
Policiesaxio://policiesPolicy libraryWorkflow Templatesaxio://workflow-templatesTemplates
Driftaxio://driftDrift monitorsComplianceaxio://complianceFrameworks / scores
Costaxio://costCost explorerAnalysisaxio://analysisIntelligence jobs
Auditaxio://auditAudit eventsNotificationsaxio://notificationsNotification channels
Every tool has requiredPermission. Copilot lists tools with copilotExpose. HIGH AiToolRiskLevel requires ai_gateway:approve before execute completes.

Classic MCP tools and resources

Built-in JSON-RPC tools (in addition to Platform MCP tools on the manifest):

plan Terraform/OpenTofu plan for a workspace
chat Copilot question
apply Apply workspace
rollback Previous state version
destroy Destroy workspace resources
search Search projects, stacks, workspaces, policies, variables
drift Run a drift monitor
generate Generate Terraform or Pulumi from a prompt
approve / cancel Approval requests
analyze Architecture / cost / security analysis for a workspace

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}.