Mmcp.market

Adextract MCP server

by anuragind003·io.github.anuragind003/ad-extract·v1.0.0

Search Meta, Google Ads, LinkedIn, and TikTok ad libraries plus creative analysis via MCP.

A93/100grade A
What users say
No reviews yet
Be the first
Safety scan
A93/100

full report

Adoption
Growing

0 stars

Reviews

Write one

Nobody has reviewed Adextract MCP yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Adextract MCP tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Public scan report

scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it

no findings
  • –Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 58ms (auth required)20/20
  • –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
  • Auth qualityOAuth resource metadata advertised on 40115/15
  • Maintenancelast push 25 days ago15/15
  • Maintainer identitynamespace and repository owner differ; GitHub account older than a year6/10
Overall 93/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Adextract MCP repository's README, as published. We do not edit it. Read it on GitHub

Adextract MCP Server

Adextract is an MCP (Model Context Protocol) server that gives AI assistants ad intelligence. It searches the ad libraries of Meta (Facebook and Instagram), Google Ads, LinkedIn, and TikTok, and analyzes ad creatives with ad_reader.

Hosted endpoint: https://mcp.adextract.co/mcp Free tier: 50 free searches. Get an API key at adextract.co.

⭐ If Adextract helps you, star this repo. It helps other AI developers find it.

Watch the demo

Also on YouTube.

How it works

One MCP server, one API key, four ad libraries. Your AI assistant talks MCP — Adextract does the searching and analyzing.

Quickstart

  1. Get a free API key at adextract.co (account → API keys).
  2. Add the server to Cursor with the config below.
  3. Ask your AI: "Show me Nike's active Facebook ads in the US".

There is nothing to install locally. Adextract runs as a hosted MCP server, so it works in any MCP-capable client.

Use cases

  • Competitor ad intelligence - see what your competitors are running across Meta, Google, LinkedIn, and TikTok.
  • Creative analysis - ad_reader breaks any ad creative into format, audience, emotion, and archetypes.
  • Brand monitoring - track ads for any brand or domain across four ad libraries.
  • Channel strategy - built-in MCP prompts turn ad data into channel plans.

Installation

Hosted MCP (recommended)

Connect to the Adextract hosted server:

https://mcp.adextract.co/mcp

Get your API key at adextract.co (account → API keys).

Cursor

Add to ~/.cursor/mcp.json or project .cursor/mcp.json:

{
  "mcpServers": {
    "ad-extract": {
      "url": "https://mcp.adextract.co/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

VS Code

Add to .vscode/mcp.json:

{
  "servers": {
    "ad-extract": {
      "type": "http",
      "url": "https://mcp.adextract.co/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Claude Web (OAuth)

  1. Open Claude → Settings → Connectors → Add custom connector
  2. Name: ad-extract
  3. URL: https://mcp.adextract.co/mcp
  4. Sign in and approve when prompted (no API key in the URL).

Claude Desktop (mcp-remote)

{
  "mcpServers": {
    "ad-extract": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.adextract.co/mcp",
        "--header",
        "Authorization: Bearer ***"
      ]
    }
  }
}

More clients and config paths: docs/CLIENT_SETUP.md

Available Tools

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http ad-extract https://mcp.adextract.co/mcp
Add to Cursor

Adextract MCP: common questions

Is Adextract MCP server safe?
Yes, by our scan: it is graded A (93/100). Read the Adextract MCP safety report
How do I install Adextract MCP?
It runs remotely at mcp.adextract.co. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Adextract MCP need an API key?
No key to paste: it signs you in with OAuth when your client connects.
Is Adextract MCP maintained?
The last commit was 25 days ago (2026-08-30). The latest release is v1.0.0.
Is Adextract MCP up?
100% of our last 22 checks got an answer. We check remote servers about four times a day.
What can I use instead of Adextract MCP?
Servers from other publishers that do the same job: NotFair MCP server, LinkedIn Ads MCP by AdPlug MCP server and Ads MCP server. Compare all Adextract MCP alternatives.

Alternatives to Adextract MCP

Same job from other publishers: the closest match first, then the best rated.

All Adextract MCP alternatives →
  • NotFair
    OAuth MCP for Google, Meta, X, LinkedIn, Reddit, TikTok, GSC, GA4, WordPress and GHL.
    A
  • LinkedIn Ads MCP by AdPlug
    LinkedIn Ads MCP server: 10 tools for campaigns, creatives, audiences, lead forms. Writes preview.
    A
  • Ads MCP
    Create, launch & analyze ad campaigns, spy on competitors - Google, Meta, TikTok, LinkedIn & more.
    A
  • Opus Growth, Ad Platforms MCP Connector
    Run Google, Meta, Microsoft, TikTok and LinkedIn Ads from Claude or ChatGPT. Writes need approval.
    A
  • Adako: ad ops for AI assistants
    Google, Meta, ChatGPT, TikTok and LinkedIn Ads for AI assistants. Every change needs your approval.
    A

More from anuragind003 →