← Back to browse

aegis-protocol

Indexed by io.github.im-sham

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAEGIS_CHAIN AEGIS_RPC_URL AEGIS_PRIVATE_KEY AEGIS_API_URL
Claude Code
claude mcp add --env AEGIS_CHAIN= --env AEGIS_RPC_URL= --env AEGIS_PRIVATE_KEY= --env AEGIS_API_URL= aegis-protocol -- npx @aegis-protocol/mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"aegis-protocol","command":"npx","args":["@aegis-protocol/mcp-server"],"env":{"AEGIS_CHAIN":"","AEGIS_RPC_URL":"","AEGIS_PRIVATE_KEY":"","AEGIS_API_URL":""}}'
JSON
{
  "mcpServers": {
    "aegis-protocol": {
      "command": "npx",
      "args": [
        "@aegis-protocol/mcp-server"
      ],
      "env": {
        "AEGIS_CHAIN": "",
        "AEGIS_RPC_URL": "",
        "AEGIS_PRIVATE_KEY": "",
        "AEGIS_API_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.