initialize response,
so clients enable the Resources panel and Prompts catalog in their UI.
Transports
stdio — recommended for desktop clients
stateset-mail-mcp is a second binary that reads newline-delimited JSON-RPC from stdin and
writes responses to stdout, logging to stderr. It reads the same environment variables as the
main HTTP server — point both binaries at the same SQLite file and the MCP server sees
everything the HTTP API has touched. All tools dispatch in-process, so there is no HTTP
round-trip.
Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
HTTP — recommended for remote clients
POST /v1/mcp accepts a single JSON-RPC request and returns a single response, with the same
bearer-token auth as the rest of /v1. Use this when the MCP client lives on a different
machine from the deployment.
Tools
Atools/list returns 44 tools: 26 marketing, and 18 covering the agent inbox.
Profiles, lists and segments
Templates and campaigns
Sending, flows and events
The agent inbox
Longer treatment of the inbox tools lives in
Conversations.
Resources
resources/list enumerates recently-touched entities; resources/read returns the full JSON
body for one. Resources let a model read state without burning a tool call, and clients
render them in a panel so you can attach an entity to a chat with one click.
Prompts
prompts/list advertises server-provided playbooks; prompts/get renders the body with the
caller’s arguments substituted in. Each names the tools to call and the order to call them, so
picking a prompt is a one-shot way to trigger a multi-step workflow.