Connect to Claude

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.

1. Get your API key

Copy your sk_live_ or sk_agent_ key from the dashboard. Paste it below to auto-fill your config:

2. Add to 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"
      }
    }
  }
}

3. Start using it

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.

Available MCP Tools (22)

get_mailboxlist_packagesget_packageget_package_photosrequest_actionrequest_scanget_scan_resultsadd_tagadd_notecreate_ruleregister_expectedget_usageupdate_actionget_mailbox_mdpropose_mailbox_md_editsend_facility_messagelist_facility_conversationsget_facility_messagesupdate_webhooksend_outbound_maillist_outbound_mailget_outbound_mail

Other integration methods

REST API docsOpenAPI spec (JSON)OpenAPI spec (YAML)A2A standard agent cardA2A agent cardMulti-protocol discoveryLLM context (llms.txt)Full API reference (llms-full.txt)GitHub: mailbox-mcpGitHub: mailbox-bot-skillSmithery directory