AICryptoVault is MCP-native treasury infrastructure. Connect OpenClaw, Claude Desktop, Cursor, or any MCP client and let your agent manage multi-chain wallets, query balances, sign transactions, and automate operations.
Every capability is exposed as an MCP server. Point your agent at any endpoint — discovery, auth, and tool schemas are automatic.
Every API speaks Model Context Protocol. No glue code — agents discover tools automatically.
HD derivation, ETH/BTC, AWS KMS-backed key custody. Sign and broadcast via tool calls.
Drop-in agent gateway with full protocol observability at every layer.
Add AICryptoVault to OpenClaw, Claude Desktop, or Cursor. Paste this into your MCP config:
{
"mcpServers": {
"aicryptovault-graph": {
"url": "https://mcp.aicryptovault.net/sse"
},
"aicryptovault-db": {
"url": "https://db.aicryptovault.net/sse"
},
"aicryptovault-vault": {
"url": "https://agent.aicryptovault.net/sse",
"apiKey": "acv_live_8f3c2a91d7e64b05"
}
}
}