Let agents operate the same contract humans use.
The Marmunk MCP server is an authenticated adapter over the public API—not a privileged back door.
Hosted connection
https://api.marmunk.com/mcpUse this URL directly in an OAuth-capable MCP client. Marmunk opens a browser for sign-in and explicit scope consent. Read access is selected by default; management and sending require separate approval.
Remote send debugging
Tool: marmunk_email_trace
Input: { "reference_id": "msg_01example" }
// A req_* reference traces one API attempt.
// A msg_* reference traces the durable send lifecycle.Same safety boundaries
MCP calls carry a channel marker for audit and debugging, but authentication, tenant isolation, idempotency, policy, suppression, quota, and approval behave exactly like direct REST calls.