CreativeScope — Mobile Game Ad Creative Intelligence
Server Details
Mobile-game ad creative intelligence across SDK ad networks: search, rankings, AI hook analysis.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- creativescope/creativescope-mcp
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
12 toolsfind_similar_creativesInspect
Find visually similar creatives using the stored vector of an existing creative. For a concept without an ID, query selects an explainable seed from available creative metadata and then uses the same vector-neighbor search. For an English concept, send the original English terms only. The service resolves Chinese source-label equivalents internally before selecting the seed. Returns creative records ordered from most to least visually similar; low-similarity and near-duplicate results are excluded, and raw similarity scores are not exposed. If request_echo.seed_basis identifies a proxy seed, clearly disclose that limitation instead of presenting the results as an exact concept match. Example: 'Show variants of the toilet run viral creative concept.'
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of similar creatives to return. Maximum 20. | |
| query | No | Optional concept query in the user's original language used to select a seed before vector similarity. Do not append generated translations; source-label expansion is internal. Supply query or creative_id. | |
| creative_id | No | Optional creative ID returned by search_creatives, get_creative_rankings, or get_reference_image_search_results. Supply creative_id or query. |
generate_weekly_creative_briefInspect
Generate a compact creative brief from recent high-signal mobile game ads. Use this for weekly inspiration, hook mining, competitor creative planning, and UA brainstorming. Creative tag fields are normalized to English in the result. Example: 'Create this week's puzzle-game creative brief for Facebook.'
| Name | Required | Description | Default |
|---|---|---|---|
| genre | No | Game genre or sub-genre in the user's original language, for example match-3 or puzzle. Chinese source-label expansion is internal. | |
| limit | No | Number of representative creatives to include. Maximum 20. | |
| format | No | Creative format: image, video, or playable. | |
| country | No | ISO 3166-1 alpha-2 country code, for example US, JP, KR, GB. | |
| platform | No | Ad platform filter. Supported values: facebook, instagram, messenger, audience_network, threads, admob, youtube, tiktok, mintegral, unity, applovin, ironsource, vungle, pangle. | |
| date_range | No | Date range. Supports last_7_days, last_30_days, last_90_days, or 'YYYY-MM-DD..YYYY-MM-DD'. Defaults to last_7_days. |
get_advertiser_profileInspect
Get an advertiser or game profile, including recent ad activity, creative volume, target countries, and platforms. Creative tag fields are normalized to English in the result. Example: 'Which markets and platforms is this game scaling on?'
| Name | Required | Description | Default |
|---|---|---|---|
| advertiser_id | Yes | Advertiser ID returned by search_advertisers or as game_id in creative results. |
get_creative_detailInspect
Get one creative's delivery metadata and English creative insights, including opening hook signals, scene descriptions, and creative patterns when available. Example: 'Why does this winning creative work?'
| Name | Required | Description | Default |
|---|---|---|---|
| creative_id | Yes | Creative ID returned by search_creatives, find_similar_creatives, or get_creative_rankings. |
get_creative_rankingsInspect
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. Evergreen data is monthly only; day/week requests are normalized to month and disclosed in request_echo. Use this to answer what's rising this week, what evergreen creatives keep working, or which hook patterns repeat in a genre. For platform- or country-filtered discovery, use search_creatives and do not describe those results as an official rising or evergreen ranking. Creative tag fields are normalized to English in the result. Example: 'Which SLG creatives are rising this month?'
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Ranking type: rising or evergreen. | |
| genre | No | Optional genre/category filter in the user's original language, for example match-3 or SLG. Chinese source-label expansion is internal. | |
| limit | No | Number of ranked creatives to return. Maximum 20. | |
| period | Yes | Ranking period: day, week, or month. Evergreen supports month only; other values are normalized to month. |
get_game_rank_marketsInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum dimension rows to return. Maximum 200; defaults to 100. | |
| store | No | Store: all, google_play, or app_store. Defaults to all. | |
| date_to | No | End date in YYYY-MM-DD. Defaults to today. | |
| game_id | Yes | Encrypted game ID returned by search_advertisers or as game_id/advertiser_id in other results. | |
| date_from | No | Start date in YYYY-MM-DD. Defaults to 89 days before date_to. | |
| rank_types | No | Ranking types: free, store_paid, grossing. Defaults to all three. |
get_game_rank_trendInspect
Get one mobile game's daily app-store ranking performance over a date range. Returns free, store-paid, and top-grossing ranking series with best/latest rank and the matched country, category, and store. Use mode=best to select the game's best daily rank across supported countries and categories, or mode=exact for one country/category/store combination. Supported stores are Google Play, iPhone App Store, and all (Google Play plus iPhone App Store). Date range defaults to the last 90 days and cannot exceed 365 days.
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Query mode: best or exact. Defaults to best. | |
| store | No | Store: all, google_play, or app_store. Used as a constraint in both modes; defaults to all. | |
| country | No | ISO 3166-1 alpha-2 country code. Used by exact mode; defaults to US. | |
| date_to | No | End date in YYYY-MM-DD. Defaults to today. | |
| game_id | Yes | Encrypted game ID returned by search_advertisers or as game_id/advertiser_id in other results. | |
| category | No | App-store category. Used by exact mode; defaults to all categories. | |
| date_from | No | Start date in YYYY-MM-DD. Defaults to 89 days before date_to. | |
| rank_types | No | Ranking types: free, store_paid, grossing. Defaults to all three. |
get_reference_image_search_resultsInspect
Get completed reference-image search results. If the job is still running, returns polling guidance. Example: 'Show the matches from my reference-image search.'
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of hydrated creative records to return. Maximum 20. | |
| job_id | Yes | Job ID returned by submit_reference_image_search. |
get_reference_image_search_statusInspect
Get the processing status of a reference-image search job. Example: 'Is my reference-image search finished yet?'
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job ID returned by submit_reference_image_search. |
search_advertisersInspect
Search advertisers, game studios, or mobile games by name and optional genre, region, and platform filters. Use the returned advertiser_id with get_advertiser_profile. Example: 'Find the advertiser for Last War.'
| Name | Required | Description | Default |
|---|---|---|---|
| genre | No | Game genre or sub-genre filter in the user's original language. Chinese source-label expansion is internal. | |
| limit | No | Number of advertisers to return. Maximum 20. | |
| query | Yes | Advertiser, studio, or game name query. | |
| region | No | Region or ISO country code filter. Exact matching depends on current availability metadata. | |
| platform | No | Optional ad platform filter. Supported values include facebook, instagram, tiktok, admob, youtube, unity, applovin, mintegral, ironsource, vungle, and pangle. |
search_creativesInspect
Search mobile game ad creatives by keyword or visual-description-like natural language. For an English request, send the original English concepts only. The service internally expands genre, hook, mood, art-style, and gameplay-mechanic concepts to Chinese source-label equivalents for retrieval; generated translations must not be inserted into the public request. Use this for finding UGC-style ads, winning creatives, opening hook examples, playable ads, and platform/country/genre slices. Results include the original creative asset as media_url when available. Creative tag fields are normalized to English in the result. Example: 'Find UGC-style match-3 video ads in the US.'
| Name | Required | Description | Default |
|---|---|---|---|
| genre | No | Game genre or sub-genre in the user's original language, for example match-3, puzzle, or SLG. Chinese source-label expansion is internal. | |
| limit | No | Number of creatives to return. Maximum 20. | |
| query | Yes | Natural-language search query in the user's original language. Do not append generated Chinese translations to an English query; the service performs Chinese source-label expansion internally. | |
| format | No | Creative format: image, video, or playable. | |
| country | No | ISO 3166-1 alpha-2 country code, for example US, JP, KR, GB. | |
| platform | No | Ad platform filter. Supported values: facebook, instagram, messenger, audience_network, threads, admob, youtube, tiktok, mintegral, unity, applovin, ironsource, vungle, pangle. | |
| date_range | No | Date range. Supports last_7_days, last_30_days, last_90_days, or 'YYYY-MM-DD..YYYY-MM-DD'. Defaults to last_90_days. | |
| orientation | No | Optional creative orientation: portrait, landscape, or square. For video, this is derived from existing media width and height metadata. |
submit_reference_image_searchInspect
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.'
| Name | Required | Description | Default |
|---|---|---|---|
| genre | No | 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-only fallback. | |
| limit | No | Number of similar creatives to return when the job completes. Maximum 20. | |
| format | No | Optional creative format: image, video, or playable. | |
| country | No | Optional ISO 3166-1 alpha-2 country code, for example US, JP, KR, GB. | |
| platform | No | Optional platform filter, for example facebook, instagram, tiktok, youtube, admob. | |
| image_url | Yes | Directly 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. |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!