Meta and TikTok advertising analytics with ads, creatives, advertisers, rankings and six workflows.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Spytrend.
search_adsSearch Meta and TikTok ads by keyword, country, business category, format and run dates
search_creativesSearch the advertising material itself β the images and videos a person actually sees
search_advertisersFind advertisers by name, domain, country or business category
search_webmastersFind the company or person behind a group of ads β one account running many ads across pages, domains and countries
search_hubsExplore where advertising sends people, grouped by destination: social platforms, app stores, marketplaces, shops
search_shopsLook up a domain as a traffic surface, with monthly visit estimates and how confident each estimate is
Spytrend is an advertising analytics platform. This repository is the official home of its MCP server: one URL, a browser sign-in, and your AI assistant works with Meta and TikTok advertising data directly β ads, the images and videos behind them, advertisers, and whoever is running them. There is nothing to install and no key to paste: the server runs on our side and you sign in with your Spytrend account, the same one you use on the site. The connection works on every plan, including the free one; usage is metered in tokens, and you pay for results, not for asking β a call that returns nothing costs nothing. One ad is a single frame. Here you see everything a competitor runs.
This repository holds the public catalogue metadata for a server we host (see server.json), plus
setup instructions and recipes. The server itself is part of the Spytrend platform and its source
is not open. There is no package here to download and no code to run β connecting is a URL and a
sign-in button.
Endpoint
Sign-in: your Spytrend account, in the browser. No API key, no token to paste.
Where to find it in your account: Settings β AI / MCP, or the connection page at https://spytrend.com/mcp/.
Three steps, whichever client you use:
Per-client instructions: docs/quickstart.md.
Add a custom connector in Settings β Connectors, paste the endpoint URL, and complete the sign-in in the browser window that opens. Full walkthrough: docs/quickstart.md#claude.
Add the endpoint as a connector in Settings, then sign in with your Spytrend account. Full walkthrough: docs/quickstart.md#chatgpt.
Add the endpoint above as a remote MCP server of type streamable-http, then sign in through the
browser when prompted. Full walkthrough: docs/quickstart.md.
Any client that speaks Streamable HTTP will work β the four above are simply the ones we have written up.
Search. Ask what is being advertised in a market, a category or a country β by keyword, by business category, by format, by run dates. Search the advertising material itself, too: the images and videos a person actually sees.
One record, in full. Open a single ad, an advertiser, or the account behind a group of ads, and get the whole record: the text, the material, the pages, the domains, the countries, the run dates.
Rankings. See what is newly picking up in a country, a category or an app β a starting point when you have no specific competitor in mind.
Folders and balance. Save what you find to a folder and pull it back later. Check your balance, for free, at any time.
Autonomous agents. An agent can register itself and start sampling the database before anyone signs up: archive results, market-level rankings, ten rows a call, no media. Linking it to a Spytrend account opens the rest. See docs/quickstart.md.
One ad is a single frame. Here you see the whole body of work: every ad, every video, every page, every domain, every country and every run date, gathered into one record. Open the account behind the advertising once and the whole picture is already assembled β you are not clicking through tabs building it yourself.
Most services answer one question: show me this ad. This one answers a different question: who is running it, and what else are they running?
| Tool | What it does | Cost |
|---|---|---|
search_ads | Search Meta and TikTok ads by keyword, country, business category, format and run dates | 1 token per row returned |
search_creatives | Search the advertising material itself β the images and videos a person actually sees | 1 token per row returned |
search_advertisers | Find advertisers by name, domain, country or business category | 1 token per row returned |
search_webmasters | Find the company or person behind a group of ads β one account running many ads across pages, domains and countries | 1 token per row returned |
search_hubs | Explore where advertising sends people, grouped by destination: social platforms, app stores, marketplaces, shops | Catalogue of destinations: free. Profiles inside one: 1 token per row |
search_shops | Look up a domain as a traffic surface, with monthly visit estimates and how confident each estimate is | 1 token per row returned |
get_ad | Return the full record of one ad: text, material, advertiser, countries, run dates, destination page | 1 token |
get_advertiser | Return one advertiser in full: pages, countries, business categories | 1 token |
get_webmaster | Return everything the account behind a group of ads runs, in a single record | 1 token |
get_creative | Return the record of one image or video: where it ran and how often it was run again | 1 token |
get_shop | Return one domain's full profile | 1 token |
get_media | Download the image or video file itself | 1 token per ad Β· 10 per creative |
get_trends | Return rankings for a country, category or app, including what is newly picking up | 1 token per row returned |
get_ads_analytics | Return the shape of a selection of ads instead of the ads: how many, and how they break down by status, country, business category, destination and advertiser | Pro and above Β· 1 token per breakdown row |
find_similar_ads | Find ads that carry the same material as one you already have | 1 token per row returned |
find_similar_creatives | Find images and videos that look the same as one you already have | 1 token per row returned |
find_similar_webmasters | Find accounts that advertise like one you already have | 1 token per row returned |
get_webmaster_similarity_facets | Show on which grounds two accounts look alike, before you ask for the list | Free |
add_to_favorites | Save an ad, an image or video, an advertiser, a destination or an account to a folder | Ads 1 token Β· creatives 10 Β· everything else free |
list_favorites | Return what is in your folders | Free |
get_usage | Show your plan, your balance and what each call costs | Free |
A page returns 20 rows unless you ask for more, and never more than 200. You are charged for rows actually delivered β a short page refunds the difference automatically. The TikTok corpus (
source=tiktok, Pro plan and above) is priced separately at 100 tokens per delivered row.
Each tool with its use when / do not use guidance, its return shape and an example request: docs/tools.md.
One word explained. In this product, a webmaster is the company or person behind a group of ads: one account running many ads across different pages, domains and countries. The tool names keep the original word; the descriptions do not depend on it.
Six ready-made workflows for Claude Code and Codex live in skills/: map a vertical, profile an advertiser or the account behind a group of ads, review a website, search by keyword, discover shops. Each skill is a plain folder β copy it into your assistant's skills directory and ask in plain language; the skill decides which tools to call and renders a report. Install steps and the shared contract: skills/README.md.
One-command install: /plugin marketplace add Spytrend/spytrend-mcp then /plugin install spytrend-mcp-skills@spytrend-mcp for Claude Code; npx skills add Spytrend/spytrend-mcp for Claude Code, Codex, Cursor, Copilot, Gemini CLI and 70+ more.
These are the things people ask their assistant on day one. Type the request in your own words β the assistant picks the tools.
| Recipe | What you ask for |
|---|---|
| Find who else is advertising in your market | Who is advertising in your space right now, and what are they running |
| Match to a business type | Advertising from businesses like yours β no competitor names needed |
| Top ads in one market | What is running in a category, sorted by how long it has been up |
| What's running right now in an industry | What is new and picking up, and what has been running for a while |
Usage is metered in tokens, from one balance. You pay for results, not for asking: a call that returns nothing costs nothing, and a page shorter than you asked for refunds the difference.
source=tiktok, Pro and above) β 100 tokens per delivered row.Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/spytrend-2)<a href="https://allmcps.com/mcp/spytrend-2"><img src="https://allmcps.com/api/badge/spytrend-2?style=directory" alt="Spytrend on AllMCPs" /></a>