- Documentation MCP lets AI tools search Sendmux guides and API references.
- Product MCP lets an AI agent use the Sendmux product lines you choose: Management, Mailbox, Sending, or any combination of them.
Documentation MCP
Use this when you want an AI tool to answer questions from the Sendmux docs.| Setting | Value |
|---|---|
| Server URL | https://sendmux.ai/docs/mcp |
| Tool | search_sendmux |
Connect Claude
Connect Claude Code
Connect Cursor
Add this server to your MCP configuration:Connect VS Code
Add this server to your settings:Rate limits
| Scope | Limit |
|---|---|
| Per user IP | 5,000 requests per hour |
| Per documentation site | 10,000 requests per hour |
Product MCP
Use the Product MCP when you want an agent to act inside Sendmux. A single connection can expose exactly the product lines you authorise:| Product line | What the agent can do | Credential authority |
|---|---|---|
| Management | Manage domains, mailboxes, sending accounts, webhooks, logs, metrics, and billing data. | Team-level access |
| Mailbox | Read, search, organise, thread, and send from selected mailboxes. | Selected mailbox access |
| Sending | Send outbound email without mailbox reading tools. | Sending access |
Choosing more product lines never grants more authority than your team role,
selected mailbox set, and consent allow. Tools for product lines you did not
authorise are not shown to the agent.
Hosted connection
Use the hosted Product MCP when your AI tool supports remote MCP with OAuth.| Setting | Value |
|---|---|
| Server URL | https://mcp.sendmux.ai/mcp |
| Authorisation server | https://app.sendmux.ai |
Start the connection
Add
https://mcp.sendmux.ai/mcp in your AI tool, then sign in to Sendmux when prompted.Choose product lines
Select Management, Mailbox, Sending, or any combination. Choose all three
when the agent should see every curated Sendmux tool.
Choose mailboxes
If you select Mailbox, choose one or more mailboxes the agent can use. Use
search or Select all when your team has many mailboxes.
smx_root_ or smx_mbx_ API key.
When more than one mailbox is granted, agents can call mailbox_list_granted_mailboxes to search the granted set and pass mailbox_id to mailbox tools. If only one mailbox is granted, mailbox tools use it by default.
Re-authorising the same hosted connection replaces the previous product-line and mailbox selections for that app. Product lines or mailboxes you remove during re-authorisation disappear from the agent’s tool list or allowed mailbox targets.
Hosted Product MCP requests keep the same permission, sending-scope, and rate-limit checks as direct Sendmux API requests before each request is accepted. For example, adding Sending tools to an agent does not let it send from mailboxes, sending accounts, or account groups outside the access you granted.
Local connection
Use the local command when your AI tool runs MCP servers on your machine. Run one product line:smx_root_ key. Mailbox and Sending require an smx_mbx_ key. A key with lower authority will not expose higher-authority tools.
Use separate keys for separate local product lines when that is how your team grants least-privilege access. For example, a local all-three setup can use one management key plus separate mailbox and sending keys.
Local MCP with a manual mailbox key acts as that one mailbox. Hosted Product MCP can grant a mailbox set and target each mailbox by mailbox_id.
Tool coverage
MCP exposes a curated agent toolset, not every API endpoint. Use the SDKs,
CLI, or API reference when you need full endpoint coverage.