No account needed — connect, sign up, and query mobile attribution data from any AI tool
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-kochava-kochava-for-advertisers-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
No account needed — connect, sign up, and query mobile attribution data from any AI tool
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for io.github.Kochava/kochava-for-advertisers-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
You don't need a Kochava account to get started. The server includes two public tools that work without any authentication:
kochava_free_app_analytics_get_tos — Review the Free App Analytics Terms of Servicekochava_free_app_analytics_create_acc_and_get_auth_key — Create a free account and receive your API key instantly, right in the conversationOnce you have your API key, set it as the authentication-key header and the full suite of 30 tools becomes available.
Endpoint: https://analytics.mcp.kochava.com/mcp
Transport: Streamable HTTP
Authentication: authentication-key header (optional for signup, required for data tools)
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or ~/.config/claude/claude_desktop_config.json (Linux):
{
"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.
claude mcp add kochava --transport streamable-http https://analytics.mcp.kochava.com/mcp
Settings → MCP → Add Server:
https://analytics.mcp.kochava.com/mcpauthentication-key: YOUR_API_KEYAdd to .vscode/mcp.json:
{
"servers": {
"kochava": {
"type": "streamable-http",
"url": "https://analytics.mcp.kochava.com/mcp",
"headers": {
"authentication-key": "YOUR_API_KEY"
}
}
}
}
| 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 |
| 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 |
| 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 |
| 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 |
| 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 part |