Manage Kadam ad network campaigns, creatives, audiences, and analytics via AI
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server for Kadam ad network β manage campaigns, creatives, audiences, sites, and analytics via AI agents.
Built on the Model Context Protocol (MCP), the open standard for connecting LLMs to external tools and data.
Or add manually to .cursor/mcp.json:
Then set the env var: export KADAM_ADV_API_KEY=your-key
Download β double-click β Install. Or add manually to claude_desktop_config.json (Settings β Developer β Edit Config):
| Variable | Required | Description |
|---|---|---|
KADAM_ADV_API_KEY | One of two | Advertiser API key from partners.kadam.net -> Profile -> API |
KADAM_PUB_API_KEY | One of two | Publisher API key from pub.kadam.net -> Profile -> API |
KADAM_ADV_API_BASE | No | Advertiser API URL (default: https://partners.kadam.net/api/v1) |
KADAM_PUB_API_BASE | No | Publisher API URL (default: https://pub.kadam.net/api) |
LOG_LEVEL | No | Log level: trace, debug, info, warn, error, fatal (default: info) |
At least one API key must be provided in stdio mode. In HTTP mode, tokens are passed per-request via Bearer authentication.
For server-side deployment serving multiple users:
| Variable | Required | Description |
|---|---|---|
MCP_TRANSPORT | No | "stdio" (default) or "http" |
MCP_HTTP_PORT | No | HTTP port (default: 8080) |
MCP_HTTP_HOST | No | Bind address (default: 0.0.0.0) |
KADAM_ADV_DOMAIN | No | Advertiser domain for PRM (default: https://partners.kadam.net) |
KADAM_PUB_DOMAIN | No | Publisher domain for PRM (default: https://pub.kadam.net) |
Add https://partners.kadam.net/mcp (advertiser) or https://pub.kadam.net/mcp (publisher) as Server URL in ChatGPT settings. OAuth discovery, registration, and login happen automatically.
Requires KADAM_ADV_API_KEY.
| Tool | Description | Annotations |
|---|---|---|
kadam_adv_list_campaigns | List campaigns with filters (folder, status, type, date, search) and pagination | readOnly |
kadam_adv_get_campaign | Get full campaign configuration by ID: landing page URL, bids per country, budgets, targeting, frequency caps, schedule, conversion settings | readOnly |
kadam_adv_create_campaign | Create campaign with full targeting (countries, devices, OS, browsers, age, gender, audiences) | β |
kadam_adv_update_campaign | Update any campaign fields by ID | β |
kadam_adv_set_campaign_status | Bulk status change (active/paused/archived) for comma-separated IDs | idempotent |
| Tool | Description | Annotations |
|---|---|---|
kadam_adv_update_campaign_bid | Update bid for a single campaign (lightweight, no full payload). Falls back to current countries if omitted | idempotent |
kadam_adv_bulk_update_bids | Update bids for multiple campaigns at once (all must share the same pricing model) | idempotent |
kadam_adv_update_site_bids | Set per-site (zone) bids: static (0.05), multiplier (x1.5), or remove (0) | idempotent |
| Tool | Description | Annotations |
|---|---|---|
kadam_adv_list_campaign_folders | List folders with campaign counts and budgets | readOnly |
kadam_adv_create_campaign_folder | Create a new folder (name min 4 chars) | β |
kadam_adv_update_campaign_folder | Update folder budgets and distribution | β |
| Tool | Description | Annotations |
|---|---|---|
kadam_adv_list_creatives | List creatives by campaign, status, or search query | readOnly |
kadam_adv_create_creative | Create creative for a campaign (goes through moderation) | β |
kadam_adv_update_creative | Update creative fields | β |
kadam_adv_set_creative_status | Bulk status change for creatives | idempotent |
| Tool | Description | Annotations |
|---|---|---|
kadam_adv_list_audiences | List audiences with search and sorting | readOnly |
kadam_adv_get_audience | Get detailed audience info by ID | readOnly |
kadam_adv_create_audience | Create audience (pixel, code, fingerprint, or S2S) | β |
kadam_adv_update_audience | Update audience settings | β |
kadam_adv_delete_audience | Delete audience permanently (requires confirm: true) | destructive |
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/kadam-ad-network)<a href="https://allmcps.com/mcp/kadam-ad-network"><img src="https://allmcps.com/api/badge/kadam-ad-network?style=directory" alt="Kadam Ad Network on AllMCPs" /></a>