mcp.adgreg.com. There is nothing to install or run locally.
Here are a few things you can ask once connected:
- “Show me revenue from ExoClick this week, broken down by spot type.”
- “Which of my sites had the most clicks yesterday across all adnetworks?”
- “List all video ad spots configured on site #42.”
- “Compare impressions between TrafficStars and Clickadilla for the last 30 days.”
- “What’s the total revenue for popunder zones on website 7 this month?”
- “Break down daily clicks for ExoClick and TwinRed on website 3 over the past two weeks.”
Prerequisites
- Adgreg account with at least one adnetwork connected
- Adgreg API key
Connecting your AI tool
- Claude Code
- VS Code
Run the following command to register the server:Replace
your-api-key with your key from adgreg.com/dashboard/api.Authentication
Your Adgreg API key is passed as theX-API-Key header from your MCP client to the server on every request. The server forwards it to the Adgreg API automatically — you never need to include it in your prompts.
See Available tools for a full list of what the MCP server can do.