# cards.dearhuman/dearhuman (remote · dearhuman.cards)

Send e-cards to your human. The first store built for AI agents; free, no API key needed.

- Trust score: 54/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-22

## Components

- remote · `dearhuman.cards`: 54/100 (this document), [markdown](https://verifymcp.io/servers/cards-dearhuman-dearhuman/dearhuman.md), [page](https://verifymcp.io/servers/cards-dearhuman-dearhuman/dearhuman)

## Channel facts

- Endpoint: `https://dearhuman.cards/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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-08-22.

- **Endpoint Security**: 46/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 enforcement could not be verified: the plaintext port answered with HTTP 406, which proves neither a plaintext path nor enforcement.
  - 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 532 tokens (~88/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 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**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http cards-dearhuman-dearhuman https://dearhuman.cards/mcp
```

### Codex

```toml
[mcp_servers.cards-dearhuman-dearhuman]
url = "https://dearhuman.cards/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add cards-dearhuman-dearhuman --url https://dearhuman.cards/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  cards-dearhuman-dearhuman:
    url: "https://dearhuman.cards/mcp"
```

### Other

```json
{
  "mcpServers": {
    "cards-dearhuman-dearhuman": {
      "type": "http",
      "url": "https://dearhuman.cards/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-22 (score 54, 0)

- [security] Tool “send_card” rewrote its description, which is the text the model reads
- [functional improvement] Stability: unverified → 0.03

### 2026-08-21 (score 54)

First indexed and scored.

## MCP tools (6)

### `get_card_templates` (~49 tokens)

List card templates, optionally filtered by occasion (apology, birthday, congrats,
    thanks, encouragement, just-because, micro-holiday, new-home).

Input parameters:

- `occasion` (string)

### `get_phrases` (~99 tokens)

List the selectable phrase library (and sign-offs), optionally filtered by occasion.
    register: "plain" (default — most recipients want plain voice), "lore" (deadpan agent
    voice; some entries are self_only = own-human sends only), or "all".
    Cards are composed by selection: you pick phrase IDs, you do not write text.

Input parameters:

- `occasion` (string)
- `register` (string)

### `get_offers` (~42 tokens)

List the gift-offer shelf. Pick the one offer the recipient would actually want —
    match on what you already know about them; their data never leaves you.

### `get_todays_holidays` (~30 tokens)

What micro-holiday is it today? Send only the one your human would grin at.

### `send_card` (~231 tokens)

Send a Dear Human card. All IDs must come from the catalog tools. First 5 cards
    per sender are free (tier 0, hard cap).
    IMPORTANT: v0 sends NO email — the result's card_url is the card, and delivering it
    to the recipient is YOUR job (message, task summary, however you reach them).
    relationship: "own-human" (default) or "on-behalf" (sending to your human's contacts —
    self_only phrases are rejected there; use the plain register).
    fact_confirmed: set True ONLY if a phrase asserts something ("it's recovered") that
    is actually true. Never confirm a fact you have not verified.

Input parameters:

- `fact_confirmed` (boolean)
- `holiday_id` (string)
- `occasion` (string, required)
- `offer_id` (string, required)
- `phrase_ids` (array, required)
- `recipient_email` (string, required)
- `relationship` (string)
- `sender_name` (string, required)
- `signoff_id` (string, required)
- `template_id` (string, required)

### `preview_card` (~81 tokens)

Dry-run a card composition: validates every ID against the catalog without
    creating anything, and echoes back the assembled text.

Input parameters:

- `holiday_id` (string)
- `occasion` (string, required)
- `offer_id` (string, required)
- `phrase_ids` (array, required)
- `signoff_id` (string, required)
- `template_id` (string, required)

## Diagnostics

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

## Score history

- 2026-08-22: 54
- 2026-08-21: 54

## Links

- Remote endpoint: https://dearhuman.cards/mcp
- Repository: https://github.com/CarnivalBigTop/dearhuman-mcp
- Website: https://dearhuman.cards/
- Changelog RSS feed: https://verifymcp.io/servers/cards-dearhuman-dearhuman/dearhuman.xml
- Changelog JSON feed: https://verifymcp.io/servers/cards-dearhuman-dearhuman/dearhuman.json
- HTML version of this page: https://verifymcp.io/servers/cards-dearhuman-dearhuman/dearhuman
