AgentHubAgentHub

AxioRank — Agent Firewall

MCP ServerMCP Registry官方收录

com.axiorank/axiorank · v1.0.0

Security gateway for AI agents: score tool calls, verify agent cards, enforce policy, audit.

概览

AxioRank — Agent Firewall 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

相关资源

统一 Manifest

{
  "id": "com.axiorank/axiorank",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "AxioRank — Agent Firewall",
  "description": "Security gateway for AI agents: score tool calls, verify agent cards, enforce policy, audit.",
  "repository": {
    "url": "https://github.com/frostyhand/AxioRank",
    "source": "github"
  },
  "homepage": "https://axiorank.com",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://app.axiorank.com/api/mcp-server/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.axiorank/axiorank",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.axiorank%2Faxiorank/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
AxioRank — Agent Firewall — MCP Server 安装与配置 · AgentHub