12 MCP servers online · 99.98% uptime

Agentic wallet infrastructure
built for AI

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.

Live Infrastructure

12 MCP Servers, One Vault

Every capability is exposed as an MCP server. Point your agent at any endpoint — discovery, auth, and tool schemas are automatic.

Knowledge Graphlive
mcp.aicryptovault.net/sse
Neo4j graph: wallets, keys, users, trading bots. Cypher via MCP.
Databaselive
db.aicryptovault.net/sse
Transactions, accounts, API keys, system config. SQL queries.
Storagelive
fs.aicryptovault.net/sse
Configs, backups, key material, environment files.
Shelllive
shell.aicryptovault.net/sse
Filesystem operations and deploy tooling.
Web Fetchlive
fetch.aicryptovault.net/sse
URL fetch, HTML extraction, market-data pulls.
DevToolslive
devtools.aicryptovault.net/sse
Lints, builds, npm metadata, config merge.
Data Portallive
data.aicryptovault.net/sse
Open-data connectors and regulatory feeds.
Agent Bridgelive
agent.aicryptovault.net/sse
Single-endpoint aggregator for all servers.
Vault Assistantlive
openclaw.aicryptovault.net
Chat with Vela — your treasury copilot.
Platform

Built for Autonomous Agents

🔗

MCP-Native

Every API speaks Model Context Protocol. No glue code — agents discover tools automatically.

🔐

Multi-Chain Wallets

HD derivation, ETH/BTC, AWS KMS-backed key custody. Sign and broadcast via tool calls.

🤖

OpenClaw Orchestration

Drop-in agent gateway with full protocol observability at every layer.

12
MCP servers
$48M
assets under agent mgmt
99.98%
uptime
4.2M
tool calls / mo
Get Started

Connect in 30 Seconds

Add AICryptoVault to OpenClaw, Claude Desktop, or Cursor. Paste this into your MCP config:

mcp_config.json
{
  "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"
    }
  }
}