← Registry

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.

1 endpoint22 known toolsFirst detected July 6, 2026Last detected September 6, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
axiorank
Version
1.0.1
Capabilities
tools.listChanged

Known tools 22

axiorank_score_tool_call

Inspect a proposed agent tool call BEFORE executing it.

Inferred read-only
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.

Inferred read-only
axiorank_check_approval

Poll the verdict of a held (`hold`) tool call.

Inferred read-only
axiorank_get_protocol_coverage

List the agent-interop protocols AxioRank can govern (A2A, MCP, OAuth, x402, DIDs, robots.

Inferred read-only
axiorank_get_health

Liveness/readiness probe for the AxioRank control plane (API + database reachability).

Inferred read-only
axiorank_list_agents

List the active agents in your AxioRank workspace (id, name, labels, quarantine + last-used status).

Inferred read-only
axiorank_get_agent

Fetch one agent's posture (quarantine state, labels, last-used, revocation) by id, scoped to your workspace.

Inferred read-only
axiorank_quarantine_agent

Reversible kill switch: quarantine an agent so the gateway DENIES all of its tool calls, or release it.

Inferred read-only
axiorank_revoke_agent

Permanently revoke an agent: its API keys stop authenticating immediately (incident response).

Inferred read-only
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.

Inferred read-only
axiorank_get_policy

Fetch one outbound policy by id, scoped to your workspace.

Inferred read-only
axiorank_create_policy

Create an outbound governance policy.

Potential side effects
axiorank_update_policy

Update an existing policy: enable/disable it, rename it, or change its priority.

Potential side effects
axiorank_search_audit_logs

Search 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-only
axiorank_list_incidents

List 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-only
axiorank_get_incident

Fetch the kill-chain finding behind an alert (the multi-step attack pattern, severity, and the contributing tool-call ids) by alert id.

Inferred read-only
axiorank_list_threat_intel

List external identities (card hosts/keys) flagged across the AxioRank network, with k-anonymity-gated aggregate counts (workspaces, sightings, deny/review, max risk).

Inferred read-only
axiorank_list_ml_assessments

List your workspace's most recent ML/LLM threat assessments (model verdict, threat class, confidence, recommendation) for tool calls and cards.

Inferred read-only
axiorank_get_usage

Report this billing period's usage for your workspace: plan tier, governed events used vs the monthly limit, and ML assessments used.

Inferred read-only
axiorank_issue_token

Mint a short-lived, scoped `axr_tok_…` access token for an existing agent.

Inferred read-only
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).

Potential side effects
axiorank_author_detector

Describe 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-only

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.

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.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.