Campaign Monitor MCP Server for OpenAI Agents SDKGive OpenAI Agents SDK instant access to 7 tools to Add Subscriber, Get Campaign Analytics, Get List Statistics, and more
The OpenAI Agents SDK enables production-grade agent workflows in Python. Connect Campaign Monitor through Vinkius and your agents gain typed, auto-discovered tools with built-in guardrails. no manual schema definitions required.
Ask AI about this MCP Server for OpenAI Agents SDK
The Campaign Monitor MCP Server for OpenAI Agents SDK is a standout in the Marketing Automation category — giving your AI agent 7 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import asyncio
from agents import Agent, Runner
from agents.mcp import MCPServerStreamableHttp
async def main():
# Your Vinkius token. get it at cloud.vinkius.com
async with MCPServerStreamableHttp(
url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
) as mcp_server:
agent = Agent(
name="Campaign Monitor Assistant",
instructions=(
"You help users interact with Campaign Monitor. "
"You have access to 7 tools."
),
mcp_servers=[mcp_server],
)
result = await Runner.run(
agent, "List all available tools from Campaign Monitor"
)
print(result.final_output)
asyncio.run(main())
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Campaign Monitor MCP Server
Connect your Campaign Monitor account to any AI agent and take full control of your professional email marketing and audience engagement workflows through natural conversation.
The OpenAI Agents SDK auto-discovers all 7 tools from Campaign Monitor through native MCP integration. Build agents with built-in guardrails, tracing, and handoff patterns. chain multiple agents where one queries Campaign Monitor, another analyzes results, and a third generates reports, all orchestrated through Vinkius.
What you can do
- Audience Orchestration — List and manage your subscriber lists programmatically, retrieving detailed metadata and health statistics (active, unsubscribed, bounced) in real-time
- Subscriber Lifecycle — Programmatically add or update people in your lists, including managing custom fields and re-subscription status directly from your agent
- Campaign Architecture — Monitor sent and scheduled email campaigns across multiple clients to maintain high-fidelity oversight of your digital outreach
- Performance Intelligence — Access real-time campaign analytics including opens, clicks, and engagement metrics to coordinate your marketing strategy
- Multi-Tenant Visibility — Retrieve complete directories of sub-accounts (clients) and their associated lists to perfectly coordinate agency or enterprise environments
The Campaign Monitor MCP Server exposes 7 tools through the Vinkius. Connect it to OpenAI Agents SDK in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 7 Campaign Monitor tools available for OpenAI Agents SDK
When OpenAI Agents SDK connects to Campaign Monitor through Vinkius, your AI agent gets direct access to every tool listed below — spanning email-campaigns, subscriber-management, audience-segmentation, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Add subscriber on Campaign Monitor
Create or update a subscriber
Get campaign analytics on Campaign Monitor
Get campaign performance
Get list statistics on Campaign Monitor
Get subscriber list health
Get subscriber details on Campaign Monitor
Get profile for a subscriber
List clients on Campaign Monitor
List your account clients
List sent campaigns on Campaign Monitor
List recent email campaigns
List subscriber lists on Campaign Monitor
List lists for a client
Connect Campaign Monitor to OpenAI Agents SDK via MCP
Follow these steps to wire Campaign Monitor into OpenAI Agents SDK. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install the SDK
pip install openai-agents in your Python environmentReplace the token
[YOUR_TOKEN_HERE] with your Vinkius token from cloud.vinkius.comRun the script
python agent.pyExplore tools
Why Use OpenAI Agents SDK with the Campaign Monitor MCP Server
OpenAI Agents SDK provides unique advantages when paired with Campaign Monitor through the Model Context Protocol.
Native MCP integration via `MCPServerSse`, pass the URL and the SDK auto-discovers all tools with full type safety
Built-in guardrails, tracing, and handoff patterns let you build production-grade agents without reinventing safety infrastructure
Lightweight and composable: chain multiple agents and MCP servers in a single pipeline with minimal boilerplate
First-party OpenAI support ensures optimal compatibility with GPT models for tool calling and structured output
Campaign Monitor + OpenAI Agents SDK Use Cases
Practical scenarios where OpenAI Agents SDK combined with the Campaign Monitor MCP Server delivers measurable value.
Automated workflows: build agents that query Campaign Monitor, process the data, and trigger follow-up actions autonomously
Multi-agent orchestration: create specialist agents. one queries Campaign Monitor, another analyzes results, a third generates reports
Data enrichment pipelines: stream data through Campaign Monitor tools and transform it with OpenAI models in a single async loop
Customer support bots: agents query Campaign Monitor to resolve tickets, look up records, and update statuses without human intervention
Example Prompts for Campaign Monitor in OpenAI Agents SDK
Ready-to-use prompts you can give your OpenAI Agents SDK agent to start working with Campaign Monitor immediately.
"List all my clients and their associated subscriber lists."
"Add 'John Doe' (john@example.com) to the 'Weekly Newsletter' list (ID: 'l_456')."
"What is the performance summary for campaign ID 'c_789'?"
Troubleshooting Campaign Monitor MCP Server with OpenAI Agents SDK
Common issues when connecting Campaign Monitor to OpenAI Agents SDK through Vinkius, and how to resolve them.
MCPServerStreamableHttp not found
pip install --upgrade openai-agentsAgent not calling tools
Campaign Monitor + OpenAI Agents SDK FAQ
Common questions about integrating Campaign Monitor MCP Server with OpenAI Agents SDK.
How does the OpenAI Agents SDK connect to MCP?
MCPServerSse(url=...) to create a server connection. The SDK auto-discovers all tools and makes them available to your agent with full type information.Can I use multiple MCP servers in one agent?
MCPServerSse instances to the agent constructor. The agent can use tools from all connected servers within a single run.Does the SDK support streaming responses?
Explore More MCP Servers
View all →
Close
8 toolsManage sales and pipelines via Close CRM — track leads, monitor opportunities, and manage tasks directly from any AI agent.

Dovetail
7 toolsAnalyze qualitative research data with AI-powered tagging, theme discovery, and insight synthesis for product and UX teams.

TCE-SP (Audesp)
3 toolsAccess public transparency data from the São Paulo State Court of Auditors (TCE-SP) — query municipal expenses and revenues directly.

Pixso
10 toolsCollaborative design platform and UI/UX tool — manage design files, nodes, and teams via AI.
