Reliz MCP · Now in beta

Your campaign data, one question to your AI away.

Connect Claude, Cursor, ChatGPT — any MCP-compatible LLM — to your live Reliz performance data. Per-client tokens. Strict per-client isolation. Always real-time.

Read the docs
Setup
Under 60 sec
Auth
Bearer token
Data
Live, real-time
Live answer · Claude
Claude · Reliz MCPLive
Which creatives drove the most installs in the US last week?
↳ top_n   dimension: creative_name   metric: installs   n: 3
Top performers · May 7–13
creative_8423_neon4,812
creative_8511_burst3,907
creative_8204_v2_ru2,144

Works with the AI tools your team already uses

Claude
Cursor
VS Code
ChatGPT
+ any MCP-compatible client
What it is

Powered by the open Model Context Protocol.

MCP is the open standard your LLM uses to call out to live data. We exposed your Reliz performance data through it, so your team can ask their AI tool what they used to ask analysts. No SQL. No exporting CSVs. No dashboards.

  • 01ROAS & LTV breakdowns — per campaign, creative, country, or any combination.
  • 02Top-N creatives by installs, conversions, or any LTV event.
  • 03Period-over-period comparisons with deltas and percentage change.
  • 04Geo & OS drilldowns — find where spend is most efficient.
  • 05Custom LTV events — purchases, registrations, anything you push from your MMP.
  • 06Anything else the LLM can compose from base metrics and dimensions.

Plain-English queries

Ask in natural language, get structured results. The LLM picks the right tool, fills in the parameters, and explains the answer.

See example queries

Bring your own LLM

Standard MCP transport. Works with Claude, Cursor, VS Code, ChatGPT — and every future MCP-compatible client. No lock-in.

View compatibility list
Built for production use

What you get out of the box.

Six guarantees from the day you connect.

Live, real-time data

Every query hits the Reliz API directly. Always-current results, no waiting.

Per-client isolation

Tokens scope to one client account. Server-side enforced. You only ever see your own data.

Any MCP-compatible LLM

Claude, Cursor, VS Code, ChatGPT — and every future MCP client. Standard transport.

60-second setup

Paste a JSON snippet with your token. The LLM picks up tools automatically.

Plain-English queries

No SQL, no dashboards. The LLM composes the right tool calls from your question.

Built for your stack

Bearer-token auth, JSON config, standard HTTP/SSE transport. Same shape as every other MCP server.

Get started

Three steps. One JSON snippet.

From request to first answer, most teams are live in under a minute.

01

Request your token

Email your account manager or hit the form. We issue a token scoped to your client account.

02

Add to your LLM config

Paste the JSON snippet into your MCP client's config file. One block, two values.

03

Start asking

Restart your LLM. Your team can now query Reliz data in plain English. No SQL.

Config file~/Library/Application Support/Claude/claude_desktop_config.jsonmacOS
%APPDATA%\Claude\claude_desktop_config.jsonWindows
After savingRestart Claude Desktop. Tools appear under the hammer icon in a chat.
{
  "mcpServers": {
    "reliz": {
      "type": "http",
      "url": "https://api.platform.reliz.com/mcp",
      "headers": {
        "Authorization": "Bearer <your-token>"
      }
    }
  }
}
Security & data handling

Your data stays yours.

Reliz MCP is a thin, audited bridge between your LLM and your live Reliz client data. Nothing trains, nothing persists outside your account.

  • Token per client

    Each token resolves server-side to exactly one client account. The LLM never sees or passes that scope.

  • Revoke any time

    One call from your account manager invalidates the token. Active sessions disconnect within seconds.

  • No training, no storage

    Queries flow through. Responses are not retained for model training or shared with other clients.

  • Audit trail

    Every tool call is logged with timestamp, token prefix, and request ID. We surface anomalies to your account manager.

reliz_aB3k…f9q2reliz_pZ7m…dN1xreliz_xY4j…h6r5

One token per client. Strictly scoped. Revocable on request.

Start asking your AI what your campaigns are doing.

Reliz MCP is in beta with selected clients. Request access and we'll get you set up in under a day.

Read the docs