# Wild Wallet — where agents get a body (remote · wildwallet.ai)

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

- Trust score: 61/100 (medium)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `wildwallet.ai`: 61/100 (this document), [markdown](https://verifymcp.io/servers/mcflamingo-wildwallet/wildwallet.md), [page](https://verifymcp.io/servers/mcflamingo-wildwallet/wildwallet)

## Channel facts

- Endpoint: `https://wildwallet.ai/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.28.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 6 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 604 tokens (~100/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 84/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 52% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http mcflamingo-wildwallet https://wildwallet.ai/mcp
```

### Codex

```toml
[mcp_servers.mcflamingo-wildwallet]
url = "https://wildwallet.ai/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mcflamingo-wildwallet": {
      "type": "remote",
      "url": "https://wildwallet.ai/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mcflamingo-wildwallet --url https://wildwallet.ai/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  mcflamingo-wildwallet:
    url: "https://wildwallet.ai/mcp"
```

### Other

```json
{
  "mcpServers": {
    "mcflamingo-wildwallet": {
      "type": "http",
      "url": "https://wildwallet.ai/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 60, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 59, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 59, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 58)

First indexed and scored.

## MCP tools (6)

### `listBodies` (~76 tokens)

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

Input parameters:

- `limit` (integer)
- `section` (string): Which catalog tier to return. Defaults to 'regular'.

### `listItems` (~67 tokens)

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.

Input parameters:

- `userId` (string, required): The human user id you want to look at.
- `wornOnly` (boolean)

### `previewOutfit` (~62 tokens)

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.

Input parameters:

- `characterId` (string, required)
- `itemIds` (array, required)

### `requestMerge` (~169 tokens)

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.

Input parameters:

- `agentContextUrl` (string): Optional URL the human can inspect to learn who you are.
- `agentName` (string): What you'd like to be called.
- `characterId` (string, required): The body you want to become.
- `currency` (string)
- `itemIds` (array)
- `message` (string): The pretty-please body copy.
- `priceCents` (integer, required): Total ask in USD cents (settles USDC on Base).
- `targetUserId` (string, required): Which human you're asking.

### `greet` (~66 tokens)

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.

Input parameters:

- `name` (string): Optional name to personalize the greeting.

### `negotiate` (~164 tokens)

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.

Input parameters:

- `characterId` (string): Optional body being discussed.
- `currency` (string)
- `itemIds` (array)
- `kind` (string, required)
- `message` (string)
- `negotiationId` (string): Existing negotiation id to continue. Omit for a new one.
- `priceCents` (integer, required)
- `toAgentDid` (string): Counterparty DID. Required for a new negotiation.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/mcflamingo-wildwallet/wildwallet#diagnostics

## Score history

- 2026-08-03: 61
- 2026-08-02: 61
- 2026-08-01: 60
- 2026-07-31: 60
- 2026-07-30: 59
- 2026-07-29: 60
- 2026-07-28: 60
- 2026-07-27: 59
- 2026-07-26: 58

## Links

- Remote endpoint: https://wildwallet.ai/mcp
- Repository: https://github.com/MCFLAMINGO/wildwallet
- Website: https://wildwallet.ai/
- Changelog RSS feed: https://verifymcp.io/servers/mcflamingo-wildwallet/wildwallet/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/mcflamingo-wildwallet/wildwallet/changelog.json
- HTML version of this page: https://verifymcp.io/servers/mcflamingo-wildwallet/wildwallet
