Bigmailer MCP for AI Agents

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Bigmailer MCP or direct API to send campaigns, manage contact lists, automate sequences, and track email performance through natural language.
Trusted by
AWS
Glean
Zoom
Airtable

30 min · no commitment · see it on your stack

Bigmailer Logo
Gradient Top
Gradient Middle
Gradient Bottom
divider

Try Bigmailer now

Enter a prompt below to test the integration in our Tool Router playground. You'll be redirected to sign in and try it live.

Supported Tools

Tools
Create BrandTool to create a new brand in BigMailer.
Create Brand PropertyTool to create a brand property in BigMailer.
Create Bulk CampaignTool to create a bulk email campaign in BigMailer.
Create ContactTool to create a new contact in BigMailer within a specified brand.
Create Contact BatchTool to create a batch of contacts in BigMailer for a specific brand.
Create FieldTool to create a custom field in a BigMailer brand.
Create ListCreates a new contact list within a specified brand in BigMailer.
Create SegmentTool to create a segment in BigMailer for a specific brand.
Create Suppression ListTool to upload a suppression list for a brand in BigMailer.
Create TemplateTool to create a new email or page template in BigMailer.
Create Transactional CampaignCreates a new transactional campaign within a specified brand in BigMailer.
Create UserTool to create a new user in BigMailer.
Delete Brand PropertyTool to delete a brand property from a brand in BigMailer.
Delete ContactTool to delete a contact from a brand in BigMailer.
Delete Custom FieldDeletes a custom field from a specified brand in BigMailer.
Delete ListTool to delete a list from BigMailer.
Delete SegmentTool to delete a segment from a brand in BigMailer.
Delete TemplateTool to delete a template from BigMailer.
Delete UserTool to delete a user from BigMailer.
Get BrandTool to retrieve detailed information about a specific brand by its ID.
Get Brand PropertyTool to retrieve a specific brand property by its ID for a given brand.
Get Bulk CampaignTool to retrieve detailed information about a specific bulk campaign in BigMailer.
Get ContactTool to retrieve detailed information about a specific contact from BigMailer.
Get Contact Batch StatusTool to retrieve the status and results of a contact batch upload in BigMailer.
Get Custom FieldTool to retrieve a custom field from a BigMailer brand.
Get ListTool to retrieve details of a specific list within a brand.
Get SegmentTool to retrieve a specific segment from BigMailer by brand ID and segment ID.
Get Suppression ListTool to retrieve details of a specific suppression list for a brand in BigMailer.
Get TemplateTool to retrieve detailed information about a specific template by its ID.
Get Transactional CampaignTool to retrieve detailed information about a specific transactional campaign in BigMailer.
Get UserTool to retrieve detailed information about a specific user by their ID.
Get User InformationThis tool retrieves information about the authenticated user in BigMailer using the GET /me endpoint.
List All BrandsThis tool retrieves a list of all brands associated with the authenticated BigMailer account.
List Brand PropertiesTool to retrieve a list of brand properties for a specific brand in BigMailer.
List Bulk CampaignsTool to list bulk campaigns for a specified brand in BigMailer.
List ConnectionsTool to list all connections in your BigMailer account.
List ContactsTool to list contacts for a brand in BigMailer.
List FieldsTool to list custom fields for a brand in BigMailer.
List Contact ListsTool to retrieve all contact lists for a specified brand in BigMailer.
List Message TypesTool to list message types for a specific brand in BigMailer.
List SegmentsTool to list segments for a brand in BigMailer.
List SendersTool to list all senders configured for a specific brand in BigMailer.
List Suppression ListsTool to list suppression lists for a specific brand.
List TemplatesTool to list templates for a brand in BigMailer.
List Transactional CampaignsTool to list transactional campaigns for a specified brand in BigMailer.
List UsersTool to list all users in your BigMailer account.
Update BrandTool to update a brand in BigMailer.
Update Brand PropertyTool to update a brand property in BigMailer.
Update Bulk CampaignTool to update an existing bulk campaign in BigMailer.
Update ContactTool to update an existing contact in BigMailer.
Update FieldTool to update a custom field in BigMailer.
Update ListTool to update a list in BigMailer.
Update SegmentTool to update an existing segment in BigMailer.
Update TemplateTool to update an existing email or page template in BigMailer.
Update Transactional CampaignTool to update a transactional campaign in BigMailer.
Update UserTool to update a user in BigMailer.
Upsert ContactTool to create or update a contact in a BigMailer brand.
Python
TypeScript

Install Composio

python
pip install composio claude-agent-sdk
Install the Composio SDK and Claude Agent SDK

Create Tool Router Session

python
from composio import Composio
from claude_agent_sdk import ClaudeSDKClient, ClaudeAgentOptions

composio = Composio(api_key='your-composio-api-key')
session = composio.create(user_id='your-user-id')
url = session.mcp.url
Initialize the Composio client and create a Tool Router session

Connect to AI Agent

python
import asyncio

options = ClaudeAgentOptions(
    permission_mode='bypassPermissions',
    mcp_servers={
        'tool_router': {
            'type': 'http',
            'url': url,
            'headers': {
                'x-api-key': 'your-composio-api-key'
            }
        }
    },
    system_prompt='You are a helpful assistant with access to Bigmailer tools.',
    max_turns=10
)

async def main():
    async with ClaudeSDKClient(options=options) as client:
        await client.query('List all brands in my Bigmailer account')
        async for message in client.receive_response():
            if hasattr(message, 'content'):
                for block in message.content:
                    if hasattr(block, 'text'):
                        print(block.text)

asyncio.run(main())
Use the MCP server with your AI agent

Why Use Composio?

AI Native Bigmailer Integration

  • Supports both Bigmailer MCP and direct API based integrations
  • Structured, LLM-friendly schemas for reliable tool execution
  • Rich coverage for reading, writing, and querying your Bigmailer data

Managed Auth

  • Built-in OAuth handling with automatic token refresh and rotation
  • Central place to manage, scope, and revoke Bigmailer access
  • Per user and per environment credentials instead of hard-coded keys

Agent Optimized Design

  • Tools are tuned using real error and success rates to improve reliability over time
  • Comprehensive execution logs so you always know what ran, when, and on whose behalf

Enterprise Grade Security

  • Fine-grained RBAC so you control which agents and users can access Bigmailer
  • Scoped, least privilege access to Bigmailer resources
  • Full audit trail of agent actions to support review and compliance

Frequently Asked Questions

Do I need my own developer credentials to use Bigmailer with Composio?

Yes, Bigmailer requires you to configure your own API key credentials. Once set up, Composio handles secure credential storage and API request handling for you.

Can I use multiple toolkits together?

Yes! Composio's Tool Router enables agents to use multiple toolkits. Learn more.

Is Composio secure?

Composio is SOC 2 and ISO 27001 compliant with all data encrypted in transit and at rest. Learn more.

What if the API changes?

Composio maintains and updates all toolkit integrations automatically, so your agents always work with the latest API versions.

Used by agents from

Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai

Never worry about agent reliability

We handle tool reliability, observability, and security so you never have to second-guess an agent action.