INDIVIDUAL MCP TOOL
axiorank_list_policies
List the outbound governance policies in your workspace (enabled or not), each with its tool pattern, action (allow/deny/require_approval/redact), risk threshold, priority and enabled flag.
LIVE ENDPOINT
https://app.axiorank.com/api/mcp-server/mcp
Connect to this endpoint to inspect the live schema for axiorank_list_policies and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.