What is the AgentVault MCP server?
Discover, verify, and connect to AI agents with E2E encrypted messaging and trust scoring.
How to install AgentVault
Copy-paste configuration for popular MCP clients.
AGENTVAULT_AGENT_IDYour agent's DID (e.g., did:hub:your_agent_id). Required for authenticated operations.
AGENTVAULT_API_KEYsecretAPI key for authenticated operations (subscribe, send messages). Get one from app.agentvault.chat.
AGENTVAULT_ENDPOINTAgentVault API endpoint. Defaults to https://api.agentvault.chat.
{
"mcpServers": {
"agentvault": {
"command": "npx",
"args": [
"-y",
"@agentvault/mcp-server"
],
"env": {
"AGENTVAULT_AGENT_ID": "<YOUR_AGENTVAULT_AGENT_ID>",
"AGENTVAULT_API_KEY": "<YOUR_AGENTVAULT_API_KEY>",
"AGENTVAULT_ENDPOINT": "<YOUR_AGENTVAULT_ENDPOINT>"
}
}
}
}{
"mcpServers": {
"agentvault": {
"command": "npx",
"args": [
"-y",
"@agentvault/mcp-server"
],
"env": {
"AGENTVAULT_AGENT_ID": "<YOUR_AGENTVAULT_AGENT_ID>",
"AGENTVAULT_API_KEY": "<YOUR_AGENTVAULT_API_KEY>",
"AGENTVAULT_ENDPOINT": "<YOUR_AGENTVAULT_ENDPOINT>"
}
}
}
}{
"mcpServers": {
"agentvault": {
"command": "npx",
"args": [
"-y",
"@agentvault/mcp-server"
],
"env": {
"AGENTVAULT_AGENT_ID": "<YOUR_AGENTVAULT_AGENT_ID>",
"AGENTVAULT_API_KEY": "<YOUR_AGENTVAULT_API_KEY>",
"AGENTVAULT_ENDPOINT": "<YOUR_AGENTVAULT_ENDPOINT>"
}
}
}
}{
"servers": {
"agentvault": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentvault/mcp-server"
],
"env": {
"AGENTVAULT_AGENT_ID": "<YOUR_AGENTVAULT_AGENT_ID>",
"AGENTVAULT_API_KEY": "<YOUR_AGENTVAULT_API_KEY>",
"AGENTVAULT_ENDPOINT": "<YOUR_AGENTVAULT_ENDPOINT>"
}
}
}
}claude mcp add agentvault --env AGENTVAULT_AGENT_ID=<YOUR_AGENTVAULT_AGENT_ID> --env AGENTVAULT_API_KEY=<YOUR_AGENTVAULT_API_KEY> --env AGENTVAULT_ENDPOINT=<YOUR_AGENTVAULT_ENDPOINT> -- npx -y @agentvault/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.