Skip to main content
ClaudeWave

Official MCP server for CreativeScope - ad creative intelligence for mobile games. Docs, setup guides and examples.

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado 5d ago
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/creativescope/creativescope-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "creativescope-mcp": {
      "command": "node",
      "args": ["/path/to/creativescope-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/creativescope/creativescope-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# CreativeScope MCP

**Mobile-game ad creative intelligence for any MCP-enabled agent.**

CreativeScope 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.

Works with Claude, Codex, Cursor, or any MCP-compatible client. Claude is used only as an example below.

- Website: https://creativescope.ai
- Get an API key (free tier available): https://creativescope.ai/mcp
- Pricing & limits: https://creativescope.ai/pricing

## Why CreativeScope

- **SDK ad-network coverage** — beyond the usual Meta Ad Library: AppLovin, Mintegral, Unity, ironSource, Vungle, Pangle, AdMob, TikTok and more.
- **Game-specialized** — genres, opening hooks, playables, UGC styles, art styles, moods, and creative patterns tuned for UA teams.
- **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.

## Connecting

CreativeScope is a **remote** MCP server.

- Endpoint: `https://mcp.creativescope.ai/mcp`
- Transport: Streamable HTTP (stateless)
- Auth: send your API key as `Authorization: Bearer <api_key>` (also accepts `X-Api-Key: <api_key>`)

Get a key at https://creativescope.ai/mcp — keys look like `cs_live_...`. Keep them secret; don't commit or share them.

### Claude Desktop / Cursor / Codex (via mcp-remote)

```json
{
  "mcpServers": {
    "creativescope": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.creativescope.ai/mcp",
        "--header",
        "Authorization: Bearer cs_live_YOUR_KEY"
      ]
    }
  }
}
```

Clients 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`.

## Tools

| Tool | What it does |
| --- | --- |
| `search_creatives` | Search game ad creatives by natural language, platform, country, genre, format, and date range |
| `get_creative_detail` | Full detail for one creative: delivery data, tag insights, and raw AI analysis |
| `find_similar_creatives` | Find creatives in the same cluster as a given `creative_id` |
| `search_advertisers` | Search advertisers, games, and studios |
| `get_advertiser_profile` | Profile for an advertiser or game |
| `submit_reference_image_search` | Start an async "find similar by reference image" job |
| `get_reference_image_search_status` | Poll a reference-image job's status |
| `get_reference_image_search_results` | Fetch results once a reference-image job completes |
| `generate_weekly_creative_brief` | Generate a weekly creative brief |
| `get_creative_rankings` | Rising / Evergreen creative rankings |

Most 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.

## Example prompts

- "Show me the top rising match-3 ad creatives in the US over the last 30 days."
- "Find UGC-style ads with a fail-state opening hook for puzzle games."
- "Profile the advertiser behind this creative and show 5 similar creatives."

## Plans

Free, Pro, and Team plans differ in tool access and monthly quota. See https://creativescope.ai/pricing. Usage is metered per tool call.

## Data

Creative 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.

## Links

- Privacy Policy: https://creativescope.ai/privacy
- Terms of Service: https://creativescope.ai/terms
- Support: support@creativescope.ai

## License

MIT — see [LICENSE](./LICENSE). This repository contains the public listing and connection metadata for the CreativeScope MCP service; the hosted service itself is proprietary.

Lo que la gente pregunta sobre creativescope-mcp

¿Qué es creativescope/creativescope-mcp?

+

creativescope/creativescope-mcp es mcp servers para el ecosistema de Claude AI. Official MCP server for CreativeScope - ad creative intelligence for mobile games. Docs, setup guides and examples. Tiene 0 estrellas en GitHub y se actualizó por última vez 5d ago.

¿Cómo se instala creativescope-mcp?

+

Puedes instalar creativescope-mcp clonando el repositorio (https://github.com/creativescope/creativescope-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar creativescope/creativescope-mcp?

+

creativescope/creativescope-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene creativescope/creativescope-mcp?

+

creativescope/creativescope-mcp es mantenido por creativescope. La última actividad registrada en GitHub es de 5d ago, con 0 issues abiertos.

¿Hay alternativas a creativescope-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega creativescope-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: creativescope/creativescope-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/creativescope-creativescope-mcp)](https://claudewave.com/repo/creativescope-creativescope-mcp)
<a href="https://claudewave.com/repo/creativescope-creativescope-mcp"><img src="https://claudewave.com/api/badge/creativescope-creativescope-mcp" alt="Featured on ClaudeWave: creativescope/creativescope-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a creativescope-mcp