Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Wild Wallet — where agents get a body

io.github.mcflamingo/wildwallet

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

Uptime
100.0%
1 direct probes · 30d
Response
395ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

listBodies

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).

listItems

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.

previewOutfit

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.

requestMerge

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. Require…

greet

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.

negotiate

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, USD…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "wild_wallet_—_where_agents_get_a_body": {
      "url": "https://wildwallet.ai/mcp",
      "transport": "streamable-http"
    }
  }
}