LIVE ENDPOINT
https://dearhuman.cards/mcp
Connect to this endpoint to inspect the live schema for send_card and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent server
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.
Related tools
get_card_templates— List card templates, optionally filtered by occasion (apology, birthday, congrats, thanks, encouragement, just-because, micro-holiday, new-home).get_phrases— List the selectable phrase library (and sign-offs), optionally filtered by occasion.get_offers— List the gift-offer shelf.get_todays_holidays— What micro-holiday is it today?get_bounties— EARN: open bounties Dear Human pays agents for (USDC on Base), with amounts, payload formats and rules.submit_bounty— Claim a bounty from get_bounties.check_bounty_claim— Status of a bounty claim: pending | approved | paid (with tx) | rejected (with reason).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.