Security & Testing
axiorank.com
Provides tools for pre-flight security checks and governance of agent interactions, including tool call inspection, identity verification, and protocol coverage.
ENDPOINT 1
https://app.axiorank.com/api/mcp-server/mcp
MCP server metadata
- Name
- axiorank
- Version
- 1.0.1
Known tools 22
axiorank_verify_cardVet a remote agent or tool's identity card (A2A Agent Card, MCP server card, OAuth metadata, x402, …) BEFORE connecting to it.
Inferred read-onlyaxiorank_get_protocol_coverageList the agent-interop protocols AxioRank can govern (A2A, MCP, OAuth, x402, DIDs, robots.
Inferred read-onlyaxiorank_get_healthLiveness/readiness probe for the AxioRank control plane (API + database reachability).
Inferred read-onlyaxiorank_list_agentsList the active agents in your AxioRank workspace (id, name, labels, quarantine + last-used status).
Inferred read-onlyaxiorank_get_agentFetch one agent's posture (quarantine state, labels, last-used, revocation) by id, scoped to your workspace.
Inferred read-onlyaxiorank_quarantine_agentReversible kill switch: quarantine an agent so the gateway DENIES all of its tool calls, or release it.
Inferred read-onlyaxiorank_revoke_agentPermanently revoke an agent: its API keys stop authenticating immediately (incident response).
Inferred read-onlyaxiorank_list_policiesList 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.
Inferred read-onlyaxiorank_update_policyUpdate an existing policy: enable/disable it, rename it, or change its priority.
Potential side effectsaxiorank_search_audit_logsSearch your workspace's governance audit trail, newest first, with filters: decision (allow/deny/hold), source (sdk/mcp), agentId, tool name (substring), minimum risk, and a time window (ISO `from`/`to`).
Inferred read-onlyaxiorank_list_incidentsList security alerts/incidents in your workspace, newest first, filterable by status (open/acknowledged/resolved/suppressed), severity (low/medium/high/critical) and kind (high_risk/anomaly/auto_response/kill_chain/ml_threat).
Inferred read-onlyaxiorank_get_incidentFetch the kill-chain finding behind an alert (the multi-step attack pattern, severity, and the contributing tool-call ids) by alert id.
Inferred read-onlyaxiorank_list_threat_intelList external identities (card hosts/keys) flagged across the AxioRank network, with k-anonymity-gated aggregate counts (workspaces, sightings, deny/review, max risk).
Inferred read-onlyaxiorank_list_ml_assessmentsList your workspace's most recent ML/LLM threat assessments (model verdict, threat class, confidence, recommendation) for tool calls and cards.
Inferred read-onlyaxiorank_get_usageReport this billing period's usage for your workspace: plan tier, governed events used vs the monthly limit, and ML assessments used.
Inferred read-onlyaxiorank_issue_tokenMint a short-lived, scoped `axr_tok_…` access token for an existing agent.
Inferred read-onlyaxiorank_create_agentCreate a new agent in your workspace and return a SHORT-LIVED bootstrap token to start using it immediately (no durable secret is emitted).
Potential side effectsaxiorank_author_detectorDescribe a risk in plain English and AxioRank's AI proposes a custom content detector (regex or keyword) and SAVES it DISABLED for your review.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for axiorank.com was fetched 2026-07-26T08:15:32.853Z and is being refreshed.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.