# Kochava for Advertisers — Official MCP Server (remote · analytics.mcp.kochava.com)

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

- Trust score: 68/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `analytics.mcp.kochava.com`: 68/100 (this document), [markdown](https://verifymcp.io/servers/kochava-kochava-for-advertisers-mcp-server/analytics.md), [page](https://verifymcp.io/servers/kochava-kochava-for-advertisers-mcp-server/analytics)

## Channel facts

- Endpoint: `https://analytics.mcp.kochava.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.45`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 71/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 54/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 743 tokens (~371/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http kochava-kochava-for-advertisers-mcp-server https://analytics.mcp.kochava.com/mcp
```

### Codex

```toml
[mcp_servers.kochava-kochava-for-advertisers-mcp-server]
url = "https://analytics.mcp.kochava.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kochava-kochava-for-advertisers-mcp-server": {
      "type": "remote",
      "url": "https://analytics.mcp.kochava.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add kochava-kochava-for-advertisers-mcp-server --url https://analytics.mcp.kochava.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  kochava-kochava-for-advertisers-mcp-server:
    url: "https://analytics.mcp.kochava.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "kochava-kochava-for-advertisers-mcp-server": {
      "type": "http",
      "url": "https://analytics.mcp.kochava.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 68, +1)

- [security regression] Authorization: fail → unverified
- [security regression] Stability: 0.20 → fail
- [security regression] A breaking change shipped without a version bump: still 1.28.1
- [security regression] Tool “kochava_free_app_analytics_create_acc_and_get_auth_key” was removed
- [security regression] Tool “kochava_free_app_analytics_get_tos” was removed
- [functional regression] Schema quality: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: fail → unverified
- [functional regression] Schema quality: good → unverified
- [functional] New tool “kochava_free_app_analytics_create_acc_and_get_auth_key”
- [functional] New tool “kochava_free_app_analytics_get_tos”

### 2026-07-31 (score 67, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 64, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 62, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 61)

First indexed and scored.

## MCP tools (2)

### `kochava_free_app_analytics_get_tos` (~80 tokens)

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()

Output parameters:

- `result` (string)

### `kochava_free_app_analytics_create_acc_and_get_auth_key` (~663 tokens)

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
    )

Input parameters:

- `company` (string, required): Company name for the FAA account
- `company_address_line_1` (string, required): Company street address line 1
- `company_address_line_2`: Company street address line 2 (optional)
- `company_city` (string, required): Company city
- `company_postal_code` (string, required): Company postal/zip code
- `company_region` (string, required): Company state or region
- `country` (string, required): Country name (e.g. United States)
- `email_address` (string, required): Email address for the FAA account
- `first_name` (string, required): First name of the account holder
- `last_name` (string, required): Last name of the account holder
- `phone_number` (string, required): Phone number of the account holder
- `privacy`: Privacy policy URL. Defaults to https://www.kochava.com/company/contact/
- `subscribe` (boolean): Whether to subscribe to Kochava marketing communications
- `title`: Job title of the account holder (optional)
- `tos_agreed` (boolean): Whether the user has agreed to the FAA Terms of Service at https://s34035.pcdn.co/wp-content/uploads/2023/08/FAA-Web-Sign-Up-TOS-8-15-23.pdf. Must be True to proceed with account creation. Use kochav…
- `website` (string, required): Company website URL (e.g. www.example.com)

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/kochava-kochava-for-advertisers-mcp-server/analytics#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 68
- 2026-08-01: 67
- 2026-07-31: 67
- 2026-07-30: 64
- 2026-07-29: 63
- 2026-07-28: 63
- 2026-07-27: 62
- 2026-07-26: 61

## Links

- Remote endpoint: https://analytics.mcp.kochava.com/mcp
- Repository: https://github.com/Kochava/kochava-k4a-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/kochava-kochava-for-advertisers-mcp-server/analytics/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/kochava-kochava-for-advertisers-mcp-server/analytics/changelog.json
- HTML version of this page: https://verifymcp.io/servers/kochava-kochava-for-advertisers-mcp-server/analytics
