Skip to main content
Glama

mcp-appstore

by appreply-co

get_keyword_scores

Analyze keyword performance for App Store Optimization by providing scores specific to iOS or Android platforms. Input a keyword, platform, and optional country code for targeted insights.

Input Schema

NameRequiredDescriptionDefault
countryNoTwo-letter country code for localization. Default 'us'.us
keywordYesThe keyword to analyze for App Store Optimization.
platformYesThe platform to analyze the keyword for ('ios' or 'android').

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "country": { "default": "us", "description": "Two-letter country code for localization. Default 'us'.", "maxLength": 2, "minLength": 2, "type": "string" }, "keyword": { "description": "The keyword to analyze for App Store Optimization.", "type": "string" }, "platform": { "description": "The platform to analyze the keyword for ('ios' or 'android').", "enum": [ "ios", "android" ], "type": "string" } }, "required": [ "keyword", "platform" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/appreply-co/mcp-appstore'

If you have feedback or need assistance with the MCP directory API, please join our Discord server