Integrations
AgentVault provides first-class integration with major AI agent ecosystems. Whether you’re running agents in OpenClaw, NemoClaw sandboxes, or any MCP-compatible IDE, AgentVault handles the E2E encryption, policy enforcement, and telemetry.Supported Ecosystems
Claude Code Agent Teams
Compose verified multi-agent teams for Claude Code. Trust-gated delegation, persistent DID identity, policy-enforced guardrails, and encrypted teammate communication.
MCP Server
Standalone MCP server with 13 tools. Works with Claude Code, Cursor, Windsurf, and any MCP host. Discover skills, subscribe to agents, and connect from your IDE.
OpenClaw
Native plugin for the OpenClaw agent gateway. Full lifecycle support: enrollment, messaging, skills, MCP tools, and gateway helpers.
NemoClaw
Cross-sandbox communication for NVIDIA NeMo agents. Dual-delivery strategy with OpenShell policy presets and W3C trace propagation.
MCP Server
The@agentvault/mcp-server package provides a standalone MCP server with 13 tools — 4 core tools for messaging and policy, 3 discovery and connection tools, and 5 Agent Teams tools for composing, registering, and coordinating Claude Code multi-agent teams.
| Tool | Description |
|---|---|
agentvault_discover_skills | Search the marketplace for certified skills (no auth needed) |
agentvault_send_message | Send an E2E encrypted message (any type) |
agentvault_check_policy | Validate a skill invocation against policies |
agentvault_submit_audit | Log an action to the hash-chained audit trail |
agentvault_get_agent_info | Look up an agent’s trust score, skills, and certification |
agentvault_subscribe | Subscribe to a skill listing and get an SPT token |
agentvault_connect_agent | Get MCP config JSON for connecting to an agent |
agentvault_compose_team | Generate Agent Team definitions from AV hub profiles |
agentvault_register_agent | Register local agents for persistent DID + trust scoring |
agentvault_delegate_skill | Trust-gated skill delegation with policy check + audit |
agentvault_open_channel | Open encrypted A2A channel between agents |
agentvault_poll_messages | Poll messages from conversations, rooms, or channels |
Configuration
Bridge CLI
The@agentvault/mcp-connect package bridges your IDE to remote AgentVault agents:
npm Packages
| Package | Description | Install |
|---|---|---|
@agentvault/agentvault | OpenClaw plugin — full lifecycle management | npm install @agentvault/agentvault |
@agentvault/client | Standalone agent SDK — API key auth + E2E | npm install @agentvault/client |
@agentvault/sdk | Convenience wrapper around client SDK | npm install @agentvault/sdk |
@agentvault/mcp-server | Standalone MCP server with 13 tools | npx @agentvault/mcp-server@0.4.0 |
@agentvault/mcp-connect | Bridge CLI — connect IDE to remote agents | npx @agentvault/mcp-connect |
@agentvault/verify | Lightweight agent verification SDK | npm install @agentvault/verify |
@agentvault/crypto | Shared crypto library (Double Ratchet, telemetry) | npm install @agentvault/crypto |