Email

BigMailer MCP Server

Use Studio chat to drive this server — credentials stay in your workspace.

BigMailer is an email marketing platform that enables businesses to manage and automate their email campaigns and newsletters. Use it to create, schedule, and track email marketing efforts efficiently.

17 tools
Agent guide included
API Key
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for BigMailer — workflow patterns, data models, and gotchas for your AI agent.

BigMailer

BigMailer is a multi-brand email marketing platform for managing bulk and transactional email campaigns, contact lists, audience segments, and suppression lists. It supports multiple sender brands under a single account.

Data Model

  • Brands — top-level organizational units. Every downstream resource (campaigns, contacts, lists, segments) belongs to a brand. Always fetch the brand roster first to obtain a brand_id before querying brand-scoped resources.
  • Bulk campaigns — one-time or scheduled mass email sends. Statuses: draft, pending, in progress, complete, error, paused, archived, active.
  • Transactional campaigns — event-triggered emails (password resets, order confirmations, etc.). Separate from bulk campaigns.
  • Contacts — individual email recipients within a brand. Each contact has an email, custom field values, list memberships, unsubscribe preferences, and bounce/complaint counters. Contacts can be looked up by UUID or email address.
  • Lists — named groupings of contacts used for targeting campaign sends.
  • Segments — dynamic audience slices defined by conditions (operator: all/any). Used for targeted sends without manually maintaining lists.
  • Custom fields — brand-level data attributes (string, integer, date) attached to contacts for personalization and segmentation.
  • Message types — categories of communication (marketing, product updates, etc.) that contacts can independently unsubscribe from.
  • Suppression lists — per-brand exclusion lists for bounces, complaints, and manual opt-outs. Critical for deliverability compliance.
  • Users — account-level team members with roles: admin, account_manager, brand_manager, campaign_manager, template_manager. Some roles are restricted to specific brands via allowed_brands.

Hierarchy

Account → Brands → (Campaigns, Contacts, Lists, Segments, Fields, Message Types, Suppression Lists). Users are account-scoped, not brand-scoped.

Pagination

Paged collections use cursor-based pagination. Responses include a cursor field—pass it back on the next request. Default page size is 100 (max 1000).

Rate Limits

About ten requests per second per account with a small concurrency cap; back off when the service signals overload.

Common Workflows

  1. Audit account structure — List all brands, then for each brand list campaigns, contacts, and lists to understand the full account topology.
  2. Campaign review — Fetch all bulk or transactional campaigns for a brand to review status, delivery metrics, and scheduling.
  3. Contact lookup — Retrieve a specific contact by ID or email to inspect field values, list memberships, and bounce history.
  4. Audience analysis — List segments and custom fields for a brand to understand targeting capabilities.
  5. Deliverability check — Review suppression lists and message type unsubscribes to assess sender reputation health.

Tools in this Server (17)

Bigmailer Delete Contact

Permanently delete a contact from a BigMailer brand. This removes the contact and all associated data. This action cannot be undone.

Bigmailer Delete Field

Permanently delete a custom field from a BigMailer brand. This removes the field definition and all associated contact values. This action cannot be u...

Bigmailer Delete List

Permanently delete a mailing list from a BigMailer brand. The contacts in the list are NOT deleted — only the list grouping is removed. This action ca...

Bigmailer Fetch Message Types

List all message types defined for a brand. Message types represent categories of communication (e.g. marketing, product updates, newsletters) that co...

Bigmailer Fetch Segments

List all audience segments for a brand, or fetch a single segment by ID. Segments are dynamic audience slices defined by conditions with an operator (...

Bigmailer List Brands

List all brands in your BigMailer account, or fetch a single brand by ID. Brands are the top-level organizational unit — you need a brand_id from this...

Bigmailer List Bulk Campaigns

List all bulk (mass-send) email campaigns for a brand, or fetch a single campaign by ID. Use this to review campaign status, scheduling, and delivery ...

Bigmailer List Contacts

List all contacts for a brand, or fetch a single contact by ID or email address. Pass contact_id (UUID or email) to get one contact's full details; om...

Bigmailer List Fields

List all custom fields for a brand, or fetch a single field by ID. Custom fields define the data attributes available on contacts (e.g. FIRST NAME, BI...

Bigmailer List Lists

List all mailing lists for a brand, or fetch a single list by ID. Mailing lists are named groupings of contacts used to target campaign sends. Pass li...

Bigmailer List Suppression Lists

List all suppression lists for a brand, or fetch a single suppression list by ID. Suppression lists track contacts excluded from sends due to bounces,...

Bigmailer List Transactional Campaigns

List all transactional email campaigns for a brand, or fetch a single campaign by ID. Transactional campaigns are event-triggered emails (password res...

Bigmailer List Users

List all users with access to your BigMailer account. Users are account-scoped (not brand-scoped) and have roles: admin, account_manager, brand_manage...

Bigmailer Send Transactional

Send a transactional email through a BigMailer transactional campaign. Transactional emails are event-triggered messages like password resets, order c...

Bigmailer Upsert Contact

Create a new contact or update an existing one in a BigMailer brand. Matches on email address — if a contact with the given email exists, their fields...

Bigmailer Upsert Field

Create a new custom field or update an existing one in a BigMailer brand. Pass field_id to update an existing field, or omit to create a new one. Crea...

Bigmailer Upsert List

Create a new mailing list or update an existing one in a BigMailer brand. Pass list_id to update an existing list's name, or omit to create a new list...

Frequently Asked Questions

What is the BigMailer MCP server?

BigMailer is an email marketing platform that enables businesses to manage and automate their email campaigns and newsletters. Use it to create, schedule, and track email marketing efforts efficiently. It provides 17 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect BigMailer to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/bigmailer. Authentication is handled automatically.

How many tools does BigMailer provide?

BigMailer provides 17 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does BigMailer require?

BigMailer uses API Key. BigMailer requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect BigMailer to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/bigmailer

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to chat with BigMailer?

Same flow: Studio opens on this server after sign-in. Keep chatting to call tools from the conversation.

BigMailer MCP Server & Skill — 17 Tools