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 with a scoped production API 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 its key allows.

Connection details

Server URLhttps://mcp.unitpost.com/mcp
TransportStreamable HTTP
Auth headerAuthorization: Bearer pk_live_YOUR_KEY(production key from www.unitpost.com)
Toolsone per API operation (emails_send, campaigns_send, …)

Setup guides by client