# Mautic MCP for AI Agents AI Agent Connect

> Mautic MCP for AI Agents — manage contacts, campaigns, and audience segments directly through your AI client. Connect your Mautic instance to perform marketing tasks like creating records, searching for leads, and auditing campaigns using natural language commands.

## Overview
- **Category:** business-intelligence
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_zVPutdsk5IZYKZtAEwwut46UaPvsXBso8jF6JmEd/ai-agent-connect
- **Tags:** marketing-automation, email-marketing, lead-management, audience-segmentation, campaign-tracking, contact-management

## Description

You can now talk to your marketing data instead of digging through the Mautic dashboard. If you need to find a specific lead, create a new contact, or see who's in a certain audience segment, you just ask your agent. This Connector connects your Mautic instance directly to your workflow, making it way easier to move people into the right buckets or check on campaign status without clicking through dozens of tabs. It handles the heavy lifting of searching for company details, listing your email templates, and keeping your audience segments organized. Since Vinkius hosts this, you can get it running in a few minutes and start using it with Claude or Cursor right away. It turns your marketing automation from a static database into a conversational tool where you can actually get things done in plain English. You don't have to worry about the underlying API calls or navigation paths. Just tell your agent what you need to find or update, and it handles the rest.

## Tools

### get_contact
Pull up a full profile for a specific contact by their ID. Use this to see individual lead data in your chat.

### create_contact
Add a new person to your database with all their relevant info. It's the fastest way to register new leads via chat.

### get_company
Get the specific details for a company using its unique ID. This is useful for pulling up account info quickly.

### get_email
View the details and configuration of a specific email template. This helps you check your content without leaving your agent.

### list_campaigns
See all your active and scheduled campaigns in one list. This gives you a quick snapshot of your marketing calendar.

### list_companies
See a full list of every company currently in your Mautic account. It's a fast way to get an overview of your B2B records.

### list_contacts
Search for or list your contacts using a specific query. You can find leads by name, email, or other criteria.

### list_emails
View all the email templates you have saved in your instance. Use this to browse your existing marketing content.

### list_segments
See all your current audience segments at a glance. This helps you keep track of your different marketing buckets.

### add_contact_to_segment
Put a specific contact into a target segment for your next campaign. This automates the manual process of lead sorting.

### get_campaign
Pull the configuration and status for a specific marketing campaign. Use this to audit your active marketing efforts.

## Prompt Examples

**Prompt:** 
```
Find the contact for 'sam@example.com' and tell me what segment they're in.
```

**Response:** 
```
Searching Mautic... I found Sam Smith (ID: 987). They are currently in the **Active Leads** segment.

**Contact Details:**
- Name: Sam Smith
- Email: sam@example.com
- Status: Active
```

**Prompt:** 
```
List all my active marketing campaigns.
```

**Response:** 
```
Checking your campaigns... Here's what's running right now:

| Campaign Name | Status |
| :--- | :--- |
| Summer Sale | Active |
| New User Onboarding | Active |
| Re-engagement Series | Scheduled |
```

**Prompt:** 
```
Add contact 552 to the 'VIP' segment.
```

**Response:** 
```
Done. I've moved contact 552 into the **VIP** segment for you.

✅ **Action Complete**
```

## Capabilities

### Search and create contacts
Find specific leads or add new ones to your database using plain text queries.

### Track marketing campaigns
View your active campaigns and pull specific configuration details on demand.

### Manage audience segments
See your current segments and move contacts into specific groups instantly.

### Organize company records
List all your companies and pull up specific account details by ID.

### Audit email templates
Retrieve your saved email templates and check their specific details quickly.

## Use Cases

### Moving a lead to a hot bucket
A growth marketer asks the agent to find a specific lead by email and add them to the 'VIP' segment using add_contact_to_segment.

### Auditing active marketing
A marketing manager wants to see what's running. They ask the agent to list_campaigns and get_campaign details for the summer sale.

### Quickly adding a new lead
A specialist gets a new signup and tells the agent to create_contact with the person's name and email immediately.

### Finding company info
A salesperson needs to know a company's details. They ask the agent to list_companies and find the specific account ID.

## Benefits

- Stop manual searching. Use list_contacts to find leads instantly without navigating through complex nested menus.
- Faster segment updates. Use add_contact_to_segment to move leads into specific buckets the moment they qualify.
- Instant campaign audits. Use list_campaigns and get_campaign to check your marketing status in seconds.
- Easy contact entry. Use create_contact to add new leads to your system while you're still talking to your agent.
- Organized company data. Use list_companies and get_company to keep your B2B records clean and accessible.
- Quick content review. Use list_emails to browse your saved templates and get details without opening a browser.

## How It Works

The bottom line is you get a conversational interface for your entire Mautic marketing database.

1. Subscribe to the Mautic MCP on the Vinkius Marketplace.
2. Provide your Mautic Base URL and your login credentials or API secret.
3. Ask your AI client to find leads, update segments, or list your campaigns.

## Frequently Asked Questions

**Can I use the Mautic MCP to manage my email lists?**
Yes, you can use it to list segments and add contacts to specific groups. It makes it much easier to organize your audience without clicking through every page in the dashboard.

**Does the Mautic MCP work with Claude?**
Yes, it works with any MCP-compatible client like Claude, Cursor, or Windsurf. You just need to connect your Mautic credentials through Vinkius.

**Can I create new leads using this?**
You can use it to create new contacts directly from your chat. Just tell your agent what info to include, and it'll add the record to your Mautic instance.

**How do I connect my Mautic account?**
You'll need your Mautic Base URL and your login credentials or API secret. Once you have those, you can plug them into the Connector via Vinkius.

**Can I check my marketing campaign status?**
Yes, you can list all your campaigns or get the specific details for one to see how it's performing.

**Is this for B2B lead management?**
It's perfect for B2B. You can list companies, get specific company details, and manage associated contacts all in one place.

**How do I enable the Mautic API?**
Go to Mautic Settings > Configuration > API Settings and set 'API Enabled?' to 'Yes'. Also enable 'HTTP Basic Auth' for this integration.

**Can I search for contacts by email?**
Yes! Use the `list_contacts` tool and provide the email address in the search parameter.

**Is my Mautic data secure?**
Absolutely. Your credentials are encrypted at rest and injected securely at runtime.