{
  "markdown": "# CreativeScope MCP\n\n[![Smithery](https://smithery.ai/badge/@creativescope/creative-intelligence)](https://smithery.ai/servers/creativescope/creative-intelligence)\n[![Official MCP Registry](https://img.shields.io/badge/Official%20MCP%20Registry-ai.creativescope%2Fcreative--intelligence-blue)](https://registry.modelcontextprotocol.io)\n\n**Mobile-game ad creative intelligence for any MCP-enabled agent.**\n\nCreativeScope is a hosted [Model Context Protocol](https://modelcontextprotocol.io) server that gives your AI agent live access to mobile-game advertising creative intelligence — creative search, Rising/Evergreen rankings, advertiser & studio profiles, similar-creative lookup, and AI hook analysis — compiled from **publicly available ad placements** across major SDK ad networks.\n\nWorks with Claude, Codex, Cursor, or any MCP-compatible client. Claude is used only as an example below.\n\n- Website: https://creativescope.ai\n- Get an API key (free tier available): https://creativescope.ai/mcp\n- Pricing & limits: https://creativescope.ai/pricing\n\n## Why CreativeScope\n\n- **SDK ad-network coverage** — beyond the usual Meta Ad Library: AppLovin, Mintegral, Unity, ironSource, Vungle, Pangle, AdMob, TikTok and more.\n- **Game-specialized** — genres, opening hooks, playables, UGC styles, art styles, moods, and creative patterns tuned for UA teams.\n- **AI analysis, not just a feed** — representative hooks, confidence-scored insights, and \"why it's relevant\" reasoning returned as structured data your agent can act on.\n\n## Connecting\n\nCreativeScope is a **remote** MCP server.\n\n- Endpoint: `https://mcp.creativescope.ai/mcp`\n- Transport: Streamable HTTP (stateless)\n- Auth: **OAuth** (recommended where supported) or API key (`Authorization: Bearer <api_key>`, also accepts `X-Api-Key: <api_key>`)\n\n### Claude Desktop / Claude.ai (OAuth — no key needed)\n\n**Settings → Connectors → Add connector**, paste `https://mcp.creativescope.ai/mcp`, then authorize on the CreativeScope page. You're connected — all tools available immediately.\n\n### API key (other clients)\n\nGet a free key at https://creativescope.ai/mcp — keys look like `cs_live_...`. Keep them secret; don't commit or share them.\n\n### Cursor / Codex (via mcp-remote)\n\n```json\n{\n  \"mcpServers\": {\n    \"creativescope\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"mcp-remote\",\n        \"https://mcp.creativescope.ai/mcp\",\n        \"--header\",\n        \"Authorization: Bearer cs_live_YOUR_KEY\"\n      ]\n    }\n  }\n}\n```\n\nClients that support remote MCP servers natively can point directly at `https://mcp.creativescope.ai/mcp` and set the `Authorization` header to `Bearer cs_live_YOUR_KEY`.\n\n## Tools\n\n| Tool | What it does |\n| --- | --- |\n| `search_creatives` | Search game ad creatives by natural language, platform, country, genre, format, and date range |\n| `get_creative_detail` | Full detail for one creative: delivery data, tag insights, and raw AI analysis |\n| `find_similar_creatives` | Find creatives in the same cluster as a given `creative_id` |\n| `search_advertisers` | Search advertisers, games, and studios |\n| `get_advertiser_profile` | Profile for an advertiser or game |\n| `submit_reference_image_search` | Start an async \"find similar by reference image\" job |\n| `get_reference_image_search_status` | Poll a reference-image job's status |\n| `get_reference_image_search_results` | Fetch results once a reference-image job completes |\n| `generate_weekly_creative_brief` | Generate a weekly creative brief |\n| `get_creative_rankings` | Rising / Evergreen creative rankings |\n| `get_game_rank_markets` | App Store / Google Play chart presence by country, category, store, and rank type |\n| `get_game_rank_trend` | Daily store-ranking series over a date range (best or exact mode) |\n\nMost list tools return up to 20 items per call. Analysis fields are returned in English; some raw `ai_analysis` fields in `get_creative_detail` may still contain Chinese pending full localization.\n\n## Agent Skills\n\nReady-made [Agent Skills](https://agentskills.io) that teach your agent proven\nCreativeScope workflows — install the folders from [`skills/`](./skills) into\nyour client (Claude, Codex, or any Agent-Skills-compatible host):\n\n| Skill | What it does |\n| --- | --- |\n| [`creativescope-best-practices`](./skills/creativescope-best-practices) | Foundation layer: tool selection, filters, pitfalls, and honesty rules for all CreativeScope tools |\n| [`competitor-creative-audit`](./skills/competitor-creative-audit) | Full creative-strategy audit for one advertiser: identity resolution, store performance, tiered creative sampling, cross-validation |\n| [`weekly-inspiration-brief`](./skills/weekly-inspiration-brief) | Shareable weekly creative brief for a genre/market, with count-verified patterns |\n| [`image-similarity-scan`](./skills/image-similarity-scan) | Async reference-image similarity search: submit → poll → results, with relevance review |\n| [`mobile-ua-creative-strategy`](./skills/mobile-ua-creative-strategy) | UA creative strategy playbook: hook taxonomy, two-week testing cadence, production briefs |\n\nStart with `creativescope-best-practices` — the other skills build on it.\n\n## Example prompts\n\n- \"Show me the top rising match-3 ad creatives in the US over the last 30 days.\"\n- \"Find UGC-style ads with a fail-state opening hook for puzzle games.\"\n- \"Profile the advertiser behind this creative and show 5 similar creatives.\"\n\n## Plans\n\nFree, Pro, and Team plans differ in tool access and monthly quota. See https://creativescope.ai/pricing. Usage is metered per tool call.\n\n## Data\n\nCreative intelligence is compiled from **publicly available ad placements** and concerns businesses and their public advertising activity, not private individuals. Ad creatives, game titles, and trademarks belong to their respective owners. To request review or removal, contact support@creativescope.ai.\n\n## Links\n\n- Privacy Policy: https://creativescope.ai/privacy-policy\n- Terms of Service: https://creativescope.ai/terms-of-service\n- Support: support@creativescope.ai\n\n## License\n\nMIT — see [LICENSE](./LICENSE). This repository contains the public listing and connection metadata for the CreativeScope MCP service; the hosted service itself is proprietary.\n",
  "bytes": 6252,
  "sha": "2d352dcd31f75b651fc30e999191c91422263e1d8b87c27a05a4d78cef2cf6c6",
  "repo_slug": "creativescope/creativescope-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_ai_creativescope_creative_intelligence_32e7a55c/readme"
}