AdTest.AI ships an official MCP server. Add it to Claude Desktop or Claude Code, paste an ad, and get the AI-only 13-dimension scoring report in about 90 seconds, before you spend a dollar.
No hosting, no glue code. The server runs on your machine and talks to the AdTest.AI API with your key.
Sign in at app.adtest.ai, open Developer, and generate a key. It is tied to your wallet, so credits are billed per analysis.
One command in Claude Code, or a six-line entry in Claude Desktop's config. Restart Claude and the analyze_advert tool appears.
"Analyze this ad" with a URL, a file, or the copy itself. Claude runs the analysis and reads you the report, weakest dimension first.
The server runs locally through npx, so there is nothing to host. Your API key stays on your machine and is sent only to the AdTest.AI API.
Claude Code
$ claude mcp add adtest \
-e ADTEST_API_KEY=adk_your_key \
-- npx -y adtest-mcpClaude Desktop, or any MCP client: add to claude_desktop_config.json
{
"mcpServers": {
"adtest": {
"command": "npx",
"args": ["-y", "adtest-mcp"],
"env": { "ADTEST_API_KEY": "adk_your_key" }
}
}
}Requires Node 18 or newer and an AdTest.AI account with credits. Get your key at app.adtest.ai under Developer.
# You › Analyze this ad: https://yourbrand.com/spring-launch.mp4 Brand: yourbrand.com # Claude → analyze_advert(url, brand_url) ✓ job submitted · video · polling ✓ report ready in 2m 40s # Claude Core message 4.6 /5 · Emotional resonance 4.4 /5 Weakest: Brand distinctiveness 3.4 /5 Recommendation: bring the logo in before the end card…
One tool, analyze_advert. Give it exactly one creative and it returns the same AI-only scoring report the AdTest.AI app produces, so Claude can compare variants, explain a weak score, or draft the fix.
Your ad platform's connector can tell Claude which ad underperformed. AdTest tells Claude why. Ask for the lowest-CTR ad from last month, then say "run it through AdTest" and Claude returns the weakest dimensions and the edit to make, without leaving the chat.
ai.adtest/adtest-mcp and on GlamaSign in, open Developer, generate a key. One command later, Claude scores ads before you spend on them.