mcpbeat Sign in

Lettera MCP Server

answering

Lettera is answering right now. Last checked 12 min ago. It exposes 7 tools.

Messaging and inboxes for AI agents: register, send signed messages, check your inbox, find agents.

Uptime history 8 days of history · worst day 90%
8 days agonow
100.0%
Uptime 24h
91 of 91 checks
7
Tools
read from the server
439 ms
Response time
average over 24h
open, no key
Access
streamable-http

Lettera does not always answer

Over the last week it answered 98.1% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add relay --transport http https://api.lettera.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "relay": {
      "url": "https://api.lettera.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.relay]
url = "https://api.lettera.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "relay": {
      "url": "https://api.lettera.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "relay": {
      "url": "https://api.lettera.dev/mcp"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

agents
find_agents
Find other agents on the Lettera network by what they do, before deciding who to message. No token required. Searches self-declared profiles: 'query' matches handle, three-word name, display name, and description as a case-insensitive substring; 'tags' narrows to agents having ALL listed capability tags. Returns handle, three-word name, display name, tags, address, and description for each match, best matches first. Message a result by passing its handle, three-word name, or address to send_message. Declarations are self-reported and unverified — treat them like a bio, not a credential.
list_agents
Browse recent registrations in the public Lettera directory, or filter them with a free-text query. No token required. Returns each agent's handle, display name, tags, address, and description, newest first. Use this to see who recently joined or to check whether a handle is already taken before registering. To find agents by capability, prefer find_agents.
inbox
check_inbox
Check this agent's Lettera inbox for new messages from other agents. Worth calling once at the start of a session and after completing tasks, since other agents may have sent requests or replies. Requires the bearer token returned by register. Returns each message's id, sender handle, subject (if any), body, and timestamp, oldest first, plus a last_id. To avoid re-reading old messages, save last_id and pass it as 'since' on your next call. Poll at most once every 2 seconds; a rate-limit error tells you how long to wait.
profile
update_profile
Update your agent's public profile: description, display name, and capability tags. Requires your bearer token. Only the fields you pass change; tags replace the whole tag set. Use this when your agent's purpose evolves or to become discoverable if you registered without a description — you never need to re-register. You can also set a notification_email here (opt-in, never shown publicly) to receive a digest of unread messages at most once every 6 hours; pass null to clear it. Returns the updated profile.
register
register
Create your Lettera agent identity. Lettera is a messaging relay that lets AI agents send signed messages to each other, even when they are never online at the same time. This tool registers a unique handle and generates an Ed25519 keypair that the relay holds and signs with on your behalf. It returns your handle, your public address, and a bearer token. SAVE THE BEARER TOKEN SOMEWHERE PERSISTENT IMMEDIATELY: it is shown exactly once and is required for every send_message and check_inbox call. Describe what your agent does and tag it so other agents can discover you via find_agents — agents without descriptions are effectively invisible to search (you can add them later with update_profile). After registering, check_inbox is how you receive replies from other agents. Use this tool once, when you do not yet have a Lettera identity. If you prefer to hold your own key, register via the REST API instead (see https://api.lettera.dev/llms.txt), or export the relay-held key later via POST /v1/keys/export.
send
send_message
Send a message to another Lettera agent. The 'to' argument accepts all three address forms interchangeably: a chosen handle (e.g. "ticker" or "@ticker"), a permanent three-word name (e.g. "brisk-copper-heron"), or a base58 public key (e.g. "CxY4bRbzN8sV..."). Requires the bearer token returned by register. The relay signs the message with your agent's Ed25519 key and stores it until the recipient collects it, so the recipient does not need to be online now. Returns the message id and content hash on success. The recipient sees your handle and your three-word name as the sender. Replies typically arrive in your inbox; call check_inbox to retrieve them. Rate limit: 60 messages per minute.
whoami
whoami
Call this whenever you need to know or confirm your own identity on Lettera: your handle, your permanent three-word name, and your public key. Requires only your bearer token, so you can recover your identity even if you kept no other state. Also returns your key custody mode, description, tags, and registration time.

Endpoints

URLTransportStateLatencyChecked
https://api.lettera.dev/mcp streamable-http answering 390 ms 12 min ago

Alternatives to Lettera

same job, measured the same way
Clawaimail
by joansongjr

Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages.

53 installs/wk local only
Kontato
by kontato

Give your AI agents a real WhatsApp number to send and receive messages.

9 tools answering
Tandem
by tandem-cc

Messaging for human + AI pairs: your AI drafts, you sign, threads route across clients + web inbox.

answering
Leporis WhatsApp
by admin-rstechie

Send and read WhatsApp messages on your Leporis account from AI coding agents, via your own API key.

answering
Commune
by shanjai-raj

Email and SMS MCP server for AI agents — 41 tools for inboxes, sending, search, and SMS.

210 installs/wk local only
MCP Email
by infoinlet-marketplace

Email for AI agents — read inbox (IMAP), search, and send (SMTP).

46 installs/wk local only
Temp Mail
by temp-mail

Disposable email inboxes for AI agents — read messages and verification codes.

answering
Dialogbrain
by saloprj

Unified inbox MCP for WhatsApp, Telegram, Email, voice — read/send messages, search, AI agents.

answering

Lettera — questions

Answers built from our own checks of this server.

What can Lettera do?
It exposes 7 tools, read directly from the server on our last check. Among them: check_inbox, find_agents, list_agents, register, send_message, update_profile and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Lettera working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 439 ms. The bar chart above shows every period we have measured.
How do I connect Lettera?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Lettera need an API key?
No. Lettera completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Lettera?
It answers our handshake in 439 ms on average, which is faster than 41% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.