Loading MCP server directory, please wait...
Physical mail API for AI agents. Send letters, certified mail, postcards from code via MCP.
npx @getmcp/cli add bot.mailbox/mailboxRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationBearer token. Use an agent key (sk_agent_...) for autonomous agents, or a member key (sk_live_...) for personal use. Mint keys at https://mailbox.bot/mcp-install.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"bot.mailbox/mailbox": {
"url": "https://mailbox.bot/api/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": ""
}
}
}
}