Postal mail API for AI agents. Send letters, certified mail, postcards, and documents from code via MCP, with sandbox keys, webhooks, tracking, proof, and inbound mail context from a business address, PO box, office, home address, or virtual mailbox.
服务器配置
{
"mcpServers": {
"mailbox-bot": {
"url": "https://mailbox.bot/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_MAILBOX_BOT_API_KEY"
}
}
}
}