INDIVIDUAL MCP TOOL
search_creatives
Search mobile game ad creatives by keyword or visual-description-like natural language.
LIVE ENDPOINT
https://mcp.creativescope.ai/mcp
Connect to this endpoint to inspect the live schema for search_creatives and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.creativescope-mcp]
url = "https://mcp.creativescope.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"creativescope-mcp": {
"type": "http",
"url": "https://mcp.creativescope.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: creativescope-mcp
Remote MCP URL: https://mcp.creativescope.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"creativescope-mcp": {
"url": "https://mcp.creativescope.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"creativescope-mcp": {
"type": "http",
"url": "https://mcp.creativescope.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "creativescope-mcp",
"transport": "streamable-http",
"url": "https://mcp.creativescope.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_creative_detail— Get one creative's delivery metadata and English creative insights, including opening hook signals, scene descriptions, and creative patterns when available.get_creative_rankings— Get global or genre-level rising creative rankings by day, week, or month, or evergreen creative rankings from the monthly snapshot; platform and country filters are not supported.generate_weekly_creative_brief— Generate a compact creative brief from recent high-signal mobile game ads.search_advertisers— Search advertisers, game studios, or mobile games by name and optional genre, region, and platform filters.get_advertiser_profile— Get an advertiser or game profile, including recent ad activity, creative volume, target countries, and platforms.get_reference_image_search_results— Get completed reference-image search results.get_game_rank_markets— List the countries, app-store categories, stores, and ranking types where a game appeared on a chart during a date range.get_game_rank_trend— Get one mobile game's daily app-store ranking performance over a date range.