Maildroppa MCP for AI. Manage segments and tags via natural conversation.
Works with every AI agent you already use
…and any MCP-compatible client








Connect to your AI in seconds.
Maildroppa connects your email marketing to your agent. Use AI conversation to manage entire campaigns—creating segments, adding tags, updating user data, and monitoring analytics without touching a dashboard.
It's for solopreneurs who need to grow their list and run targeted drip campaigns quickly.
What your AI can do
Add tag to subscriber
Applies one or more tags to an existing subscriber profile using their ID.
Create segment
Builds and saves a new, specific group of subscribers based on defined criteria.
Create subscriber
Adds a brand-new person to the mailing list with initial contact details.
Create new user groups (segments) based on specific shared characteristics.
Apply predefined labels or tags to single subscribers for easy filtering later.
Get, update, or retrieve specific data fields for any individual subscriber on the list.
Review all existing segments, tags, custom fields, and sign-up forms before making changes.
Onboard a new user directly to the list by creating their profile record.
Ask an AI about this
Waiting for input…
Maildroppa MCP Server: 12 Tools for Subscriber Management
Use these tools to programmatically list subscribers, build new segments, add tags, and manage every custom field in your mailing list.
Make your AI actually useful.
Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.
Start using Maildroppa on VinkiusAdd Tag To Subscriber
Applies one or more tags to an existing subscriber profile using their ID.
Create Segment
Builds and saves a new, specific group of subscribers based on defined criteria.
Create Subscriber
Adds a brand-new person to the mailing list with initial contact details.
Create Tag
Defines an entirely new type of tag that can be used across the entire subscriber...
Get Subscriber Details
Retrieves all current information and custom fields for a specific user by ID.
List Custom Fields
Shows every type of custom field currently available on the platform for data mapping.
List Sign Up Forms
Shows a list of every active form used to capture new sign-ups on your website.
List Segments
Lists all existing subscriber segments so you can review and manage them.
List Subscribers
Retrieves a paginated list of all current subscribers by providing filtering...
List Tags
Lists every existing tag type available for applying to users.
Update Subscriber Field
Changes only one specific custom field value for a subscriber, leaving other data...
Update Subscriber
Overwrites core profile information (like email or name) for an existing user.
Security and governance baked right in.
Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on every call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with Maildroppa, then connect any of our 5,000+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 5,000+ others, all in one place
- Add new capabilities to your AI anytime you want
- Every connection is secured and compliant automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog every week
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Maildroppa. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS INFRASTRUCTURE
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on every call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Works with Claude, ChatGPT, Cursor, and more
The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.
This connection provides 12 powerful capabilities that interface natively with Claude, ChatGPT, Cursor, and other compatible AI platforms. No middleware. No custom integration required.
Manually sorting subscribers into micro-groups takes way too long.
Today, if your product team tells you to find all 'Midmarket SaaS founders who downloaded the pricing guide,' you spend 20 minutes clicking through dashboards. You filter by industry, then apply a tag filter for the download, and finally try to cross-reference that with another report showing company size. It's slow, error-prone, and involves copy/pasting IDs into a spreadsheet.
With this MCP server, you just tell your agent: 'Give me a segment of people who are tagged 'SaaS Founder,' have 'Midmarket' in their custom field, and accessed the pricing guide.' The agent runs `create_segment` and gives you the clean list immediately. No dashboard clicks required.
Maildroppa MCP Server: Manage subscribers, segments & tags
You used to have to open multiple tabs—one for segment listings, one for tag definitions, and another for individual user details. Then you’d copy the IDs from one tab and paste them into a spreadsheet to check data integrity before updating anything.
Now, your agent handles that entire sequence: `list_segments` confirms the group exists; `get_subscriber_details` validates key fields; and finally, `update_subscriber_field` applies the change. It's one conversation turn. Simple.
What your AI can actually do with this
Look, this isn't some fancy dashboard you gotta click through. This server lets your AI client manage every damn thing in Maildroppa just by talking to it. You connect your actual account and treat the whole platform like a set of tools you call out—no touching any UI is necessary.
Adding and Updating Subscribers
You can onboard a brand-new user directly using create_subscriber, which builds their full profile with initial contact details. When an existing subscriber changes their core info, use update_subscriber to overwrite data like their email or name entirely. If you only need to adjust one piece of information—say, just changing their job title—you use the specific tool, update_subscriber_field, leaving all other data untouched.
Segmenting and Tagging Users
To keep your campaigns targeted, it lets you build new, specific user groups using create_segment based on criteria you set. You can review every existing segment through list_segments. For precise filtering later on, the agent uses add_tag_to_subscriber to apply one or more tags to any single profile by ID.
Before tagging someone, you'll want to define a totally new type of label with create_tag, and you can see all existing tag types using list_tags.
Managing User Data and Auditing the List
You need full visibility into your data before you change anything. You retrieve everything about any user—all their current info and custom fields—by running get_subscriber_details on a specific ID. For a massive overview, list_subscribers pulls a paginated list of every active subscriber, letting you filter the results using provided parameters.
To know what data points are even available for mapping or updating, use list_custom_fields to see every custom field type currently running on the platform.
Reviewing Platform Structure and Forms
You gotta audit everything before you make changes. Run list_sign_up_forms to get a list of every active form capturing new sign-ups from your website. If you need to know what segments are already established, run list_segments; if you want to see all the tag types available for use across your base, check list_tags.
You can also review what custom fields exist on the platform using list_custom_fields.
How It Works
When you activate this server, your AI client calls specific functions—like asking it to run create_segment or get_subscriber_details—and passes in parameters like segment names or user IDs. Maildroppa processes that request, updates the actual backend list, and sends back confirmation data straight to your agent.
019dd11c-9bca-709a-9b48-25b8af8143d3 Here's how it actually works
The bottom line is you talk to your agent, and it handles all the API calls needed within Maildroppa.
Provide your Maildroppa API Key and subscribe to the server.
Your agent calls a specific tool, like create_segment, providing inputs (e.g., 'users who opened 3+ emails').
The server executes the task on Maildroppa's backend and returns confirmation or the resulting data set.
Who is this actually for?
Anyone who manages a mailing list but hates clicking through dashboards. This is for the Marketing Ops Specialist tired of manually running segmentation reports. It’s also great for Content Creators who need to segment their audience into micro-groups immediately after collecting sign-ups.
Uses list_custom_fields and create_segment to map incoming data points into actionable, targeted groups for different campaigns.
Employs the server to quickly add tags (add_tag_to_subscriber) or update fields after a user completes an action (e.g., 'downloaded ebook').
Uses list_subscribers and get_subscriber_details to audit the list's health, ensuring key data points are present before a major campaign launch.
What Changes When You Connect
Segment users instantly. Instead of running a report to find 'users who bought X,' call create_segment and tell the agent the criteria. The segment appears ready for targeting.
Avoid data drift. You don't have to remember which fields are available; use list_custom_fields first, then use update_subscriber_field to change a single user’s specific job title or industry field.
Track new users efficiently. When a sign-up happens, call add_tag_to_subscriber immediately with the tag 'Source: Blog' so you know exactly where that lead came from for reporting.
Audit your list status without clicking anything. Use list_subscribers to get an immediate count and filter by date range or other parameters in a single API call.
Build structured campaigns. If you need to target 'Beta Testers' who are also in the 'Enterprise' segment, combine create_segment with specific criteria for maximum accuracy.
See it in action
The Post-Webinar Followup
A user runs a webinar and collects 50 new leads. Instead of manually reviewing their sign-ups, they ask the agent to create_segment for 'attendees who opened the follow-up email within 24 hours.' This segment is immediately ready to receive a special product offer.
Fixing Outdated Data
A user realizes their list has old job titles. They ask the agent to list_custom_fields first, then use update_subscriber_field on 10 high-value contacts to correct their 'Company Size' field from 'Small' to 'Midmarket.' The data is clean before the next campaign.
Tracking High-Value Leads
A sales team identifies a new type of client: 'Executive Buyers.' They use create_tag to define this tag, then ask the agent to loop through the top 50 subscribers using list_subscribers and apply the new tag via add_tag_to_subscriber.
Initial List Health Check
Before launching a major email blast, a user asks the agent to run list_segments, then list_tags, and finally list_sign_up_forms. This instantly provides a full map of how the list is organized and where new leads are coming from.
The honest tradeoffs
Updating everything at once
Telling the agent, 'Update all subscribers' or trying to change every single field for every person. This is too broad and inefficient.
You must use update_subscriber_field and specify which field you are changing, combined with list_subscribers if you need a list of IDs first. Never assume the entire profile needs fixing; only target what's wrong.
Creating segments manually
Building a segment by hand in the web UI and then forgetting to update it when criteria change. This leads to 'zombie segments.'
Always use create_segment via the agent, defining the exact parameters (e.g., open rate > 30% AND tag = 'Active Buyer'). The conversation history acts as your audit log.
Ignoring unique IDs
Asking the server to update a subscriber by their email address when the tool requires an ID. This will fail because the agent can't find the user.
Always confirm the correct identifier first. Use list_subscribers or get_subscriber_details to retrieve the unique Subscriber ID before attempting any write operation like update_subscriber.
When It Fits, When It Doesn't
Use this server if your primary bottleneck is organizing and targeting a large, complex mailing list. You need programmatic control over segmentation (i.e., 'I want all users who did X AND haven't done Y'). Don't use it if you just need to send a simple blast to the whole list—you can do that in any basic email platform. Also, don't rely on this for behavioral tracking outside of Maildroppa’s tracked events (like opens/clicks); this toolset only acts on data already stored inside the system.
Use it if you need: granular control; programmatic segmentation; or bulk data updates across multiple fields. If your workflow is 'Find 3-5 people and change their status,' this works. If your workflow is 'Run a full A/B test campaign,' you still need to run that in the main email platform, but you can use these tools to segment the participants for it.
Questions you might have
How do I check which tags are available using Maildroppa MCP Server? +
You call the list_tags tool. This returns every tag type currently set up on your account, so you know what labels you can use with add_tag_to_subscriber.
Can I update a subscriber's company size field using Maildroppa MCP Server? +
Yes. Use the update_subscriber_field tool and pass both the unique Subscriber ID and the name of the custom field, along with the new value.
What is the best way to start a new segment in Maildroppa MCP Server? +
First, use list_custom_fields so you know what data points are available. Then, tell your agent to run create_segment, specifying the exact combination of criteria.
Does Maildroppa MCP Server handle campaign sending? +
No. This server manages the data (segments, tags, profiles). You must use a separate tool or platform to actually send and track the email campaigns.
When setting up the Maildroppa MCP Server, what credentials do I use for authentication? +
You connect using your unique Maildroppa API Key. This key authenticates all calls to the server from your AI client. Never share this key; it gives full access to your mailing list data and capabilities.
How does the Maildroppa MCP Server handle retrieving large volumes of subscriber data? +
The system uses standard pagination methods for listing subscribers. If you query a massive list, your agent will receive results in chunks (batches) instead of one huge payload. You'll need to iterate through all pages until the full dataset is processed.
If I need to change basic subscriber details versus specific fields, which tool in Maildroppa MCP Server should I use? +
Use update_subscriber for general changes—this handles core profile information. If you only want to modify one piece of data, like a job title or industry, stick to update_subscriber_field. It's much more precise.
Before creating segments with Maildroppa MCP Server, how do I check what custom fields are available? +
Run the list_custom_fields tool first. This command shows every type of field your list accepts—things like 'Company Size' or 'Industry.' You need this information to build accurate segment criteria.
Can I create and track email campaigns? +
Yes. Create campaigns, send to subscriber segments, and track open rates, click rates, bounces, and unsubscribes in real time.
How does Maildroppa authentication work? +
Maildroppa uses a custom X-API-Key header (not Bearer) against api.maildroppa.com.
Can I manage subscriber lists and segments? +
Yes. Create and manage subscriber lists, add/remove subscribers, and build segments with custom conditions.
We've already built the connector for Maildroppa. Just plug in your AI agents and start using Vinkius.
No hosting. No infrastructure. No complex setup.
All 12 tools are live and waiting.
You're up and running in seconds.
Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.
Built, hosted, and secured by Vinkius. You just connect and go.