Connects to Kochava's mobile attribution platform and exposes 30+ tools for querying campaign performance, managing trackers, and pulling analytics reports. The standout feature is frictionless onboarding: two public tools let you review terms and create a free account directly in the AI conversation, returning an API key you can use immediately. Once authenticated, you get full access to search queries, funnel analysis, LTV breakdowns, segment management, and campaign CRUD operations. Free tier gives you 30 days of retention with the same API as enterprise accounts. Useful if you're running mobile ad campaigns and want attribution data accessible from any AI tool without jumping between dashboards.
Public tool metadata for what this MCP can expose to an agent.
kochava_free_app_analytics_get_tosRetrieve the FAA (Free App Analytics) Terms of Service document link. Use this tool when the user wants to review the Terms of Service before creating an FAA account. Returns a clickable link to the TOS document and instructions for account creation. Example: kochava_free_app_...Retrieve the FAA (Free App Analytics) Terms of Service document link. Use this tool when the user wants to review the Terms of Service before creating an FAA account. Returns a clickable link to the TOS document and instructions for account creation. Example: kochava_free_app_...
No parameter schema in public metadata yet.
kochava_free_app_analytics_create_acc_and_get_auth_keyCreate a new Kochava FAA (Free App Analytics) account. IMPORTANT: The user MUST explicitly agree to the FAA Terms of Service before account creation. If tos_agreed is False, this tool will return the TOS link and stop — do NOT submit the form. Call kochava_free_app_analytics_g...16 paramsCreate a new Kochava FAA (Free App Analytics) account. IMPORTANT: The user MUST explicitly agree to the FAA Terms of Service before account creation. If tos_agreed is False, this tool will return the TOS link and stop — do NOT submit the form. Call kochava_free_app_analytics_g...
titlevaluecompanystringcountrystringprivacyvaluewebsitestringlast_namestringsubscribebooleanfirst_namestringtos_agreedbooleancompany_citystringphone_numberstringemail_addressstringcompany_regionstringcompany_postal_codestringcompany_address_line_1stringcompany_address_line_2valueKochava 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 partners |
kochava_get_agency_networks | List agency networks |
kochava_list_events_for_tracker_creation | List events available for tracker setup |
| Tool | Description |
|---|---|
kochava_list_segments | List all segments |
kochava_create_segment | Create a new segment |
kochava_update_segment | Update an existing segment |
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.
| 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 |
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json