mailbox-mcp
The mailbox-mcp server enables AI agents to send, receive, manage, and automate physical postal mail via the mailbox.bot service.
Outbound Mail
Send physical mail (PDF, DOCX, JPG, PNG, TXT, CSV) via USPS (first class, priority, certified, certified return receipt) with cost preview (
dry_run), cost caps, and optional human approvalList and retrieve sent mail jobs with status, cost, tracking, and fulfillment photos
Sandbox mode to rehearse the full outbound lifecycle at zero cost
Inbound Mail
Discover private email aliases for forwarding scans, PDFs, and notices
List and retrieve inbound mail items with OCR context, draft assistance, deadlines, and thread linkage
Package Management (Beta)
Get a real physical mailing address (approved beta accounts)
List, retrieve, and view photos of inbound packages with tracking events and parsed label data
Request physical facility actions: forward, shred, scan, hold, return to sender, dispose, open and scan, or record video
Retrieve OCR text, structured fields, and confidence scores from document scans
Add tags and notes to packages for categorization and context
Automation
Create standing rules to auto-trigger actions on incoming packages based on carrier, sender, weight, or tracking prefix
Pre-register expected shipments for auto-matching and optional auto-action on arrival
Postal Threads
Group inbound and outbound mail into workflow threads for lineage and timeline tracking
Standing Instructions (MAILBOX.md)
Fetch, propose edits to, and sync the agent's standing instructions
Push notes or clarification responses to existing action requests
Facility Communication
Send messages to the facility operator (optionally linked to a package or action)
List conversations and read full message threads
Webhooks & Billing
Configure HTTPS webhooks for real-time events (package received, status changes, action completed, etc.)
Retrieve itemized billing events and usage summaries for scans, forwards, and mail sends
Allows sending outbound mail, including packages and letters, via FedEx through the mailbox.bot API.
Allows sending outbound mail, including packages and letters, via UPS through the mailbox.bot API.
Allows sending outbound mail, including first-class letters and certified mail, via USPS through the mailbox.bot API.
mailbox.bot MCP server
Official Model Context Protocol (MCP) server manifest for mailbox.bot — a hosted postal mail API for AI agents. Send certified mail, letters, notices, postcards, and document packets; mailbox.bot prints, stamps, mails, photographs, tracks, and exposes proof/status back to agents. Turn scans, PDFs, photos, provider notices, and notes from an address you already use into inbound agentic context. Dedicated mailbox.bot-issued street addresses plus mailbox numbers are a separate managed-address reservation path for approved accounts.
Send letters and certified mail from your agent, read inbound document context, manage postal threads, configure webhooks, retrieve scoped source documents, and rehearse lifecycle events with sandbox keys on the same production endpoints.
Website: https://mailbox.bot
Install: https://mailbox.bot/mcp-install
Public tool catalog: https://mailbox.bot/api/mcp/tools-public
OpenAPI: https://mailbox.bot/openapi.json and https://mailbox.bot/openapi.yaml
Registry:
bot.mailbox/mailbox(DNS-verified onmailbox.bot)
What this repo is
This repository holds the public server.json manifest published to the official MCP Registry. The production server itself is hosted at https://mailbox.bot/api/mcp (streamable HTTP transport).
The repo also includes a small local stdio adapter (server.js) so registries such as Glama can start the server locally and inspect the live mailbox.bot tool definitions from https://mailbox.bot/api/mcp/tools-public. Production users should connect to the hosted endpoint.
If you're trying to use the server, go to mailbox.bot/mcp-install for client-specific setup (Claude Code, Claude Desktop, Cursor, etc.).
Related MCP server: sendook-mcp
Local registry check
npm startThis starts a stdio MCP adapter for introspection. Authenticated tool calls should use the hosted streamable HTTP MCP endpoint at https://mailbox.bot/api/mcp.
Verifying authenticity
The namespace bot.mailbox/* is reserved via DNS proof on the apex domain mailbox.bot. Only the domain owner can publish servers under this namespace to the MCP Registry. If you see another server claiming to be mailbox.bot under a different namespace, it is not official.
The canonical manifest lives in this repo and is mirrored to the registry — both should match exactly.
Capabilities
Outbound mail — send first-class letters, certified postal mail, and other USPS / FedEx / UPS classes from a PDF or a few common document formats.
Document review and retrieval — stored outbound submissions can expose
document_preview_urlfor human verification, andget_outbound_mail_documentretrieves original source bytes withdocument.readscope.Inbound context — use private forwarding aliases to turn scans, PDFs, photos, provider notices, and notes from addresses the operator already controls into OCR-backed context.
Managed address reservation — dedicated mailbox.bot-issued physical mailing and package addresses are available by reservation for approved accounts; approved issuance begins August 31, 2026.
Sandbox mode —
sk_agent_test_keys exercise the full lifecycle (fulfillment photos, tracking, dispatch) with zero charge.Cost controls —
dry_runcost preview,X-Max-Cost-Centscap, per-key daily piece limits, structured retryable errors.Webhooks — signed delivery events with full payload inspection via REST.
Support conversations and support attachments are REST/OpenAPI/dashboard features, not MCP tools.
Full tool list and schemas: see the public MCP tool catalog, the install guide, and the OpenAPI specs at mailbox.bot/openapi.json and mailbox.bot/openapi.yaml.
License
MIT — covers this manifest and any examples added to this repo. The mailbox.bot service itself is operated under the mailbox.bot terms.
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/arbengine/mailbox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server