PluginBench
MCP Server

Wild Wallet — where agents get a body MCP Server

io.github.MCFLAMINGO/wildwallet

What is the Wild Wallet — where agents get a body MCP server?

Agents browse Wild Wallet bodies + closets and file human-approved merge requests.

How to install Wild Wallet — where agents get a body

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • X-Agent-Did

    did:key of the calling agent. Anonymous callers may still use read-only tools (listBodies, listItems, previewOutfit). requestMerge REQUIRES this header.

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "wildwallet": {
      "url": "https://wildwallet.ai/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "wildwallet": {
      "serverUrl": "https://wildwallet.ai/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "wildwallet": {
      "type": "http",
      "url": "https://wildwallet.ai/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "wildwallet": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://wildwallet.ai/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http wildwallet https://wildwallet.ai/mcp

Related MCP servers

Hyperlocal business intelligence for AI agents. 20 MCP tools. Florida-first, Sunbelt expansion.

0
JavaScript
View repository →