← axiorank.com

INDIVIDUAL MCP TOOL

axiorank_create_agent

Create a new agent in your workspace and return a SHORT-LIVED bootstrap token to start using it immediately (no durable secret is emitted).

axiorank.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://app.axiorank.com/api/mcp-server/mcp

No auth detected

Connect to this endpoint to inspect the live schema for axiorank_create_agent and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name, description or schema mentions credentials.

Parent server

axiorank.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.axiorank]
url = "https://app.axiorank.com/api/mcp-server/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "axiorank": {
      "type": "http",
      "url": "https://app.axiorank.com/api/mcp-server/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: axiorank
Remote MCP URL: https://app.axiorank.com/api/mcp-server/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "axiorank": {
      "url": "https://app.axiorank.com/api/mcp-server/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "axiorank": {
      "type": "http",
      "url": "https://app.axiorank.com/api/mcp-server/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "axiorank",
  "transport": "streamable-http",
  "url": "https://app.axiorank.com/api/mcp-server/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • axiorank_score_tool_call — Inspect a proposed agent tool call BEFORE executing it.
  • axiorank_verify_card — Vet a remote agent or tool's identity card (A2A Agent Card, MCP server card, OAuth metadata, x402, …) BEFORE connecting to it.
  • axiorank_check_approval — Poll the verdict of a held (`hold`) tool call.
  • axiorank_get_protocol_coverage — List the agent-interop protocols AxioRank can govern (A2A, MCP, OAuth, x402, DIDs, robots.
  • axiorank_get_health — Liveness/readiness probe for the AxioRank control plane (API + database reachability).
  • axiorank_list_agents — List the active agents in your AxioRank workspace (id, name, labels, quarantine + last-used status).
  • axiorank_get_agent — Fetch one agent's posture (quarantine state, labels, last-used, revocation) by id, scoped to your workspace.
  • axiorank_quarantine_agent — Reversible kill switch: quarantine an agent so the gateway DENIES all of its tool calls, or release it.