---
title: AppSkyline
description: App Store Optimization keyword ranking and store intelligence across four app stores.
canonical: https://www.appskyline.com/en/
last-updated: 2026-08-31
---

# AppSkyline

AppSkyline is an App Store Optimization platform for tracking keyword rankings, inspecting live search results, researching competitors, and reviewing store-listing metadata across the iOS App Store, Mac App Store, Google Play, and Microsoft Store.

## Start here

### Documentation and machine interfaces

- [Developer documentation](https://www.appskyline.com/developers.md)
- [REST API reference](https://www.appskyline.com/api/)
- [OpenAPI specification](https://www.appskyline.com/openapi.json)
- [Authentication guide](https://www.appskyline.com/auth.md)
- [AppSkyline CLI on npm](https://www.npmjs.com/package/appskyline)
- [AppSkyline CLI source](https://github.com/appskyline/cli)
- [MCP server](https://mcp.appskyline.com/mcp)
- [Documentation MCP server](https://mcp.appskyline.com/docs-mcp)
- [Public integration repository](https://github.com/appskyline/claude-plugin)
- [Repository agent instructions](https://github.com/appskyline/claude-plugin/blob/main/AGENTS.md)
- [Agent Plugin manifest](https://github.com/appskyline/claude-plugin/blob/main/plugin.json)
- [Agent skills](https://github.com/appskyline/skills/tree/main/skills)
- [Pricing](https://www.appskyline.com/en/pricing/)
- [Agent index](https://www.appskyline.com/llms.txt)

## Zero-auth sandbox

The sandbox surface needs no signup, credential, or key:

```bash
curl https://api.appskyline.com/api/sandbox/keywords
```

It returns demonstration keyword-rank rows in the same shape as authenticated keyword reads, carries the standard `RateLimit` headers, and accepts a demonstration [async rank check](https://www.appskyline.com/api.md) at `POST /api/sandbox/rankchecks`. Production keys come from self-serve signup at https://app.appskyline.com/signup — the free tier issues scoped API keys instantly, with no sales or approval step.

## Agent access

### Choose the least-privilege interface

Connect the OAuth-protected Streamable HTTP MCP server at https://mcp.appskyline.com/mcp, use the REST API with a scoped credential, or use the public AppSkyline CLI. The MCP server is published for Claude and ChatGPT and exposes read tools plus approval-gated keyword changes.

### CLI quick start

- Install globally: `npm install -g appskyline`
- Run without installing: `npx appskyline --help`
