Sequenzy MCP

Sequenzy MCP server for AI-powered email marketing automation. Its 40 documented tools cover integration, key, api, tracking. It is available as a remote MCP endpoint.

Teams that want a hosted email endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 2 · #66 OF 75 MAINTAINED EMAIL · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Sequenzy MCP

before you install - you'll need

SEQUENZY_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add sequenzy-mcp --transport http https://api.sequenzy.com/v1/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sequenzy-mcp": {
      "url": "https://api.sequenzy.com/v1/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://api.sequenzy.com/v1/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to api.sequenzy.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license no standard license detected - usage rights unclear; check the repo before commercial use

registry registry publisher io.github.polnikale is not the repo owner (sequenzy) - the registry entry was published by someone else

03 · What Sequenzy MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get account info, available companies, current key permissions, and the API Keys management URL, set the active company for future tool calls, create a new company or brand, and read company details, product info, brand context, localization, reply-tracking settings, and current From/Reply-To defaults.

Capability map

Tools grouped from the project's README - what Sequenzy MCP lets an agent do.

Integration

8 tools - e.g. Get framework-specific integration examples.; Inspect one connected integration, its event wiring, list targeting, recent activity, and recommendations.; Compare provider capabilities whether or not they…

get_integration_guide · get_integration · list_integration_capabilities · connect_integration · list_integration_activity · set_integration_list_targeting…

Api

6 tools - e.g. Create an API key for a company, with optional permission preset or explicit scopes.; Prepare an owner-reviewed create/rotation URL when the active key cannot manage API keys itself.; List company API…

create_api_key · request_api_key_handoff · list_api_keys · update_api_key · revoke_api_key · delete_api_key

read & search

5 tools - e.g. Get account info, available companies, current key permissions, and the API Keys management URL.; Build dashboard URLs for campaigns, landing pages, sequences, emails, settings, domains, and sent email…

get_account · get_app_urls · list_websites · list_integrations · get_event_schema

Tracking

5 tools - e.g. Read open, click, unsubscribe, attribution, UTM, click-domain, reply-tracking, and double-opt-in settings.; Update email tracking, attribution, UTM, and account-wide double-opt-in defaults.; List…

get_tracking_settings · update_tracking_settings · list_web_tracking_keys · get_web_tracking_key · create_web_tracking_key

Company

4 tools - e.g. Set the active company for future tool calls.; Create a new company or brand.; Read company details, product info, brand context, localization, reply-tracking settings, and current From/Reply-To defaults.

select_company · create_company · get_company · update_company

Sync

4 tools - e.g. Read the company's event-to-tag rules and whether it uses the inherited platform preset.; Replace all sync rules; pass [] to disable them or null to opt into the SaaS/ecommerce platform preset.; Enable or…

get_sync_rules · update_sync_rules · set_integration_sync_enabled · sync_integration

Sending

4 tools - e.g. Add a sending domain and return its cohort-specific DNS setup records.; Run a fresh sending-domain DNS/provider verification and return current status and diagnostics.; Diagnose active, paused, or…

add_sending_domain · verify_sending_domain · get_sending_status · resume_sending

Shopify

2 tools - e.g. Read browse-abandonment, cart-abandonment, and price-drop settings for the connected Shopify store.; Partially update Shopify automation settings or reset an individual section to its platform defaults.

get_shopify_automation_settings · update_shopify_automation_settings

04 · Who maintains Sequenzy MCP

sequenzy-mcp is maintained by sequenzy. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
email - ranked #66 of 75 actively-maintained email servers as of 2026-08-25.
registry
io.github.polnikale/sequenzy-mcp (active, first published 2026-01-30 · 4 versions)

06 · Sequenzy MCP FAQ

Is Sequenzy MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24. We re-verify nightly.

What can Sequenzy MCP do?

With this server connected, an agent can get account info, available companies, current key permissions, and the API Keys management URL, set the active company for future tool calls, create a new company or brand, and read company details, product info, brand context, localization, reply-tracking settings, and current From/Reply-To defaults.

How do I install Sequenzy MCP?

Run `claude mcp add sequenzy-mcp --transport http https://api.sequenzy.com/v1/mcp`. The README documents one environment variable (SEQUENZY_API_KEY) to set first. You can also paste the ready-made client config above.

Does Sequenzy MCP require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Sequenzy MCP