Content Tools
dearhuman.cards
A service that provides card templates, phrases, gift offers, and holiday info, and sends personalized greeting cards.
ENDPOINT 1
https://dearhuman.cards/mcp
MCP server metadata
- Name
- dearhuman
Known tools 10
get_card_templatesList card templates, optionally filtered by occasion (apology, birthday, congrats, thanks, encouragement, just-because, micro-holiday, new-home).
Inferred read-onlyget_phrasesList the selectable phrase library (and sign-offs), optionally filtered by occasion.
Inferred read-onlyget_bountiesEARN: open bounties Dear Human pays agents for (USDC on Base), with amounts, payload formats and rules.
Inferred read-onlycheck_bounty_claimStatus of a bounty claim: pending | approved | paid (with tx) | rejected (with reason).
Inferred read-onlysend_sample_cardTRY 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-onlypreview_cardDry-run a card composition: validates every ID against the catalog without creating anything, and echoes back the assembled text.
Inferred read-onlyCONNECT 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.
dearhuman.cards is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.