← Back to Plugins
MCP Server MCP

Kadam Ad Network

github By github 👁 1 views ▲ 0 votes

Kadam advertising platform — manage ads, campaigns, creatives, audiences and stats

Homepage Verified source GitHub

Install

npx -y @kadam-net/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@kadam-net/mcp-server",
      "version": "0.3.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Advertiser API key from partners.kadam.net -> Profile -> API",
          "isSecret": true,
          "name": "KADAM_ADV_API_KEY"
        },
        {
          "description": "Publisher API key from pub.kadam.net -> Profile -> API",
          "isSecret": true,
          "name": "KADAM_PUB_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...