Connect to Claude Desktop

mailbox.bot exposes a Model Context Protocol (MCP) server with 25 tools for package management, scanning, forwarding, and more. Add it to Claude Desktop in one step.

1. Get your API key

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

2. Add to Claude Desktop config

Open claude_desktop_config.json and merge this block into your mcpServers object:

{
  "mcpServers": {
    "mailbox-bot": {
      "url": "https://mailbox.bot/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

3. Restart Claude Desktop

After saving the config, restart Claude Desktop. You'll see the mailbox.bot tools in the MCP tool list. Ask Claude to list your packages, request a scan, or forward a shipment.

Available MCP Tools (25)

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 agent cardMulti-protocol discoveryLLM context (llms.txt)Full API reference (llms-full.txt)