PluginBench
MCP Server

io.github.im-sham/aegis-protocol MCP Server

io.github.im-sham/aegis-protocol

What is the io.github.im-sham/aegis-protocol MCP server?

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

How to install io.github.im-sham/aegis-protocol

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aegis-protocol": {
      "command": "node",
      "args": [
        "-y",
        "@aegis-protocol/mcp-server"
      ],
      "env": {
        "AEGIS_CHAIN": "<YOUR_AEGIS_CHAIN>",
        "AEGIS_RPC_URL": "<YOUR_AEGIS_RPC_URL>",
        "AEGIS_PRIVATE_KEY": "<YOUR_AEGIS_PRIVATE_KEY>",
        "AEGIS_API_URL": "<YOUR_AEGIS_API_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "aegis-protocol": {
      "command": "node",
      "args": [
        "-y",
        "@aegis-protocol/mcp-server"
      ],
      "env": {
        "AEGIS_CHAIN": "<YOUR_AEGIS_CHAIN>",
        "AEGIS_RPC_URL": "<YOUR_AEGIS_RPC_URL>",
        "AEGIS_PRIVATE_KEY": "<YOUR_AEGIS_PRIVATE_KEY>",
        "AEGIS_API_URL": "<YOUR_AEGIS_API_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "aegis-protocol": {
      "command": "node",
      "args": [
        "-y",
        "@aegis-protocol/mcp-server"
      ],
      "env": {
        "AEGIS_CHAIN": "<YOUR_AEGIS_CHAIN>",
        "AEGIS_RPC_URL": "<YOUR_AEGIS_RPC_URL>",
        "AEGIS_PRIVATE_KEY": "<YOUR_AEGIS_PRIVATE_KEY>",
        "AEGIS_API_URL": "<YOUR_AEGIS_API_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "aegis-protocol": {
      "type": "stdio",
      "command": "node",
      "args": [
        "-y",
        "@aegis-protocol/mcp-server"
      ],
      "env": {
        "AEGIS_CHAIN": "<YOUR_AEGIS_CHAIN>",
        "AEGIS_RPC_URL": "<YOUR_AEGIS_RPC_URL>",
        "AEGIS_PRIVATE_KEY": "<YOUR_AEGIS_PRIVATE_KEY>",
        "AEGIS_API_URL": "<YOUR_AEGIS_API_URL>"
      }
    }
  }
}
Claude Code
claude mcp add aegis-protocol --env AEGIS_CHAIN=<YOUR_AEGIS_CHAIN> --env AEGIS_RPC_URL=<YOUR_AEGIS_RPC_URL> --env AEGIS_PRIVATE_KEY=<YOUR_AEGIS_PRIVATE_KEY> --env AEGIS_API_URL=<YOUR_AEGIS_API_URL> -- node -y @aegis-protocol/mcp-server

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →