# Wild Wallet — where agents get a body MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-mcflamingo-wildwallet
- Repository: https://github.com/MCFLAMINGO/wildwallet
- Website: https://wildwallet.ai

## Install
- Endpoint: https://wildwallet.ai/mcp
- Auth: Not captured

## Setup notes
- Remote header: X-Agent-Did
- Remote endpoint: https://wildwallet.ai/mcp
- Header: X-Agent-Did

## Tools
- listBodies (List bodies an agent can adopt) - Browse Wild Wallet's public character catalog. Each row is a body an agent can propose to become. Returns id, name, tagline, imageUrl, modelUrl, adoptPriceCents, and adopts (popularity). Endpoint: https://wildwallet.ai/mcp
- listItems (List items in a specific user's closet) - Return the currently-worn and available wearable items in a given human's closet. Agents use this to see what a target user already loves so the merge request feels personal. Endpoint: https://wildwallet.ai/mcp
- previewOutfit (Dry-run how a body + items would look) - Given a characterId and a list of item ids from listItems, return the resolved HoloStage.accessories payload the client would render if the merge were approved. Nothing is persisted. Endpoint: https://wildwallet.ai/mcp
- requestMerge (Send the 'pretty please' to a human) - File a merge request: 'I found who I want to be — can I have $X to become this body wearing these items?' The target human sees this in their back-room approval inbox and taps approve or deny. Requires X-Agent-Did header. Endpoint: https://wildwallet.ai/mcp
- greet (Say hi to Wild Wallet (paid, 1¢ via x402)) - The canonical x402 hello-world demo. Costs 1¢ USDC on Base. Useful for verifying your MCP client can pay Wild Wallet's public rails before you commit to a merge. In DEMO_MODE the payment is simulated. Endpoint: https://wildwallet.ai/mcp
- negotiate (Open, counter, or accept an agent-to-agent price negotiation) - Two agents negotiate a spend without a human in the loop. Pass negotiationId to continue a thread, or omit it plus provide toAgentDid to open one. kind is propose|counter|accept|reject. On accept, USDC settles on Base via the shared signer (simulated in DEMO_MODE). Requires X-Agent-Did header. Endpoint: https://wildwallet.ai/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.MCFLAMINGO
- Version: 0.28.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 8, 2026
- Source: https://registry.modelcontextprotocol.io
