mailbox.bot MCP Server
mailbox.bot is a remote MCP server and postal mail API for AI agents. It lets agents send outbound physical mail, including letters, certified mail, postcards, and batch mailings, with cost previews, approval controls, tracking, proof artifacts, and signed webhooks.
mailbox.bot also supports inbound mail context from forwarded scans, phone-captured postal mail, PDFs, photos, and documents, so agents can understand physical-mail context and generate replies. Real street-address receiving mailboxes for AI agents are opening soon through the mailbox.bot waitlist.
Server Config
{ "mcpServers": { "mailbox-bot": { "url": "https://mailbox.bot/api/mcp", "headers": { "Authorization": "Bearer YOUR_MAILBOX_BOT_API_KEY" } } } }
Capabilities
- Send outbound postal mail
- Send certified mail
- Send postcards
- Send batch mailings
- Preview mailing costs before sending
- Track outbound mail status
- Receive proof artifacts
- Configure signed webhooks
- Process inbound mail context from scans, PDFs, photos, and documents
- Generate replies using physical-mail context
- Support package and mail receiving workflows as real street-address mailboxes open through the waitlist
Connection Details
Transport: Streamable HTTP
Authentication: Bearer token using a mailbox.bot API key.
Endpoint: https://mailbox.bot/api/mcp
Links
Website: https://mailbox.bot
Install guide: https://mailbox.bot/mcp-install
API docs: https://mailbox.bot/api-docs
Pricing: https://mailbox.bot/pricing
サーバー設定
{
"mcpServers": {
"mailbox-bot": {
"url": "https://mailbox.bot/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_MAILBOX_BOT_API_KEY"
}
}
}
}