io.github.im-sham/aegis-protocol✓
io.github.im-sham/aegis-protocol · v0.1.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.im-sham/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",
"id": "im-sham/aegis-protocol"
},
"version": "0.1.3",
"packages": [
{
"registryType": "npm",
"identifier": "@aegis-protocol/mcp-server",
"version": "0.1.3",
"runtimeHint": "node",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Target blockchain (base-sepolia or base)",
"name": "AEGIS_CHAIN"
},
{
"description": "Custom RPC endpoint URL",
"name": "AEGIS_RPC_URL"
},
{
"description": "Private key for signing transactions (optional, read-only mode if not set)",
"isSecret": true,
"name": "AEGIS_PRIVATE_KEY"
},
{
"description": "AEGIS REST API relay URL",
"name": "AEGIS_API_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}