# x402card: Virtual Cards + Freeland eSIM (remote · api.x402card.org)

Issue and top up x402 virtual cards or buy Freeland travel eSIMs with Base USDC.

- Trust score: 61/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-21

## Components

- remote · `api.x402card.org`: 61/100 (this document), [markdown](https://verifymcp.io/servers/org-x402card-freeland-esim/api.md), [page](https://verifymcp.io/servers/org-x402card-freeland-esim/api)

## Channel facts

- Endpoint: `https://api.x402card.org/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.5`

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

- **Endpoint Security**: 63/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 12 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 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**: 72/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 425 tokens (~35/item across 12 items; 12 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 13/100
  - Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% 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 org-x402card-freeland-esim https://api.x402card.org/mcp
```

### Codex

```toml
[mcp_servers.org-x402card-freeland-esim]
url = "https://api.x402card.org/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "org-x402card-freeland-esim": {
      "type": "remote",
      "url": "https://api.x402card.org/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add org-x402card-freeland-esim --url https://api.x402card.org/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  org-x402card-freeland-esim:
    url: "https://api.x402card.org/mcp"
```

### Other

```json
{
  "mcpServers": {
    "org-x402card-freeland-esim": {
      "type": "http",
      "url": "https://api.x402card.org/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-20 (score 61, +1)

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

### 2026-08-18 (score 60, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional regression] Schema quality: 347 → 425
- [functional improvement] Stability: unverified → 0.03
- [functional] Server version: 0.1.3 → 0.1.5
- [functional] New tool “x402card.get_card_contract”
- [functional] New tool “x402card.get_card_topup_contract”

### 2026-08-17 (score 59)

First indexed and scored.

## MCP tools (12)

### `x402card.get_agent_contract` (~25 tokens)

Return the complete machine-readable x402card API/agent contract.

### `x402card.get_wallet_requirements` (~31 tokens)

Return signer-agnostic owner authentication, x402 payer, credential, and adapter requirements.

### `x402card.get_config` (~33 tokens)

Return public runtime config: network, USDC asset, receive address, fees, limits, and treasury mode.

### `x402card.get_esim_contract` (~36 tokens)

Return the Freeland eSIM catalog, direct x402 purchase, payer-ownership, fulfillment, and privacy contract.

### `x402card.get_card_contract` (~34 tokens)

Return the virtual-card direct x402 purchase, payer-ownership, issuance, economics, and credential-security contract.

### `x402card.get_card_topup_contract` (~39 tokens)

Return the separate direct x402 card top-up, active-card ownership, amount, fee, replay, and asynchronous funding contract.

### `x402card.list_esim_plans` (~45 tokens)

List live Freeland prepaid travel eSIM plans and current Base USDC prices.

Input parameters:

- `countryCode` (string)
- `type` (string)

### `x402card.get_esim_readiness` (~27 tokens)

Return eSIM-only readiness without unrelated card-provider or treasury gates.

### `x402card.get_readiness` (~35 tokens)

Return sanitized public readiness. Deep provider balances and BIN internals are admin-only.

Input parameters:

- `deep` (boolean)

### `x402card.get_openapi` (~27 tokens)

Return the OpenAPI 3.1 document for direct HTTP API usage.

### `x402card.get_install_command` (~22 tokens)

Return the shell install command and CLI discovery commands.

### `x402card.get_payable_url` (~34 tokens)

Build the public payable x402 URL for an existing order id.

Input parameters:

- `orderId` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/org-x402card-freeland-esim/api#diagnostics

## Score history

- 2026-08-21: 61
- 2026-08-20: 61
- 2026-08-19: 60
- 2026-08-18: 60
- 2026-08-17: 59

## Links

- Remote endpoint: https://api.x402card.org/mcp
- Repository: https://github.com/nuanu-ai/x402card
- Website: https://x402card.org/
- Changelog RSS feed: https://verifymcp.io/servers/org-x402card-freeland-esim/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/org-x402card-freeland-esim/api.json
- HTML version of this page: https://verifymcp.io/servers/org-x402card-freeland-esim/api
