Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Kochava for Advertisers — mobile attribution, campaign analytics, and free account signup

README.md

Kochava for Advertisers — MCP Server

![MCP Badge](https://lobehub.com/mcp/kochava-kochava-k4a-mcp-server)

Kochava for Advertisers is the Omnichannel measurement and attribution platform provided by Kochava, incorporating last-click attribution, incrementality, and MMM tools for brands and their agencies.

This MCP server lets any AI tool query live Kochava attribution data, manage campaigns, and create reports — with no existing account required. Connect, create a free account in-session, and start querying immediately.

No Account? No Problem.

You don't need a Kochava account to get started. The server includes two public tools that work without any authentication:

  1. kochava_free_app_analytics_get_tos — Review the Free App Analytics Terms of Service
  2. kochava_free_app_analytics_create_acc_and_get_auth_key — Create a free account and receive your API key instantly, right in the conversation

Once you have your API key, set it as the authentication-key header and the full suite of 30 tools becomes available.

Connect

Endpoint: https://analytics.mcp.kochava.com/mcp Transport: Streamable HTTP Authentication: authentication-key header (optional for signup, required for data tools)

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or ~/.config/claude/claude_desktop_config.json (Linux), or via Settings → Developer → Edit Config in the app:

{
  "mcpServers": {
    "kochava": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote",
        "https://analytics.mcp.kochava.com/mcp",
        "--header", "authentication-key:YOUR_API_KEY"
      ]
    }
  }
}

Requires Node.js (for npx). Leave authentication-key empty or omit the --header argument entirely to start with FAA signup tools only. Fully quit and reopen Claude Desktop after saving for the change to take effect.

Claude Code

claude mcp add kochava --transport streamable-http https://analytics.mcp.kochava.com/mcp --header "authentication-key: YOUR_API_KEY"

Omit the --header argument entirely to start with FAA signup tools only.

Cursor

Settings → Tools & MCPs → Add Custom MCP, which opens ~/.cursor/mcp.json (or .cursor/mcp.json in a project) for editing:

{
  "mcpServers": {
    "kochava": {
      "url": "https://analytics.mcp.kochava.com/mcp",
      "headers": {
        "authentication-key": "YOUR_API_KEY"
      }
    }
  }
}

Leave authentication-key empty or omit the headers block entirely to start with FAA signup tools only.

VS Code / GitHub Copilot

Add to .vscode/mcp.json:

{
  "servers": {
    "kochava": {
      "type": "streamable-http",
      "url": "https://analytics.mcp.kochava.com/mcp",
      "headers": {
        "authentication-key": "YOUR_API_KEY"
      }
    }
  }
}

Tools

Free App Analytics (no auth required)

| Tool | Description | |------|-------------| | kochava_free_app_analytics_get_tos | Get the FAA Terms of Service link | | kochava_free_app_analytics_create_acc_and_get_auth_key | Create a free account and get an API key in-session |

Analytics & Reporting

| Tool | Description | |------|-------------| | get_all_apps | List all apps in your account | | get_app_dimensions | Get dimensions available for an app | | run_search_query | Run an analytics search query | | get_event_detail | Get event-level detail data | | get_explorer_data | Query the analytics explorer | | get_funnel_data | Get funnel analysis data | | get_LTV_details | Get lifetime value details | | get_retention_overlay | Get retention overlay data | | get_currencies | List supported currencies |

Report Querying

| Tool | Description | |------|-------------| | search_tables | Search available report tables | | get_saved_queries | List saved report queries | | execute_report_query | Execute a report query | | get_query_results | Get results from an executed query |

Campaign Management

| Tool | Description | |------|-------------| | kochava_list_campaigns | List all campaigns | | kochava_get_campaign | Get campaign details | | kochava_create_campaign | Create a new campaign | | kochava_update_campaign | Update an existing campaign |

Tracker Management

| Tool | Description | |------|-------------| | kochava_list_trackers | List all trackers | | kochava_create_tracker | Create a new tracker | | kochava_update_tracker | Update an existing tracker | | kochava_delete_tracker | Delete a tracker | | kochava_get_tracker_metrics | Get tracker performance metrics | | kochava_get_all_media_partners | List available media partners | | kochava_get_agency_networks | List agency networks | | kochava_list_events_for_tracker_creation | List events available for tracker setup |

Segment Management

| Tool | Description | |------|-------------| | kochava_list_segments | List all segments | | kochava_create_segment | Create a new segment | | kochava_update_segment | Update an existing segment |

Authentication

Without a key: You can connect and use the two FAA signup tools to create a free account. Your API key is returned immediately in the conversation.

With a key: Set the authentication-key header to your Kochava API key. All 30 tools become available.

Free App Analytics gives you 30 days of data retention. Upgrade to Enterprise for unlimited retention — same API key, same MCP connection, zero migration.

Troubleshooting

| Error | Cause | Fix | |-------|-------|-----| | 401 Unauthorized | Missing authentication-key header | Add your API key as the authentication-key header | | 403 Invalid token | API key not recognized | Verify your key at console.kochava.com | | 503 Service unavailable | Auth service temporarily down | Retry in a few seconds | | account_exists | Company name already registered | Use a different company name or log in at console.kochava.com |

Support

<!-- smithery-verification=96309c88075d1d87e141dfb766db8b75e736ac13f39824dc7a00a03eb4dadc6b -->

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.