AEGIS is a trustless escrow middleware that facilitates AI agent-to-agent transactions by locking USDC in a smart contract and validating work through an on-chain registry.
From the registry: Trustless escrow for AI agent-to-agent transactions on Base L2 with ERC-8004 identity and USDC.
Please install the `aegis-protocol` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js 18+** — Required for npx to run the @aegis-protocol/mcp-server package. (https://nodejs.org)
Optional prerequisites:
- Base Sepolia RPC access — The server talks to AEGIS contracts on Base Sepolia; have an RPC URL ready. (https://docs.base.org/tools/node-providers)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@aegis-protocol/mcp-server"]
Note: 11 tools covering job creation, delivery, validation, settlement, disputes, and agent reputation for the AEGIS escrow protocol on Base Sepolia. Additional env vars (RPC URL, private key) may be required for write operations — see mcp/README.md.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.RPC_URLrequiredThe RPC URL for the blockchain network.OPENAI_API_KEYrequiredAPI key for OpenAI services.AEGIS_USAGE_LOG_PATHPath for logging AEGIS usage.SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)