Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

CreativeScope — Mobile Game Ad Creative Intelligence

REMOTE · MCP.CREATIVESCOPE.AI · SCANNED SEP 24

Mobile-game ad creative intelligence across SDK ad networks: search, rankings, AI hook analysis.

0 this week 78 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security84
  • The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
  • Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token. View diagnostics → Pass
  • HTTPS enforcement could not be verified: the plaintext port answered with HTTP 401, which proves neither a plaintext path nor enforcement. View diagnostics → Unverified
  • HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
  • DNSSEC is configured correctly; the domain's records validate against the full chain to the root. View diagnostics → Pass
  • The authorisation server supports Client ID Metadata Documents, the current MCP client-registration mechanism. View diagnostics → Pass
Transport & Reachability100
Schema Quality & AI Usability66
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 7485 tokens (~213/item across 35 items; 35 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management32
  • Stability check failed: schema churn in the 30 days we've observed: 8 tool removals, 0 breaking changes, 0 auth/transport breaks, 31 additions. See how to fix → Fail
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 35 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 35 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the CreativeScope — Mobile Game Ad Creative Intelligence MCP server?

CreativeScope — Mobile Game Ad Creative Intelligence is a hosted endpoint at https://mcp.creativescope.ai/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.creativescope.ai

# add to Claude Code
claude mcp add --transport http ai-creativescope-creative-intelligence 'https://mcp.creativescope.ai/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "ai-creativescope-creative-intelligence": {
      "url": "https://mcp.creativescope.ai/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "ai-creativescope-creative-intelligence": {
      "type": "http",
      "url": "https://mcp.creativescope.ai/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.ai-creativescope-creative-intelligence]
url = "https://mcp.creativescope.ai/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-creativescope-creative-intelligence": {
      "type": "remote",
      "url": "https://mcp.creativescope.ai/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ai-creativescope-creative-intelligence --url 'https://mcp.creativescope.ai/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  ai-creativescope-creative-intelligence:
    url: "https://mcp.creativescope.ai/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "ai-creativescope-creative-intelligence": {
      "Transport": "http",
      "Url": "https://mcp.creativescope.ai/mcp"
    }
  }
}
# add to Vellum
assistant mcp add ai-creativescope-creative-intelligence -t streamable-http -u 'https://mcp.creativescope.ai/mcp'
// mcp.json
{
  "mcpServers": {
    "ai-creativescope-creative-intelligence": {
      "type": "http",
      "url": "https://mcp.creativescope.ai/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 10 Sept 26 +33
    • HSTS header: unverified → fail ▼ security
    • Authorization: unverified → pass ▲ security
    • TLS certificate: unverified → pass ▲ security
    • Tool “get_filter_options” rewrote its description, which is the text the model reads security
    • Tool “get_game_materials” rewrote its description, which is the text the model reads security
    • Tool “get_material_detail_v2” rewrote its description, which is the text the model reads security
    • Tool “get_similar_materials_v2” rewrote its description, which is the text the model reads security
    • Tool “search_materials_by_filter” rewrote its description, which is the text the model reads security
    • “get_filter_options” reworded the description of “types” cosmetic
    • “search_materials_by_filter” reworded the description of “content_theme” cosmetic
    • “search_materials_by_filter” reworded the description of “creative_theme” cosmetic
    • “search_materials_by_filter” reworded the description of “game_class” cosmetic
    • “search_materials_by_filter” reworded the description of “game_tag” cosmetic
    • “search_materials_by_filter” reworded the description of “mood” cosmetic
  • 9 Sept 26 −43
    • HSTS header: fail → unverified ▼ security
    • Authorization: pass → unverified ▼ security
    • TLS certificate: pass → unverified ▼ security
    • Stability: pass → fail ▼ security
    • A breaking change shipped without a version bump: still 1.0.0 ▼ security
    • Tool “find_similar_creatives” was removed ▼ security
    • Tool “generate_weekly_creative_brief” was removed ▼ security
    • Tool “get_advertiser_profile” was removed ▼ security
    • Tool “get_creative_detail” was removed ▼ security
    • Tool “get_creative_rankings” was removed ▼ security
    • Tool “get_game_rank_trend” was removed ▼ security
    • Tool “search_advertisers” was removed ▼ security
    • Tool “search_creatives” was removed ▼ security
    • Tool “get_game_summary” rewrote its description, which is the text the model reads security
    • Schema quality: 2709 → 7509 ▼ functional
    • “get_game_summary” changed the type of “date_from”: string → string|null ▼ functional
    • “get_game_summary” changed the type of “date_to”: string → string|null ▼ functional
    • New tool “compare_games” functional
    • New tool “get_context” functional
    • New tool “get_filter_options” functional
    • New tool “get_game_ads_v2” functional
    • New tool “get_game_country_distribution” functional
    • New tool “get_game_daily_impressions” functional
    • New tool “get_game_detail” functional
    • New tool “get_game_install_trend” functional
    • New tool “get_game_investment_trend” functional
    • New tool “get_game_materials” functional
    • New tool “get_game_overview” functional
    • New tool “get_game_platform_stats” functional
    • New tool “get_game_publisher_platform_ratio” functional
    • New tool “get_game_publisher_platform_trend” functional
    • New tool “get_game_trend” functional
    • New tool “get_material_detail_v2” functional
    • New tool “get_material_rank” functional
    • New tool “get_material_reuse_clues” functional
    • New tool “get_similar_materials_v2” functional
    • New tool “get_store_first_seen_games” functional
    • New tool “get_store_game_rank” functional
    • New tool “get_store_game_rank_filter” functional
    • New tool “get_store_game_rank_trend” functional
    • New tool “report_capability_gap” functional
    • New tool “resolve_game_by_identifier” functional
    • New tool “search_games” functional
    • New tool “search_materials_by_filter” functional
    • New tool “search_materials_by_keyword” functional
    • New tool “search_materials_distribution” functional
    • New tool “search_materials_v2” functional
    • “get_game_rank_markets” reworded the description of “game_id” cosmetic
    • “get_game_summary” reworded the description of “date_from” cosmetic
    • “get_game_summary” reworded the description of “date_to” cosmetic
    • “get_game_summary” reworded the description of “game_id” cosmetic
    • “get_game_summary” made “date_from” optional cosmetic
    • “get_game_summary” made “date_to” optional cosmetic
  • 8 Sept 26 0
    • Tool “get_advertiser_profile” rewrote its description, which is the text the model reads security
    • Tool “search_advertisers” rewrote its description, which is the text the model reads security
    • New tool “get_game_summary” functional
  • 7 Sept 26 +1
    • Stability: 0.97 → pass security
  • 5 Sept 26 −1
    • Stability: pass → 0.93 functional
  • 4 Sept 26 0
    • HSTS header: unverified → fail ▼ security
    • Authorization: unverified → pass ▲ security
    • Injection markers: unverified → pass ▲ security
    • Stability: unverified → pass ▲ security
    • TLS certificate: unverified → pass ▲ security
    • Transport: fail → pass ▲ security
    • Endpoint reachability: unreachable → reachable ▲ functional
    • Tool coverage: unverified → 100 ▲ functional
    • MCP protocol: unverified → pass ▲ functional
  • 3 Sept 26 0
    • Endpoint reachability: reachable → unreachable ▼ security
    • HSTS header: fail → unverified ▼ security
    • Stability: pass → unverified ▼ security
    • Tool safety: pass → unverified ▼ security
    • Authorization: pass → unverified ▼ security
    • TLS certificate: pass → unverified ▼ security
    • Transport: pass → fail ▼ security
    • Capabilities: pass → unverified ▼ functional
    • Tool coverage: 100 → unverified ▼ functional
  • 30 Aug 26 +1
    • DNSSEC: fail → pass ▲ security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 24 Sept 2026 · Probed https://mcp.creativescope.ai/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_256_GCM_SHA384 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=*.creativescope.ai CN=YR1,O=Let's Encrypt,C=US 14 Jul 2026 12 Oct 2026 RSA 2048 SHA256-RSA 52eb2ed7e8271a78457d1dd82556c86c63b
SANs: *.creativescope.ai, creativescope.ai
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC secure

Validation of mcp.creativescope.ai. — Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
ai. present 3799 8 Verified
creativescope.ai. present 21908 13 Verified
mcp.creativescope.ai. Verified address RRset verified with the apex keys
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer resource_metadata="https://mcp.creativescope.ai/.well-known/oauth-protected-resource", scope="mcp:use"

Bearer resource_metadata="https://mcp.creativescope.ai/.well-known/oauth-protected-resource", scope="mcp:use"

Protected resource metadata

Document https://mcp.creativescope.ai/.well-known/oauth-protected-resource
Retrieved Yes
Resource https://mcp.creativescope.ai/mcp
Authorisation server https://api.creativescope.ai

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.creativescope.ai/mcp Verified 200
http (plaintext) http://mcp.creativescope.ai/mcp Inconclusive 401
MCP tools · 35 exposed · ~7,485 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
compare_games ~216

Compare 2-5 games with the same date range, deduplication and metric definitions. Return creative, reused-creative and ad-plan counts plus global creative lifetime estimated exposure. Optional country filtering means target-list inclusion, not country exposure or preference. Maximum 180 days; no standalone creative/ad IDs are returned.

NameTypeReqDescription
country_codestring|null–ISO 3166-1 alpha-2 country code, such as US or TR. Follow this tool's country-selection rules.
date_fromstringyesStart date, YYYY-MM-DD. Follow this tool's required-date and range constraints. Required.
date_tostringyesEnd date, YYYY-MM-DD; defaults to today unless explicitly required. Required. Maximum range 180 days.
game_idsarrayyesGame tokens returned by this service; maximum 20. For compare_games, supply 2-5 tokens.
rank_bystring|null–material_count (default), ad_plan_count, lifecycle_exposure, or reinvestment_count.

No output schema declared.

No examples provided.

get_context ~47

Get CreativeScope business context, current date, supported platforms, registered tool catalog, date limits, freshness and capability boundaries. Use the tool catalog to select the appropriate discovery, aggregate or ranking contract.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_filter_options ~81

Get valid game categories, countries and 14 delivery-platform aliases. Map user conditions to the returned standard values before exact filtering. Country options include codes and names. Keep canonical filter values unchanged when using them as parameters.

NameTypeReqDescription
typesstring|null–Comma-separated filter dictionaries: game_category, country, platform. Omit or use all for every dictionary.

No output schema declared.

No examples provided.

get_game_ads_v2 ~386

Discover a game's ad plans by countries, platforms, format and dates. Deduplicate cross-month snapshots; each result represents one plan with its associated creative material_reference and response-local plan_sequence, without standalone ad/creative IDs. contains matches any specified country; exclusive requires exact set equality. Pagination reports has_more, not an exact total. Use get_game_platform_stats for totals.

NameTypeReqDescription
country_codesarray|null–Array of ISO 3166-1 alpha-2 delivery-country codes, for example ["TR","US"]; maximum 20.
country_matchstring|null–contains (default): match any specified country. exclusive: the complete delivery-country set must exactly equal the specified set.
date_fromstring|null–Start date, YYYY-MM-DD. Follow this tool's required-date and range constraints.
date_tostring|null–End date, YYYY-MM-DD; defaults to today unless explicitly required.
game_idstringyesGame token returned by game search, rankings or details. Pass the token unchanged.
limitinteger|null–Number of results; default 20; maximum 100.
material_typestring|null–Format: image, video, playable. Mutually exclusive with video_type.
offsetinteger|null–Pagination offset; default 0.
publisher_platformsarray|null–Array of delivery platforms: facebook, instagram, messenger, audience_network, threads, admob, youtube, tiktok, mintegral, unity, applovin, ironsource, vungle or pangle.
sort_bystring|null–Sort order: heat, latest, ending. The first value is the default.
video_typeinteger|null–Creative format: 0=image, 1=video, 2=playable. Do not combine with material_type/material_types.

No output schema declared.

No examples provided.

get_game_country_distribution ~129

Get game delivery-country coverage for a date range. Country coverage can overlap and does not represent country-specific exposure or audience preference.

NameTypeReqDescription
date_fromstring|null–Start date, YYYY-MM-DD. Default: 90 days ago; maximum range 180 days.
date_tostring|null–End date, YYYY-MM-DD. Default: today.
game_idstringyesGame token returned by this service. Pass unchanged.
publisher_platformstring|null–Optional delivery platform alias, such as facebook, youtube or tiktok. See get_context for the full list.

No output schema declared.

No examples provided.

get_game_daily_impressions ~192

Get daily and cumulative estimated exposure across all Android/iOS packages associated with a game. daily_impressions is the daily increment; snapshot_impressions is cumulative through that date; daily_impressions_total is the period increment total. For historical total exposure with no date, query yesterday in Asia/Shanghai and use its snapshot_impressions. For the past N days, use daily_impressions_total. Default 90 days, maximum 365 days. Label exposure as estimated.

NameTypeReqDescription
date_fromstring|null–Start date, YYYY-MM-DD. Follow this tool's required-date and range constraints. Earliest supported date: 2025-06-30.
date_tostring|null–End date, YYYY-MM-DD; defaults to today unless explicitly required. Maximum range 365 days.
game_idstringyesGame token returned by game search, rankings or details. Pass the token unchanged.

No output schema declared.

No examples provided.

get_game_detail ~92

Get game identity, delivery platforms, countries, active ad and creative counts, and download snapshots. Exposure for active creatives is lifetime estimated exposure, not 30-day incremental exposure. Google Play download_count is the latest cumulative snapshot; download_count_label is a public store range, neither is a period increment.

NameTypeReqDescription
game_idstringyesGame token returned by game search, rankings or details. Pass the token unchanged.

No output schema declared.

No examples provided.

get_game_install_trend ~119

Get daily Google Play net download increments and cumulative snapshots for a game. Return requested and actual coverage dates, download_increment_total and latest_download_snapshot. Sum increments only; never sum cumulative snapshots.

NameTypeReqDescription
date_fromstring|null–Start date, YYYY-MM-DD. Follow this tool's required-date and range constraints.
date_tostring|null–End date, YYYY-MM-DD; defaults to today unless explicitly required.
game_idstringyesGame token returned by game search, rankings or details. Pass the token unchanged.

No output schema declared.

No examples provided.

get_game_investment_trend ~164

Get daily newly launched creatives, reused creatives, ad plans and exposure references to analyze delivery growth and creative refresh cadence. Exposure is a lifetime reference for newly launched creatives, not a daily increment. Default 90 days; maximum 180 days.

NameTypeReqDescription
date_fromstring|null–Start date, YYYY-MM-DD. Follow this tool's required-date and range constraints. Maximum range 180 days.
date_tostring|null–End date, YYYY-MM-DD; defaults to today unless explicitly required.
game_idstringyesGame token returned by game search, rankings or details. Pass the token unchanged.
metricsstring|null–Comma-separated metrics: materials, ads, or all (default). Chinese aliases are also accepted.

No output schema declared.

No examples provided.

get_game_materials ~297

List a game advertiser's creatives by delivery performance, including material_reference, delivery dates, heat, reuse status and media. No standalone material tokens are returned. Each material_reference belongs to the same result item. No exact match total is returned. For platform totals, use get_game_platform_stats; never count by repeatedly paging.

NameTypeReqDescription
date_fromstring|null–Start date, YYYY-MM-DD. Follow this tool's required-date and range constraints.
date_tostring|null–End date, YYYY-MM-DD; defaults to today unless explicitly required.
game_idstringyesGame token returned by game search, rankings or details. Pass the token unchanged.
limitinteger|null–Number of results; default 20; maximum 100.
offsetinteger|null–Pagination offset; default 0.
publisher_platformstring|null–Delivery platform: facebook, instagram, messenger, audience_network, threads, admob, youtube, tiktok, mintegral, unity, applovin, ironsource, vungle or pangle. admob includes the Google advertising s…
sort_bystring|null–Sort order: heat, reinvestment, latest, ending. The first value is the default.
video_typeinteger|null–Creative format: 0=image, 1=video, 2=playable. Do not combine with material_type/material_types.

No output schema declared.

No examples provided.

get_game_overview ~182

Get a game's identity, deduplicated creatives/ad plans, market and platform coverage, and delivery-cadence summary in one call. Require explicit dates, maximum 180 days. Exposure is global creative lifetime estimated exposure, not period increments or country exposure. Country shares are overlapping ad-plan target coverage. No standalone creative/ad IDs are returned.

NameTypeReqDescription
date_fromstringyesStart date, YYYY-MM-DD. Follow this tool's required-date and range constraints. Required.
date_tostringyesEnd date, YYYY-MM-DD; defaults to today unless explicitly required. Required. Maximum range 180 days.
game_idstringyesGame token returned by game search, rankings or details. Pass the token unchanged.
sectionsarray|null–Optional sections: identity, summary, markets, platforms, trend_summary. Omit for all.

No output schema declared.

No examples provided.

get_game_platform_stats ~212

Get deduplicated creative count, first-discovered creative count and ad-plan count for one game, platform and explicit date range (maximum 180 days). Creative count uses lifetime overlap; first-discovered count uses first appearance within the range. No paging is needed. Always use this tool for platform totals rather than counting pages from discovery tools.

NameTypeReqDescription
date_fromstringyesStart date, YYYY-MM-DD. Follow this tool's required-date and range constraints. Required.
date_tostringyesEnd date, YYYY-MM-DD; defaults to today unless explicitly required. Required. Maximum range 180 days.
game_idstringyesGame token returned by game search, rankings or details. Pass the token unchanged.
publisher_platformstringyesDelivery platform: facebook, instagram, messenger, audience_network, threads, admob, youtube, tiktok, mintegral, unity, applovin, ironsource, vungle or pangle. admob includes the Google advertising s…

No output schema declared.

No examples provided.

get_game_publisher_platform_ratio ~122

Get a game delivery-platform distribution for a date range. Platform coverage can overlap; shares are not exclusive audience or exposure shares.

NameTypeReqDescription
country_codestring|null–Optional ISO2 delivery-country code; matches target-country-list inclusion.
date_fromstring|null–Start date, YYYY-MM-DD. Default: 90 days ago; maximum range 180 days.
date_tostring|null–End date, YYYY-MM-DD. Default: today.
game_idstringyesGame token returned by this service. Pass unchanged.

No output schema declared.

No examples provided.

get_game_publisher_platform_trend ~129

Get a game delivery-platform trend for a date range. Use the returned metric and dates consistently when comparing platforms.

NameTypeReqDescription
date_fromstring|null–Start date, YYYY-MM-DD. Default: 90 days ago; maximum range 180 days.
date_tostring|null–End date, YYYY-MM-DD. Default: today.
game_idstringyesGame token returned by this service. Pass unchanged.
publisher_platformstring|null–Optional delivery platform alias, such as facebook, youtube or tiktok. See get_context for the full list.

No output schema declared.

No examples provided.

get_game_rank_markets ~237

List the countries, app-store categories, stores, and ranking types where a game appeared on a chart during a date range. Returns each observed dimension with best rank, latest rank, and ranked-day count. Ranking types are free, store-paid, and top-grossing. Only Google Play and iPhone App Store are exposed; iPad rankings are excluded. Date range defaults to the last 90 days and cannot exceed 365 days.

NameTypeReqDescription
date_fromstring|null–Start date in YYYY-MM-DD. Defaults to 89 days before date_to.
date_tostring|null–End date in YYYY-MM-DD. Defaults to today.
game_idstringyesEncrypted game ID returned by search_games or as game_id/advertiser_id in other results.
limitinteger|null–Maximum dimension rows to return. Maximum 200; defaults to 100.
rank_typesarray|null–Ranking types: free, store_paid, grossing. Defaults to all three.
storestring|null–Store: all, google_play, or app_store. Defaults to all.

No output schema declared.

No examples provided.

get_game_summary ~123

Summarize creatives, ad plans, lifetime exposure references and Google Play net download increments within a date range. download_increment sums daily increments over actual coverage, not cumulative downloads or public store ranges. Includes the legacy nested summary alongside the primary delivery fields.

NameTypeReqDescription
date_fromstring|null–Start date, YYYY-MM-DD. Default: 90 days ago; maximum range 180 days.
date_tostring|null–End date, YYYY-MM-DD. Default: today.
game_idstringyesGame token returned by this service. Pass unchanged.

No output schema declared.

No examples provided.

get_game_trend ~104

Get daily game delivery trends for the requested date range. Creative and ad counts represent delivery activity; exposure is a lifetime reference, not daily incremental exposure.

NameTypeReqDescription
date_fromstring|null–Start date, YYYY-MM-DD. Default: 90 days ago; maximum range 180 days.
date_tostring|null–End date, YYYY-MM-DD. Default: today.
game_idstringyesGame token returned by this service. Pass unchanged.

No output schema declared.

No examples provided.

get_material_detail_v2 ~137

Get creative summary, media and owning-game information using a complete material_reference returned by this service. Resolve the exact material, game, source platform, date and month in that reference. Use material_reference for follow-up tool calls and media_url to view images, play videos or open HTML playable ads.

NameTypeReqDescription
detail_urlstringyesOpaque material_reference returned by creative search. Pass unchanged in this legacy-named detail_url parameter. Previously issued detail URLs remain accepted as input only.
includearray|null–Requested sections: summary (default, including owning-game and download/delivery information), media. Multiple sections are allowed.

No output schema declared.

No examples provided.

get_material_rank ~224

Get rising or evergreen creative rankings by period and optional primary/secondary category. Return rank, material_reference, video media, creative labels, delivery duration, heat, ad count and associated games. Always use the same item's material_reference when citing a creative. No standalone material identifiers are returned. Platform/country filtering is not supported.

NameTypeReqDescription
class_namestring|null–Primary creative category; omit for all. Use canonical category values from get_filter_options.
datestring|null–Chart date: YYYY-MM-DD, or YYYY-MM for monthly charts. Omit for the latest available period.
limitinteger|null–Number of results; default 20; maximum 100.
offsetinteger|null–Pagination offset; default 0.
periodstring|null–Chart period: day (default), week, month.
rank_typeinteger|null–1=rising creatives (default), 2=evergreen creatives.
tag_namestring|null–Optional secondary creative category; use a canonical value from get_filter_options.

No output schema declared.

No examples provided.

get_material_reuse_clues ~118

Find directly recorded reuse relationships for a creative material_reference. Return related games, developers, first/last appearances, relative appearance days and representative material references, grouped by game. These are direct bidirectional reuse relationships, not vector similarity or proof of ownership.

NameTypeReqDescription
detail_urlstringyesOpaque material_reference returned by creative search. Pass unchanged in this legacy-named detail_url parameter. Previously issued detail URLs remain accepted as input only.
limitinteger|null–Number of results; default 20; maximum 50.

No output schema declared.

No examples provided.

get_reference_image_search_results ~77

Get completed reference-image search results. If the job is still running, returns polling guidance. Example: 'Show the matches from my reference-image search.'

NameTypeReqDescription
job_idstringyesJob ID returned by submit_reference_image_search.
limitinteger|null–Maximum number of hydrated creative records to return. Maximum 20.

No output schema declared.

No examples provided.

get_reference_image_search_status ~50

Get the processing status of a reference-image search job. Example: 'Is my reference-image search finished yet?'

NameTypeReqDescription
job_idstringyesJob ID returned by submit_reference_image_search.

No output schema declared.

No examples provided.

get_similar_materials_v2 ~254

Find visually similar creatives from a complete material_reference using stored video-content vectors. Return games, developers, delivery dates, heat, media and material references. Require dates, maximum 180 days. Similarity does not establish reuse; use get_material_reuse_clues for recorded cross-game reuse and chronology.

NameTypeReqDescription
cross_gameboolean|null–true (default) searches all games; false restricts results to the seed creative's game.
date_fromstringyesStart date, YYYY-MM-DD. Follow this tool's required-date and range constraints. Required.
date_tostringyesEnd date, YYYY-MM-DD; defaults to today unless explicitly required. Required. Maximum range 180 days.
detail_urlstringyesOpaque material_reference returned by creative search. Pass unchanged in this legacy-named detail_url parameter. Previously issued detail URLs remain accepted as input only.
limitinteger|null–Number of results; default 10; maximum 20.
offsetinteger|null–Pagination offset; default 0. Maximum 5000.
sort_bystring|null–Sort order: similarity, heat, latest. The first value is the default.

No output schema declared.

No examples provided.

get_store_first_seen_games ~377

Find games first observed in official daily app-store charts, defined per package, platform, country, category and rank type. This is not a release date. Complete coverage starts 2025-09-15; exclude the baseline day by default to avoid labeling existing games as new. Default game grouping deduplicates package/platform; dimension grouping returns original chart dimensions.

NameTypeReqDescription
categoriesstring|null–Official store category code or canonical category name. Use get_store_game_rank_filter to obtain valid platform-specific values.
country_codestring|null–ISO 3166-1 alpha-2 country code, such as US or TR. Follow this tool's country-selection rules.
date_fromstring|null–Start date, YYYY-MM-DD. Follow this tool's required-date and range constraints. Earliest supported date: 2025-09-15.
date_tostring|null–End date, YYYY-MM-DD; defaults to today unless explicitly required. Maximum range 365 days.
group_bystring|null–game (default): deduplicate package/platform; dimension: retain country/category/chart-type dimensions.
include_baselineboolean|null–Include the initial coverage day 2025-09-15; default false.
limitinteger|null–Number of results; default 20; maximum 100.
offsetinteger|null–Pagination offset; default 0.
platforminteger|null–Store platform: 1=Google Play, 2=iPhone App Store.
rank_typesarray|null–Array of chart types: 0=free, 1=paid, 2=grossing. Omit for all.
sort_bystring|null–Sort order: first_date, first_rank. The first value is the default.

No output schema declared.

No examples provided.

get_store_game_rank ~269

Get official Google Play or iPhone App Store free, paid or grossing charts by day, week or month and official category. country_code must be explicitly specified by the user; otherwise get_store_game_rank_filter and ask for the country. Return current, best and previous ranks, movement, hourly rank curves and game tokens.

NameTypeReqDescription
categoriesstring|null–Official store category code or canonical category name. Use get_store_game_rank_filter to obtain valid platform-specific values.
country_codestringyesISO 3166-1 alpha-2 country code, such as US or TR. Follow this tool's country-selection rules.
datestring|null–Chart date: YYYY-MM-DD, or YYYY-MM for monthly charts. Omit for the latest available period.
limitinteger|null–Number of results; default 20; maximum 100.
offsetinteger|null–Pagination offset; default 0.
periodstring|null–Chart period: day (default), week, month.
platforminteger|null–Store platform: 1=Google Play, 2=iPhone App Store.
rank_typeinteger|null–Chart type: 0=free (default), 1=paid, 2=grossing.

No output schema declared.

No examples provided.

get_store_game_rank_filter ~57

Get valid platforms, rank types, periods, countries, official categories and dates for official app-store rankings, including the latest Google Play US free-chart date/hour. Use before querying rankings to discover valid country and platform-specific category values.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_store_game_rank_trend ~421

Get game-level official daily chart trends using a game token or an app identifier resolved through the official package mapping. Best mode selects leading dimensions across Google Play and iPhone App Store; exact mode fixes store, country and category. Includes current-day realtime data when available. Returns daily ranks, first-entry flags and optional 24-hour curves.

NameTypeReqDescription
categoriesstring|null–Official store category code or canonical category name. Use get_store_game_rank_filter to obtain valid platform-specific values.
country_codestring|null–ISO 3166-1 alpha-2 country code, such as US or TR. Follow this tool's country-selection rules.
date_fromstring|null–Start date, YYYY-MM-DD. Follow this tool's required-date and range constraints.
date_tostring|null–End date, YYYY-MM-DD; defaults to today unless explicitly required. Maximum range 365 days.
game_idstring|null–Game token from search_games or store rankings. Queries every associated official-store package, matching the game-level API.
include_rank_curveboolean|null–Include a fixed 24-entry hourly rank curve for each day; default false.
max_seriesinteger|null–Maximum chart series in best mode; default 20, maximum 50.
modestring|null–best selects the strongest observed dimensions across both stores; exact fixes platform, country and category. Defaults to exact when country_code is supplied, otherwise best.
package_namestring|null–Optional Android package name or numeric iOS app ID. Resolves the owning game through the official package mapping; supply this or game_id, not both.
platforminteger|null–Store for exact mode: 1=Google Play, 2=iPhone App Store. Defaults to the supplied app identifier's store, otherwise Google Play.
rank_typesarray|null–Array of chart types: 0=free, 1=paid, 2=grossing. Omit for all.

No output schema declared.

No examples provided.

report_capability_gap ~85

Record an unmet analysis need for future product improvements when existing tools cannot satisfy the request. Include the missing capability and an example query.

NameTypeReqDescription
descriptionstringyesDescribe the unmet need as specifically as possible.
example_querystring|null–Optional example user query or scenario.
triggered_by_toolstring|null–Optional tool or scenario that exposed the capability gap.

No output schema declared.

No examples provided.

resolve_game_by_identifier ~122

Resolve an Android package name or numeric iOS app ID to game tokens and identity. Return all matching regional editions, ordered by lifetime estimated exposure of creatives active in the last 30 days. This is a delivery-heat reference, not incremental exposure.

NameTypeReqDescription
identifierstringyesAndroid package name or numeric iOS app ID. Required, at least 3 characters.
limitinteger|null–Number of results; default 5; maximum 10.
typestring|null–Identifier type: auto (default), package, or ios.

No output schema declared.

No examples provided.

search_games ~208

Search mobile games by name or category across global markets. Return identity, active ads and creatives in the last 30 days, and their lifetime estimated exposure as a delivery-heat reference, not 30-day incremental exposure. Supply keyword or category. Category accepts English or Chinese.

NameTypeReqDescription
categorystring|null–Game category in English or Chinese, such as strategy, RPG or casual. Supply keyword or category.
keywordstring|null–Search text in the user's original language. Supply keyword or category.
limitinteger|null–Number of results; default 20; maximum 50.
offsetinteger|null–Pagination offset; default 0.
publisher_platformstring|null–Optional delivery platform alias, such as facebook or tiktok.
regionstring|null–Optional delivery region or ISO2 country code.
sort_bystring|null–Sort order: ad_heat, material_count, ad_count, downloads. The first value is the default.

No output schema declared.

No examples provided.

search_materials_by_filter ~409

Search creatives by game category, creative labels, country, platform and format. Each label dimension accepts one standard value; different dimensions may be combined. Country means the delivery list includes that country, not exclusive targeting. Exposure is global lifetime estimated exposure, not country-specific. Cite metrics and material_reference from the same item. Use get_filter_options for game categories, countries and platforms.

NameTypeReqDescription
content_themestring|null–Optional single canonical content-topic label.
country_codestring|null–ISO 3166-1 alpha-2 country code, such as US or TR. Follow this tool's country-selection rules.
creative_themestring|null–Optional single canonical creative-topic label.
date_fromstring|null–Start date, YYYY-MM-DD. Follow this tool's required-date and range constraints.
date_tostring|null–End date, YYYY-MM-DD; defaults to today unless explicitly required.
game_classstring|null–Optional canonical primary game category.
game_idstring|null–Game token returned by game search, rankings or details. Pass the token unchanged.
game_tagstring|null–Optional canonical secondary game category.
limitinteger|null–Number of results; default 20; maximum 50.
moodstring|null–Optional single canonical mood label.
offsetinteger|null–Pagination offset; default 0.
publisher_platformstring|null–Delivery platform: facebook, instagram, messenger, audience_network, threads, admob, youtube, tiktok, mintegral, unity, applovin, ironsource, vungle or pangle. admob includes the Google advertising s…
sort_bystring|null–Sort order: heat, latest. The first value is the default.
video_typeinteger|null–Creative format: 0=image, 1=video, 2=playable. Do not combine with material_type/material_types.

No output schema declared.

No examples provided.

search_materials_by_keyword ~253

Search creative copy and labels by keyword, optionally within a game and date range. Return opaque material references and direct video addresses. Keyword length is 2-200 characters. This performs text matching, not arbitrary visual-description vector search. Use search_materials_v2 with query for bilingual concept expansion.

NameTypeReqDescription
date_fromstring|null–Start date, YYYY-MM-DD. Follow this tool's required-date and range constraints.
date_tostring|null–End date, YYYY-MM-DD; defaults to today unless explicitly required.
game_idstring|null–Game token returned by game search, rankings or details. Pass the token unchanged.
keywordstringyesSearch text in the user's original language. Required; 2-200 characters.
limitinteger|null–Number of results; default 20; maximum 50.
offsetinteger|null–Pagination offset; default 0.
sort_bystring|null–Sort order: heat, latest. The first value is the default.
video_typeinteger|null–Creative format: 0=image, 1=video, 2=playable. Do not combine with material_type/material_types.

No output schema declared.

No examples provided.

search_materials_distribution ~590

Aggregate ad-plan and creative counts/shares by delivery platform and country using discovery filters. Return aggregates only. Each creative or plan can cover multiple countries/platforms, so sums count attributions rather than deduplicated totals. Require explicit dates (maximum 180 days) and at least one of game_ids, keyword, country_codes, publisher_platforms, languages or a creative-label filter. Use get_game_platform_stats for single-game/platform deduplicated totals.

NameTypeReqDescription
aspect_ratiostring|null–landscape, portrait, or square. Omit for any orientation.
content_topicsarray|null–Array of canonical content-topic values; maximum 20; matches any value.
country_codesarray|null–Array of ISO 3166-1 alpha-2 delivery-country codes, for example ["TR","US"]; maximum 20.
country_matchstring|null–contains (default): match any specified country. exclusive: the complete delivery-country set must exactly equal the specified set.
creative_topicsarray|null–Array of canonical creative-topic values; maximum 20; matches any value.
date_fromstringyesStart date, YYYY-MM-DD. Follow this tool's required-date and range constraints. Required.
date_tostringyesEnd date, YYYY-MM-DD; defaults to today unless explicitly required. Required. Maximum range 180 days.
devicestring|null–ios or android; omit or use all for either.
duration_max_secondsnumber|null–Exclusive maximum duration in seconds; must be positive and greater than the minimum.
duration_min_secondsnumber|null–Inclusive minimum duration in seconds; must be nonnegative.
game_idsarray|null–Game tokens returned by this service; maximum 20. For compare_games, supply 2-5 tokens.
keywordstring|null–Search text in the user's original language. Maximum 100 characters.
languagesarray|null–Array of exact canonical creative-language values; maximum 20.
material_typesarray|null–Array of formats: image, video, playable. Mutually exclusive with video_type.
only_discoverboolean|null–true: first discovery falls within the range. false or omitted: creative lifetime overlaps the range.
publisher_platformsarray|null–Array of delivery platforms: facebook, instagram, messenger, audience_network, threads, admob, youtube, tiktok, mintegral, unity, applovin, ironsource, vungle or pangle.
qualitystring|null–hd: short edge at least 720 pixels; sd: below 720. Omit or use all for any quality.
video_typeinteger|null–Creative format: 0=image, 1=video, 2=playable. Do not combine with material_type/material_types.

No output schema declared.

No examples provided.

search_materials_v2 ~675

Discover creatives by games, countries, platforms, formats, languages, aspect ratio, duration, device, quality and discovery dates. Each result has an atomically associated material_reference, without standalone creative/ad IDs. country_match contains matches any country; exclusive requires exact set equality. Exposure is global lifetime estimated exposure, not country-specific. Pagination reports has_more, not an exact total. Use get_game_platform_stats for totals, never repeated paging. Arbitrary visual-description semantic search is not supported.

NameTypeReqDescription
aspect_ratiostring|null–landscape, portrait, or square. Omit for any orientation.
country_codesarray|null–Array of ISO 3166-1 alpha-2 delivery-country codes, for example ["TR","US"]; maximum 20.
country_matchstring|null–contains (default): match any specified country. exclusive: the complete delivery-country set must exactly equal the specified set.
date_fromstring|null–Start date, YYYY-MM-DD. Follow this tool's required-date and range constraints.
date_tostring|null–End date, YYYY-MM-DD; defaults to today unless explicitly required.
devicestring|null–ios or android; omit or use all for either.
duration_max_secondsnumber|null–Exclusive maximum duration in seconds; must be positive and greater than the minimum.
duration_min_secondsnumber|null–Inclusive minimum duration in seconds; must be nonnegative.
game_idsarray|null–Game tokens returned by this service; maximum 20. For compare_games, supply 2-5 tokens.
genrestring|null–Optional game genre in English or Chinese. Combined with the other discovery filters.
keywordstring|null–Search text in the user's original language. Maximum 100 characters.
languagesarray|null–Array of exact canonical creative-language values; maximum 20.
limitinteger|null–Number of results; default 20; maximum 50.
material_typesarray|null–Array of formats: image, video, playable. Mutually exclusive with video_type.
offsetinteger|null–Pagination offset; default 0.
only_discoverboolean|null–true: first discovery falls within the range. false or omitted: creative lifetime overlaps the range.
publisher_platformsarray|null–Array of delivery platforms: facebook, instagram, messenger, audience_network, threads, admob, youtube, tiktok, mintegral, unity, applovin, ironsource, vungle or pangle.
qualitystring|null–hd: short edge at least 720 pixels; sd: below 720. Omit or use all for any quality.
querystring|null–Optional natural-language creative query, 2-200 characters. English concepts are expanded to Chinese source labels internally. Unlike keyword, this uses concept matching, not exact text matching. Not…
sort_bystring|null–Sort order: heat, latest, ending, reinvestment. The first value is the default.
video_typeinteger|null–Creative format: 0=image, 1=video, 2=playable. Do not combine with material_type/material_types.

No output schema declared.

No examples provided.

submit_reference_image_search ~327

Submit a reference-image similarity search as an asynchronous job. Use this when the user provides a directly downloadable public HTTPS image URL. The URL must resolve to image bytes without login or hotlink protection; HTML pages, local paths, and base64 are not supported. The embedding provider validates image format and size asynchronously and returns IMAGE_FETCH_FAILED, INVALID_IMAGE, or EMBEDDING_MODEL_ERROR when processing cannot continue. Genre aliases are normalized internally. If a normalized genre produces no candidates, the completed result explicitly marks a visual-only fallback instead of silently returning an empty set. Example: 'Find ads visually similar to this reference image.'

NameTypeReqDescription
countrystring|null–Optional ISO 3166-1 alpha-2 country code, for example US, JP, KR, GB.
formatstring|null–Optional creative format: image, video, or playable.
genrestring|null–Optional game genre or sub-genre, for example SLG, match-3, puzzle, RPG. Aliases are normalized internally. If the normalized genre has no candidates, results may use an explicitly disclosed visual-o…
image_urlstringyesDirectly downloadable public HTTPS image URL. It must return image bytes without login or hotlink protection. Do not pass an HTML page, local path, base64, or expiring authenticated URL.
limitinteger|null–Number of similar creatives to return when the job completes. Maximum 20.
platformstring|null–Optional platform filter, for example facebook, instagram, tiktok, youtube, admob.

No output schema declared.

No examples provided.

Common questions

What is the CreativeScope — Mobile Game Ad Creative Intelligence MCP server?

CreativeScope — Mobile Game Ad Creative Intelligence is an MCP server listed in the public MCP registry as ai.creativescope/creative-intelligence. Mobile-game ad creative intelligence across SDK ad networks: search, rankings, AI hook analysis. This page covers its hosted endpoint (https://mcp.creativescope.ai/mcp).

Is the CreativeScope — Mobile Game Ad Creative Intelligence MCP server safe to use?

CreativeScope — Mobile Game Ad Creative Intelligence scores 78 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the CreativeScope — Mobile Game Ad Creative Intelligence MCP server expose?

CreativeScope — Mobile Game Ad Creative Intelligence exposes 35 tools: get_game_trend, get_game_rank_markets, get_game_investment_trend, get_game_overview, get_game_summary, and 30 more. Their descriptions and schemas cost roughly 7,485 tokens of context every time the server is loaded.

Does the CreativeScope — Mobile Game Ad Creative Intelligence MCP server require authentication?

Yes. CreativeScope — Mobile Game Ad Creative Intelligence asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

Is the CreativeScope — Mobile Game Ad Creative Intelligence MCP server still maintained?

CreativeScope — Mobile Game Ad Creative Intelligence is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.