MCP server access for AI agents (Business tier)
Your AI agents can now build, send, and analyze campaigns directly. BLUN · Mailing exposes a full Model Context Protocol server at wss://send.blun.ai/mcp, scoped per workspace via signed bearer keys. Twelve tools are live in the first cut.
list_lists·create_list·get_list_subscriberscreate_campaign·send_campaign·schedule_sendget_campaign_analytics·get_deliverability_reportlist_segments·create_segment·preview_render·run_compliance_check
The endpoint is wired for Mnemo Connect out of the box. Drop the keypair into your local Mnemo daemon and your agents pick up the channel with zero glue:
# Pair your agent fleet with the workspace MCP endpoint mnemo connect mcp:wss://send.blun.ai/mcp \ --key "pmk_live_a3f9_…" \ --workspace "anna-leather" \ --scope "campaigns:rw analytics:r" # Verify the channel is live mnemo connect channel-list --filter BLUN · Mailing
Read the full tool reference and scopes table at /docs/mcp. Available now to all Business workspaces; Free and Growth tiers can still drive everything via the REST API.

