mailbox.bot exposes a Model Context Protocol (MCP) server with 22 tools for package management, scanning, forwarding, and more. Works with Claude Code and Claude Desktop.
Copy your sk_live_ or sk_agent_ key from the dashboard. Paste it below to auto-fill your config:
Add this to .mcp.json in your project root, or to ~/.claude.json for global access:
{
"mcpServers": {
"mailbox-bot": {
"url": "https://mailbox.bot/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Run claude in the project directory. The mailbox.bot tools will be available automatically. Ask Claude to list your packages, request a scan, or forward a shipment.