MarmunkDevelopers
Tool access

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.

01

Hosted connection

https://api.marmunk.com/mcp

Use 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.

02

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.
03

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.