# Kochava for Advertisers — Official MCP Server MCP server

No account needed — connect, sign up, and query mobile attribution data from any AI tool

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-kochava-kochava-for-advertisers-mcp-server
- Repository: https://github.com/Kochava/kochava-k4a-mcp-server

## Install
- Endpoint: https://analytics.mcp.kochava.com/mcp
- Auth: Not captured

## Setup notes
- Remote header: authentication-key (secret)
- Remote endpoint: https://analytics.mcp.kochava.com/mcp
- Header: authentication-key

## Tools
- 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 account. Returns a clickable link to the TOS document and instructions
for account creation.

Example:
    kochava_free_app_analytics_get_tos() Endpoint: https://analytics.mcp.kochava.com/mcp
- 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
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
    ) Endpoint: https://analytics.mcp.kochava.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Kochava
- Version: 1.0.45
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 21, 2026
- Source: https://registry.modelcontextprotocol.io
