Connect an MCP client to Unitpost

Unitpost runs a Model Context Protocol server at https://mcp.unitpost.com/mcp. Point any MCP client at it — approve with OAuth in the browser, or use a scoped production API key where the client can only paste a key — and the agent gets one tool per API operation — send email, manage contacts and segments, launch campaigns, verify domains. Scopes are enforced exactly as they are on the REST API, so an agent can only do what you approved.

Connection details

Server URLhttps://mcp.unitpost.com/mcp
TransportStreamable HTTP
Auth (recommended)OAuth 2.1 — add the URL, approve in the browser(scopes match API capabilities; tokens refresh automatically)
Auth (legacy)Authorization: Bearer pk_live_YOUR_KEY(workspace API key from Settings → API keys; for clients that can only paste a key)
Toolsone per API operation (email_send, email_campaigns_send, …)

Setup guides by client