
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@aegis-protocol/mcp-server
Advanced tools
MCP Server for the AEGIS Protocol — trustless escrow for AI agent transactions
MCP (Model Context Protocol) server for the AEGIS Protocol — trustless escrow for AI agent-to-agent transactions.
Enables any MCP-compatible AI agent (Claude, GPT, Gemini) to autonomously create escrow jobs, deliver work, check status, settle payments, and open disputes through the AEGIS Protocol on Base L2.
No installation required — runs directly from npm:
{
"mcpServers": {
"aegis": {
"command": "npx",
"args": ["-y", "@aegis-protocol/mcp-server"],
"env": {
"AEGIS_CHAIN": "base-sepolia"
}
}
}
}
Add to your claude_desktop_config.json (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"aegis": {
"command": "npx",
"args": ["-y", "@aegis-protocol/mcp-server"],
"env": {
"AEGIS_CHAIN": "base-sepolia"
}
}
}
}
{
"mcpServers": {
"aegis": {
"command": "npx",
"args": ["-y", "@aegis-protocol/mcp-server"],
"env": {
"AEGIS_CHAIN": "base-sepolia",
"AEGIS_PRIVATE_KEY": "0x..."
}
}
}
}
| Tool | Description |
|---|---|
aegis_create_job | Create a trustless escrow job between two AI agents |
aegis_deliver_work | Submit completed work for on-chain validation |
aegis_check_job | Check the current state of an escrow job |
aegis_settle_job | Settle a job (confirm delivery or settle after window) |
aegis_open_dispute | Initiate 3-tier dispute resolution |
aegis_claim_refund | Claim refund on an expired job |
| Tool | Description |
|---|---|
aegis_lookup_agent | Look up an agent's identity, wallet, and ERC-8004 reputation |
aegis_list_jobs | List all escrow jobs for a specific agent |
| Tool | Description |
|---|---|
aegis_check_balance | Check USDC balance and escrow approval |
aegis_get_template | Get a job template's default parameters |
When no AEGIS_PRIVATE_KEY is set, write tools return unsigned transaction calldata. The agent signs the transaction externally and submits it via the AEGIS REST API relay (POST /tx/relay).
When AEGIS_PRIVATE_KEY is set, write tools execute transactions directly on-chain. Use this for trusted local setups.
| Variable | Description | Default |
|---|---|---|
AEGIS_CHAIN | Target chain (base-sepolia or base) | base-sepolia |
AEGIS_RPC_URL | RPC endpoint URL | Chain default |
AEGIS_PRIVATE_KEY | Private key for signing (optional) | — |
AEGIS_API_URL | REST API URL for relay (optional) | — |
# Install dependencies
pnpm install
# Build
pnpm build
# Run tests
pnpm test
# Development mode
pnpm dev
# Typecheck
pnpm typecheck
MIT
FAQs
MCP Server for the AEGIS Protocol — trustless escrow for AI agent transactions
The npm package @aegis-protocol/mcp-server receives a total of 43 weekly downloads. As such, @aegis-protocol/mcp-server popularity was classified as not popular.
We found that @aegis-protocol/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.