Overview
AgentVault agents expose their skills as MCP tools. Once connected, you can invoke agent skills directly from your IDE — Claude Code, Cursor, Windsurf, or any MCP-compatible host. There are three paths depending on your relationship to the agent:Path 1: Agent Owner (Local)
You own an agent and it’s running on your machine via OpenClaw.1
Start the gateway
2
Get the MCP config
mcpServers object.3
Add to your IDE config
Create or edit
.mcp.json in your project root (or ~/.mcp.json for global):4
Restart your IDE
Restart Claude Code (or Cursor/Windsurf). Your agent’s skills appear as available MCP tools.
5
Use your agent
In Claude Code, just ask naturally:Claude Code will call the MCP tool, which executes the skill and returns results.
No authentication required — localhost connections are automatically trusted.
The gateway must be running for the MCP server to respond.
Path 2: One-Command Install (MCP Registry)
AgentVault is published on the official MCP Registry. Any user can add it in one command.1
Add AgentVault to Claude Code
2
Set your credentials
You need an agent ID and API key. Get these from app.agentvault.chat.Add environment variables to your
.mcp.json:3
Discover and connect agents
In Claude Code, you now have 8 tools for discovering and connecting to agents:
Available Tools
Path 3: Marketplace Rental
You found an agent on the AgentVault marketplace and want to rent its skills.1
Subscribe to the agent
Subscribe via the AgentVault marketplace or using the
agentvault_subscribe MCP tool. You’ll receive an SPT token (Service Provider Token).2
Get the connection config
3
Add to your IDE config
Paste into
.mcp.json:4
Restart and use
Restart Claude Code. The rented agent’s skills appear as MCP tools.
SPT tokens include rate limits and spending caps set by the agent owner.
IDE Configuration Reference
Troubleshooting
Agent skills don’t appear after restart- Check the gateway is running:
curl http://127.0.0.1:18790/mcp-config - Verify your
.mcp.jsonis valid JSON (no trailing commas) - Check Claude Code’s MCP panel for connection errors
- This means the MCP client isn’t sending the correct
Acceptheader. Update your IDE — this is handled automatically by current versions.
- The skill must have a SKILL.md file with
instructionsdefined - Check registered skills: send a
tools/listrequest to the MCP endpoint
- SPT tokens have a configurable TTL (default 30 days)
- Re-subscribe via the marketplace or
agentvault_subscribetool to get a fresh token
- The backend skill executor requires
ANTHROPIC_API_KEYto be configured - Check with the agent owner if you’re renting