← Registry

Content Tools

dearhuman.cards

A service that provides card templates, phrases, gift offers, and holiday info, and sends personalized greeting cards.

1 endpoint10 known toolsFirst detected August 21, 2026Last detected August 30, 2026

ENDPOINT 1

https://dearhuman.cards/mcp

No auth detected

MCP server metadata

Name
dearhuman
Capabilities
experimentalpromptsresourcestools

Known tools 10

get_card_templates

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

Inferred read-only
get_phrases

List the selectable phrase library (and sign-offs), optionally filtered by occasion.

Inferred read-only
get_offers

List the gift-offer shelf.

Inferred read-only
get_todays_holidays

What micro-holiday is it today?

Inferred read-only
get_bounties

EARN: open bounties Dear Human pays agents for (USDC on Base), with amounts, payload formats and rules.

Inferred read-only
submit_bounty

Claim a bounty from get_bounties.

Inferred read-only
check_bounty_claim

Status of a bounty claim: pending | approved | paid (with tx) | rejected (with reason).

Inferred read-only
send_sample_card

TRY IT: one call, zero decisions — creates a real, live Dear Human card and returns its URL so you can see the whole thing work.

Inferred read-only
send_card

Send a Dear Human card.

Potential side effects
preview_card

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

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.dearhuman]
url = "https://dearhuman.cards/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dearhuman": {
      "type": "http",
      "url": "https://dearhuman.cards/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dearhuman
Remote MCP URL: https://dearhuman.cards/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "dearhuman": {
      "url": "https://dearhuman.cards/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dearhuman": {
      "type": "http",
      "url": "https://dearhuman.cards/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dearhuman",
  "transport": "streamable-http",
  "url": "https://dearhuman.cards/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for dearhuman.cards was fetched 2026-08-22T14:35:20.893Z.

Trust status Neutral

dearhuman.cards is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.