# HumanMirror x402 Microtools + OmniDome Commons (remote · humanmirror.fr)

x402 agent microtools for safety, verified results, payments and OmniDome Commons discovery.

- Trust score: 75/100 (medium)
- Change this week: +39
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- remote · `humanmirror.fr`: 75/100 (this document), [markdown](https://verifymcp.io/servers/fr-humanmirror-x402/api-x402-mcp.md), [page](https://verifymcp.io/servers/fr-humanmirror-x402/api-x402-mcp)

## Channel facts

- Endpoint: `https://humanmirror.fr/api/x402/mcp/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.4.0`

## 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-09-21.

- **Endpoint Security**: 66/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 3 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.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 217 tokens (~72/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 70/100
  - Stability observed for 21 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 83/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 50% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the HumanMirror x402 Microtools + OmniDome Commons MCP server?

HumanMirror x402 Microtools + OmniDome Commons is a hosted endpoint at https://humanmirror.fr/api/x402/mcp/, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http fr-humanmirror-x402 'https://humanmirror.fr/api/x402/mcp/'
```

### Cursor

```json
{
  "mcpServers": {
    "fr-humanmirror-x402": {
      "url": "https://humanmirror.fr/api/x402/mcp/"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "fr-humanmirror-x402": {
      "type": "http",
      "url": "https://humanmirror.fr/api/x402/mcp/"
    }
  }
}
```

### Codex

```toml
[mcp_servers.fr-humanmirror-x402]
url = "https://humanmirror.fr/api/x402/mcp/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fr-humanmirror-x402": {
      "type": "remote",
      "url": "https://humanmirror.fr/api/x402/mcp/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add fr-humanmirror-x402 --url 'https://humanmirror.fr/api/x402/mcp/' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  fr-humanmirror-x402:
    url: "https://humanmirror.fr/api/x402/mcp/"
```

### Netclaw

```json
{
  "McpServers": {
    "fr-humanmirror-x402": {
      "Transport": "http",
      "Url": "https://humanmirror.fr/api/x402/mcp/"
    }
  }
}
```

### Vellum

```bash
assistant mcp add fr-humanmirror-x402 -t streamable-http -u 'https://humanmirror.fr/api/x402/mcp/'
```

### Other

```json
{
  "mcpServers": {
    "fr-humanmirror-x402": {
      "type": "http",
      "url": "https://humanmirror.fr/api/x402/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-09-20 (score 75, +39)

- [security improvement] Injection markers: unverified → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 3 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [security] The server rewrote its instructions, which are the text every model session reads
- [functional regression] Schema quality: 61 → 72
- [functional improvement] Endpoint reachability: not serving MCP → reachable
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.67
- [functional] Server version: 1.1.0 → 1.3.0

### 2026-09-03 (score 36, −31)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Stability: 0.07 → unverified
- [security regression] Tool safety: pass → unverified
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-09-01 (score 67, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional regression] Schema quality: 52 → 61
- [functional improvement] Stability: unverified → 0.03
- [functional] Server version: 1.0.0 → 1.1.0

### 2026-08-31 (score 67)

First indexed and scored.

## MCP tools (3)

### `list_humanmirror_x402_services` (~41 tokens)

List live HumanMirror pay-per-call x402 services, Base/USDC prices and example request bodies. No account or API key required.

### `get_humanmirror_x402_service` (~41 tokens)

Get one HumanMirror x402 service with endpoint, price, network and a ready-to-send JSON example.

Input parameters:

- `product` (string, required)

### `match_humanmirror_x402_service` (~40 tokens)

Choose the smallest HumanMirror x402 service for a requested deterministic task.

Input parameters:

- `need` (string, required): What the agent needs to accomplish.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/fr-humanmirror-x402/api-x402-mcp#diagnostics

## Score history

- 2026-09-21: 75
- 2026-09-20: 75
- 2026-09-19: 36
- 2026-09-18: 36
- 2026-09-17: 36
- 2026-09-16: 36
- 2026-09-15: 36
- 2026-09-14: 36
- 2026-09-13: 36
- 2026-09-12: 36
- 2026-09-11: 36
- 2026-09-10: 36
- 2026-09-09: 36
- 2026-09-08: 36
- 2026-09-07: 36
- 2026-09-06: 36
- 2026-09-05: 36
- 2026-09-04: 36
- 2026-09-03: 36
- 2026-09-02: 67
- 2026-09-01: 67
- 2026-08-31: 67

## Common questions

### What is the HumanMirror x402 Microtools + OmniDome Commons MCP server?

HumanMirror x402 Microtools + OmniDome Commons is an MCP server listed in the public MCP registry as fr.humanmirror/x402. x402 agent microtools for safety, verified results, payments and OmniDome Commons discovery. This page covers its hosted endpoint (https://humanmirror.fr/api/x402/mcp/).

### Is the HumanMirror x402 Microtools + OmniDome Commons MCP server safe to use?

HumanMirror x402 Microtools + OmniDome Commons scores 75 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the HumanMirror x402 Microtools + OmniDome Commons MCP server expose?

HumanMirror x402 Microtools + OmniDome Commons exposes 3 tools: list_humanmirror_x402_services, get_humanmirror_x402_service, match_humanmirror_x402_service. Their descriptions and schemas cost roughly 122 tokens of context every time the server is loaded.

### Does the HumanMirror x402 Microtools + OmniDome Commons MCP server require authentication?

No. We connected to HumanMirror x402 Microtools + OmniDome Commons without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the HumanMirror x402 Microtools + OmniDome Commons MCP server still maintained?

HumanMirror x402 Microtools + OmniDome Commons is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://humanmirror.fr/api/x402/mcp/
- Website: https://humanmirror.fr/x402/
- Changelog RSS feed: https://verifymcp.io/servers/fr-humanmirror-x402/api-x402-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/fr-humanmirror-x402/api-x402-mcp.json
- HTML version of this page: https://verifymcp.io/servers/fr-humanmirror-x402/api-x402-mcp
