← Back to Plugins
MCP Server MCP

io.github.jshorwitz/synter-ads

github By github 👁 1 views ▲ 0 votes

Manage ad campaigns across Google, Meta, LinkedIn, Reddit, TikTok, and more via AI.

Homepage Verified source GitHub

Install

npx -y @synterai/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.syntermedia.ai/mcp/",
      "headers": [
        {
          "description": "Your Synter API key. Get one at https://syntermedia.ai/developer",
          "isRequired": true,
          "isSecret": true,
          "name": "X-Synter-Key"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@synterai/mcp-server",
      "version": "1.0.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Synter API key. Get one at https://syntermedia.ai/developer",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SYNTER_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...