Synter gives AI agents full control over 14 ad platforms, create campaigns, adjust budgets, generate creatives, and pull performance data across Google, Meta, LinkedIn, TikTok, Reddit, and more. The only cross-platform ad MCP server with read and write capabilities.
Overview
What is Synter?
Synter is the AI Agent Operator for Ads. One MCP server. 14 ad platforms. 100+ tools.
AI agents can create campaigns, adjust budgets, pause underperformers, generate creatives, and pull performance data — all through natural conversation.
Supported Platforms
Google Ads, Meta (Facebook/Instagram), LinkedIn, TikTok, Reddit, Microsoft (Bing), X (Twitter), StackAdapt, The Trade Desk, Amazon DSP, Taboola, Spotify, Pinterest, Snapchat
What Your Agent Can Do
- Create search, display, and video campaigns
- Adjust budgets and bids in real time
- Pause underperforming campaigns
- Generate AI ad images and videos (Imagen 4, Veo, Flux)
- Pull performance data — impressions, clicks, ROAS, conversions
- Add keywords and negative keywords
- Set up conversion tracking
Quick Start
{
"mcpServers": {
"synter": {
"command": "npx",
"args": ["@synterai/mcp-server"],
"env": {
"SYNTER_API_KEY": "syn_your_api_key_here"
}
}
}
}
Get your API key at syntermedia.ai.
Server Config
{
"mcpServers": {
"synter": {
"command": "npx",
"args": [
"@synterai/mcp-server"
],
"env": {
"SYNTER_API_KEY": "syn_your_api_key_here"
}
}
}
}