# Sequenzy — MCP server on mcp.ai > Connect your Sequenzy account and use 10 tools for marketing automation straight from your AI agent. Connect with your own API key. Sequenzy is an email marketing and automation platform for managing subscribers, campaigns, sequences, transactional email, analytics, and related workspace resources. By: mcp.ai · official Page: https://mcp.ai/sequenzy ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_sequenzy?ms=1787291100000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/sequenzy/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/sequenzy/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/sequenzy/skill.md Postman collection (v2.1): https://mcp.ai/sequenzy/postman.json ## Tools - sequenzy_create_tag(name: string, color?: string) — Create a reusable subscriber tag definition; Sequenzy normalizes its name to lowercase and replaces spaces with hyphens. - sequenzy_delete_tag(tag_id: string) — Permanently delete a non-system tag definition and remove it from every subscriber. Do not use this on system tags; Sequenzy also rejects tags referenced by sequences. - sequenzy_get_email_metrics(end?: string, start?: string, period?: string, email_type?: string, mailbox_provider?: string, include_machine_engagement?: boolean) — Return workspace-wide email delivery and engagement totals and rates for a sliding window or custom range, optionally filtered by email type or mailbox provider. Mailbox-provider filtering reports rep - sequenzy_get_subscriber(email: string, include_machine_engagement?: boolean) — Retrieve one subscriber by email with list memberships, sequence enrollments, notes, engagement totals, and recent activity. - sequenzy_list_campaigns(label?: string, limit?: integer, offset?: integer, status?: string) — Discover campaigns in the connected workspace, optionally filtered by delivery status or label, without scheduling or sending them. - sequenzy_list_sequences(limit?: integer, labels?: string[], offset?: integer, search?: string, status?: string) — Discover automation sequences and inspect whether they accept new enrollments or process existing ones, without activating or enrolling anyone. - sequenzy_list_subscriber_lists() — Return the reusable subscriber lists available for audience filtering and membership workflows. - sequenzy_list_subscribers(limit?: integer, query?: string, status?: string, list_id?: string, tag_names?: string[], segment_id?: string, next_cursor?: string) — Search and filter subscribers in the connected workspace, returning one stable cursor page for audience review or export. - sequenzy_list_tags() — Return reusable subscriber tag definitions, including which tags are protected system tags. - sequenzy_list_templates(label?: string, limit?: integer, offset?: integer) — Discover reusable email templates and campaign-backed email bodies by label, returning one page with localization metadata. ## Example prompts - "What can I do in Sequenzy?" - "Show me a summary of my Sequenzy account" ## Links Docs: https://mcp.ai/docs/mcps/sequenzy Website: https://mcp.ai/mcps/sequenzy