> ## Documentation Index
> Fetch the complete documentation index at: https://docs.adgreg.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> One API. Every ad network. Unified data.

Adgreg is a unified API platform that sits in front of your ad networks (ExoClick, TrafficStars, TwinRed, Onclicka and more). Instead of integrating each adnetwork separately, you call one Adgreg endpoint and get a normalized response every time.

Adgreg also ships a [**powerful MCP server**](/coming-soon/mcp) so your AI agents can query adnetwork data directly, compare performance, and suggest optimisations.

## What Adgreg does

<CardGroup cols={2}>
  <Card title="Single integration" icon="plug">
    One API key, one request format, one response schema regardless of which adnetwork you are querying.
  </Card>

  <Card title="MCP server" icon="robot">
    Connect your AI agents to Adgreg via the built-in MCP server. Agents can query adnetwork data, compare performance across networks, and suggest improvements. No manual data exports needed.
  </Card>

  <Card title="Consistent statistics" icon="chart-line">
    Query performance data from any adnetwork using the same endpoint. Just switch the `ad_network` parameter. Impressions, clicks, and revenue always come back in the same shape.
  </Card>

  <Card title="Dashboard configuration" icon="sliders">
    Use the Adgreg dashboard to group your adnetwork sites and spots into logical websites and categories that map to your real-world setup.
  </Card>
</CardGroup>

## How it works

Adgreg introduces two concepts on top of your existing adnetwork accounts:

**Websites** — In the [website connector](/configuration/website-connector) you group adnetwork site entries (across any number of adnetworks) under one Adgreg website. A single real domain can have entries in ExoClick, TrafficStars, and TwinRed — Adgreg treats them as one.

**Spot groups** — In the [spot connector](/configuration/spot-connector) you assign adnetwork spots to user-defined groups such as `popunder` or `banner`. These groups become a first-class filter in the statistics endpoint.

Once configured, statistics queries use your Adgreg website ID. Adgreg resolves which adnetwork sites and spot groups belong to it, so the response is already scoped to exactly the data you care about.

## Get started

<Card title="Quickstart" icon="rocket" href="/quickstart" horizontal>
  Get your first Adgreg API call running in minutes.
</Card>
