appskyline
A
appskyline
/get_store_listing

Get public store listing

Fetch the public store listing for any app by its store-native id (not just apps tracked in Appskyline): title, developer, rating, price, version, release dates

liveunknown~5s typical
mcpappskyline
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-appskyline-appskyline /get_store_listing for me.

Input

FieldTypeDescription
store*string (ios-app-store | macos-app-store | google-play | microsoft-store)Which store to read the listing from
storeId*stringStore-native app identifier: numeric Apple id, Google Play package name, or Microsoft Stor
countrystringTwo-letter country code (e.g. US, IT)
langstringTwo-letter language code (e.g. en, it)

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-appskyline-appskyline","endpoint":"/get_store_listing","input":{"store":"ios-app-store","storeId":"..."}}'
cli
npx cracked-ai run -p mcp-com-appskyline-appskyline -e /get_store_listing -i '{"store":"ios-app-store","storeId":"..."}'
mcp
run_tool({ provider: "mcp-com-appskyline-appskyline", endpoint: "/get_store_listing", input: {"store":"ios-app-store","storeId":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.