mailbox.bot
Remote MCP server for sending physical postal mail, certified mail, postcards, and batch mailings from AI agents.
mailbox.bot MCP Server
Connect any MCP-capable AI client to mailbox.bot using Model Context Protocol (MCP). Your agent gets 22 tools for package management, scans, facility messages, outbound mail, standing instructions, and webhooks.
Hosted MCP endpoint
URL: https://mailbox.bot/api/mcp
Transport: Streamable HTTP
Auth: Authorization: Bearer YOUR_API_KEY
1. Get your API key
Copy an sk_agent_ key for agent use, or an sk_agent_test_ key for sandbox testing. You can also use an account sk_live_ key during setup. Get keys from the dashboard, then paste one below to fill the examples.
2. Choose your MCP client
HTTPBridgeClaude CodeClaude DesktopCursorVS CodeWindsurfn8n
Add this block to any MCP client that supports remote HTTP servers: Use https://mailbox.bot/api/mcp as the server URL and pass your API key in the Authorization header. If your client expects a local command instead of a remote URL, use the command bridge preset.
{ "mcpServers": { "mailbox-bot": { "url": "https://mailbox.bot/api/mcp", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } } }
Copy
Troubleshooting
Client cannot reach the remote server
Switch to the Bridge preset. It runs mcp-remote locally and connects to the same hosted endpoint.
npx or Node is missing
Install Node.js LTS, restart the client, then refresh MCP servers. Command-bridge presets require npx.
Tools do not appear after saving
Restart the client or use its MCP server refresh action. Some clients only load MCP servers at startup.
3. Reload your MCP client
Restart or reload your client so it discovers the mailbox.bot tools. Ask your agent to list packages, request a scan, send facility messages, or create outbound mail.
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 ways to integrate
API
REST API docs →OpenAPI spec (JSON) →OpenAPI spec (YAML) →
Discovery
A2A standard agent card →A2A agent card →Multi-protocol discovery →Documentation index →Full LLM reference →
Source
GitHub: mailbox-mcp →GitHub: mailbox-bot-skill →Smithery directory →
Похожие серверы
Email
This server enables users to send emails through various email providers, including Gmail, Outlook, Yahoo, Sina, Sohu, 126, 163, and QQ Mail. It also supports attaching files from specified directories, making it easy to upload attachments along with the email content.
Pushinator MCP
Send push notifications via the Pushinator service. Requires an API token from your Pushinator account.
Telegram MCP
An MCP server for interacting with the Telegram messaging service using the mtcute library.
WhatsApp Web
An MCP server for interacting with WhatsApp Web, allowing you to send and receive messages.
Africa's Talking Airtime MCP
Interact with Africa's Talking airtime service and store transaction data in a local SQLite database.
Ghost MCP
Interact with the Ghost blogging platform using the Model Context Protocol (MCP) with Server-Sent Events (SSE) support.
Python LINE MCP Server
An MCP server for accessing and interacting with LINE Bot messages.
Slack MCP Client in Go
A Slack bot client that bridges Slack and Model Context Protocol (MCP) servers, enabling LLMs to use MCP tools.
local-fastmail-mcp
A local-only, secure server for accessing your Fastmail email
Reddit
Interact with Reddit by posting comments and searching for posts.