Kochava for Advertisers - Official MCP Server

Kochava for Advertisers - Official MCP Server A comprehensive connector for Kochava’s mobile measurement and attribution platform, enabling programmatic…

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

  • Kochava Free App Analytics Get Tos: 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 accoun
  • Kochava Free App Analytics Create Acc And Get Auth Key: Create a new Kochava FAA (Free App Analytics) account. IMPORTANT: The user MUST explicitly agree to the FAA Terms of Service before account crea

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Kochava for Advertisers - Official MCP Server

A comprehensive connector for Kochava’s mobile measurement and attribution platform, enabling programmatic access to analytics, attribution, campaign management, and reporting across your entire app portfolio.


🚀 What You Can Do

📊 Advanced Analytics

  • Analyze user behavior with event tracking, retention, LTV, and funnel analysis
  • Build custom reports with flexible dimensions and metrics
  • Run cross-app and cohort-based analysis at scale

🎯 Campaign Management

  • Create, update, and manage campaigns programmatically
  • Configure budgets, targeting, and scheduling
  • Run A/B tests using campaign segments (tiers)

🔗 Attribution & Tracker Management

  • Generate and manage attribution links for any media partner
  • Support both acquisition and reengagement campaigns
  • Update and maintain trackers at scale with built-in validation

📈 Performance Monitoring

  • Track clicks, installs, revenue, and conversion rates
  • Analyze attribution breakdowns and campaign ROI
  • Monitor traffic quality and fraud indicators

📝 Custom Reporting (SQL)

  • Execute custom queries using standard or legacy SQL
  • Run large reports asynchronously
  • Retrieve and manage saved queries

🌐 Reference Data Access

  • Browse 5,000+ media partners (Facebook, Google, TikTok, etc.)
  • Access event catalogs, agency networks, and currency data

⚡ Key Features

  • Parallel Execution: Query up to 50 apps simultaneously
  • Programmable Workflows: Replace manual dashboards with automation
  • Flexible Filtering: Multi-dimensional segmentation across all analytics tools
  • Confirmation Safeguards: Prevent accidental destructive actions
  • Multi-Cohort Analysis: Analyze attributed, organic, and all-user segments

🧠 Why It Matters

This connector transforms Kochava from a dashboard into a programmable growth engine.

  • Automate reporting and campaign management
  • Scale attribution across large app portfolios
  • Integrate marketing data into internal tools and AI agents
  • Reduce manual work and improve decision speed

🧩 Best For

  • Performance marketing teams
  • Mobile growth and UA teams
  • Agencies managing multiple clients
  • Data and analytics teams building custom pipelines
  • AI agents automating marketing workflows

📦 Coverage

  • 30+ tools across analytics, attribution, campaign management, and reporting
  • Supports SQL queries, cohort analysis, and real-time performance tracking
  • Integrates with 5,000+ media partners and ad networks
Список инструментов сервера (2)

Технические названия из tools/list. Нужны только разработчикам.

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_analytics_get_tos()
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_get_tos() to retrieve and present the TOS to the user first, then call this tool again with tos_agreed=True once the user confirms agreement. DISPLAY INSTRUCTIONS: When this tool returns a successful response, you MUST display the 'next_steps' field content to the user EXACTLY as written — word-for-word, preserving ALL text, formatting, line breaks, numbering, and bullet points. Do NOT summarize, rephrase, reword, or omit any part of the 'next_steps' content. Every sentence must be shown to the user as-is. FAA Terms of Service: https://s34035.pcdn.co/wp-content/uploads/2023/08/FAA-Web-Sign-Up-TOS-8-15-23.pdf Example (after user reviews and agrees to TOS): kochava_free_app_analytics_create_acc_and_get_auth_key( first_name="Jane", last_name="Smith", email_address="jane@example.com", phone_number="5551234567", company="Acme Corp", website="www.acme.com", company_address_line_1="123 Main St", company_city="Sandpoint", company_region="Idaho", company_postal_code="83864", country="United States", tos_agreed=True )