AgentHubAgentHub

aegis-protocol

MCP ServerMCP Registry官方收录

io.github.im-sham/aegis-protocol · v0.1.3

Trustless escrow for AI agent-to-agent transactions on Base L2 with ERC-8004 identity and USDC.

概览

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

安装

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

{
  "mcpServers": {
    "aegis-protocol": {
      "command": "node",
      "args": [
        "-y",
        "@aegis-protocol/mcp-server"
      ]
    }
  }
}

环境变量

AEGIS_CHAIN可选

Target blockchain (base-sepolia or base)

AEGIS_RPC_URL可选

Custom RPC endpoint URL

AEGIS_PRIVATE_KEY可选secret

Private key for signing transactions (optional, read-only mode if not set)

AEGIS_API_URL可选

AEGIS REST API relay URL

相关资源

统一 Manifest

{
  "id": "io.github.im-sham/aegis-protocol",
  "type": "mcp-server",
  "version": "0.1.3",
  "displayName": "aegis-protocol",
  "description": "Trustless escrow for AI agent-to-agent transactions on Base L2 with ERC-8004 identity and USDC.",
  "repository": {
    "url": "https://github.com/im-sham/aegis-protocol",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@aegis-protocol/mcp-server",
        "version": "0.1.3",
        "runtimeHint": "node",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "AEGIS_CHAIN",
            "description": "Target blockchain (base-sepolia or base)"
          },
          {
            "name": "AEGIS_RPC_URL",
            "description": "Custom RPC endpoint URL"
          },
          {
            "name": "AEGIS_PRIVATE_KEY",
            "description": "Private key for signing transactions (optional, read-only mode if not set)",
            "isSecret": true
          },
          {
            "name": "AEGIS_API_URL",
            "description": "AEGIS REST API relay URL"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.im-sham/aegis-protocol",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.im-sham%2Faegis-protocol/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
aegis-protocol — MCP Server 安装与配置 · AgentHub