MCP Server
Rank #29,072io.github.Synter-Media-AI/synter-ads
Manage ad campaigns across Google, Meta, LinkedIn, Reddit, TikTok, and more via AI.
MCP Server is a Model Context Protocol (MCP) server published by Synter-Media-AI. It ranks #29,072 of 115,460 servers tracked on MCP Toplist, and its repository has 17 GitHub stars. MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Mar 12, 2026 and most recently updated on Apr 11, 2026.
Ranks ahead of 86,388 of 115,460 servers on MCP Toplist.
Use MCP Server
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http synter-ads https://mcp.syntermedia.ai/[mcp_servers.synter-ads]
url = "https://mcp.syntermedia.ai/"Add to ~/.codex/config.toml.
https://mcp.syntermedia.ai/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"synter-ads": {
"url": "https://mcp.syntermedia.ai/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"synter-ads": {
"type": "http",
"url": "https://mcp.syntermedia.ai/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"synter-ads": {
"serverUrl": "https://mcp.syntermedia.ai/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"synter-ads": {
"url": "https://mcp.syntermedia.ai/"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Synter-Media-AI%2Fsynter-ads)<a href="https://mcptoplist.com/server/io.github.Synter-Media-AI%2Fsynter-ads"><img src="https://mcptoplist.com/badge/io.github.Synter-Media-AI%2Fsynter-ads.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
Synter-Media-AI
Available versions (1)
| Version | Published |
|---|---|
| 1.0.8 | Apr 11, 2026 |
Frequently asked questions
- Who maintains MCP Server?
- MCP Server is maintained by Synter-Media-AI, which publishes 6 MCP servers (1 total version) tracked on MCP Toplist.
- Is MCP Server listed on the Official MCP Registry?
- Yes — MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does MCP Server have?
- MCP Toplist tracks 1 version of MCP Server, most recently published on Apr 11, 2026.
- Where can I find the source code for MCP Server?
- The source code for MCP Server is hosted at github.com/Synter-Media-AI/mcp-server.