Plug the world’s ads into your AI.
Adlogue exposes its campaign archive as an MCP server and REST API. Your agent searches real campaigns and answers with citations — not hallucinations.
agent session
› find me 3 great sustainability campaigns from Europe
ads_search({ query: "sustainability", filters: { region: "Europe" } })
→ 200 OK · 3 campaigns · credits remaining: 9
Here are three standouts: Greenpeace “We Won't Rest In Peace”, oekostrom AG “Tiny Feet Energy”, and Coldplay's EcoRecord — each with source links.
Install
{
"mcpServers": {
"ads": {
"command": "npx",
"args": ["-y", "@adlogue/mcp"],
"env": { "ADS_API_KEY": "adlg_…" }
}
}
}MCP package ships at launch — the REST API below works today.
Pricing
Free
10 credits
Every new API key includes free credits to build and test. Search costs 1 credit; detail lookups are free.
Join the waitlist →FAQ
- What's in the dataset?
- 7,000+ real advertising campaigns — brand, agency, country, region, medium, industry, full descriptions and a citation link to the original source for every entry.
- How does my agent access it?
- Via the MCP server or the REST API — both launching soon: a search endpoint that understands natural-language queries, plus a full-detail lookup, authenticated with a bearer API key. Early access is open by email.
- What does it cost?
- Every key starts with free credits to try. For production volume, hit Contact us — we'll set you up with a plan the same day.
- What about licensing?
- We are a citation catalog: metadata and descriptions with prominent links to the original source. Takedown requests are honored promptly.
- What happens when credits run out?
- The API returns 402 Payment Required with your balance in the message, and every response carries an X-Credits-Remaining header — no surprise cutoffs.