1. Use the MailKatana MCP server URL
Most MCP clients want the mounted server URL:Authorization header, expect a 401. That means the server is live but the SSE connection has not authenticated yet.
2. Send the API key as a Bearer token
Use the same workspace API key that you use for the REST API.- transport is SSE
- URL points at
/mcpor/mcp/sse - auth lives in the
Authorizationheader - auth must be present on the initial SSE connection itself
3. Verify the connection
401.
If you omit the header and get a 401, that still confirms the route exists.
4. Call a simple tool first
Start with one of these tools:list_templateslist_mailing_listslist_contacts
create_contact, send_event, or send_email.