bot.mailbox/mailbox
https://mailbox.bot/api/mcpskills: {'id': 'get_mailbox', 'name': 'get_mailbox', 'description': "Get your agent's real mailing address beta endpoint when the account has explicit beta access: street address + mailbox number for approved accounts. For generally available inbound context, use list_inbound_forwarding_addresses instead; that returns a private intake alias for scans, PDFs, photos, provider notices, and notes from addresses the operator already uses.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_packages', 'name': 'list_packages', 'description': 'List inbound mail or packages for approved real mailing address/package beta accounts with optional filters by status, carrier, and date. Returns tracking number, carrier, status, and received timestamp where available. For generally available inbound postal context, use list_inbound_mail with forwarded scans/PDFs/notes instead.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_package', 'name': 'get_package', 'description': 'Get full package details including photos, tracking events, shipping label data (carrier, addresses, weight), forwarding status, storage location, and action history.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_package_photos', 'name': 'get_package_photos', 'description': 'Get photos for a package with OCR-extracted text and confidence scores. Filter by photo type to get only exterior shots, label closeups, barcode scans, or content scans.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'request_action', 'name': 'request_action', 'description': 'Request a physical action on a package at the facility. Actions include forwarding to another address, shredding, scanning documents, holding for pickup, disposing, returning to sender, photographing, opening and scanning contents, or recording a video. Some actions (shred, dispose) are irreversible.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'request_scan', 'name': 'request_scan', 'description': 'Request document scanning (OCR + structured data extraction) for a package. The facility will scan the document and extract text, addresses, dates, and other structured data. Results are available via get_scan_results after processing.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_scan_results', 'name': 'get_scan_results', 'description': 'Get document scan results including raw OCR text, structured data fields (addresses, dates, amounts), and confidence scores. Returns empty if scan is still processing.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'add_tag', 'name': 'add_tag', 'description': 'Add a tag/label to a package for categorization and filtering. Tags are free-form strings. Adding the same tag twice is a no-op.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 228.4ms; conformance: pass
How to connect
https://mailbox.bot/api/mcp
curl -X POST https://mailbox.bot/api/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'