Server data from the Official MCP Registry
Mobile-game ad creative intelligence across SDK ad networks: search, rankings, AI hook analysis.
Mobile-game ad creative intelligence across SDK ad networks: search, rankings, AI hook analysis.
Remote endpoints: streamable-http: https://mcp.creativescope.ai/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"ai-creativescope-creative-intelligence": {
"url": "https://mcp.creativescope.ai/mcp"
}
}
}From the project's GitHub README.
Mobile-game ad creative intelligence for any MCP-enabled agent.
CreativeScope is a hosted Model Context Protocol 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.
CreativeScope is a remote MCP server.
https://mcp.creativescope.ai/mcpAuthorization: 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.
{
"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.
| 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.
Free, Pro, and Team plans differ in tool access and monthly quota. See https://creativescope.ai/pricing. Usage is metered per tool call.
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.
MIT — see LICENSE. This repository contains the public listing and connection metadata for the CreativeScope MCP service; the hosted service itself is proprietary.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.