Generate keyword proof and get the next ASO move, backed by live store evidence.Generate keywords
ProductProduct

AppTide Developer

One product. Three surfaces. $9.99/mo.

Workspace dashboard, iOS Screenshot Studio, REST API, and MCP server — all included. Built for scripts, crons, and AI agents without turning ASO into an enterprise procurement project.

WorkspaceREST APIMCP server

Cancel anytime · self-serve Developer plan

One workspace

Three ways to use the same ASO data.

Each surface reads from the same workspace. Switching between them is one bearer key — no separate accounts, no separate billing.

Workspace · Included

Your apps + keywords + rivals in one place

Persistent dashboard with rank history, competitor watch, iOS Screenshot Studio, and AI action plans.

REST API · Included

Same data, called from your scripts

10,000 requests / month. Daily auto-refresh. Bearer keys (atd_live_) hash-stored. Drop into cron jobs, review queues, or warehouse sync.

MCP server · Included

Live ASO context in Claude / Cursor / VS Code

11 MCP tools. Agent pulls rank, difficulty, competitors while you draft store copy. No tab switching. Same atd_live_ key.

Workspace overview — app icons, rank sparklines, latest refresh, AI action plan.
REST: Inspect a keyword
curl -X POST https://www.apptide.xyz/api/v1/keywords/inspect \
  -H "Authorization: Bearer atd_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "applicationIdentifier": "com.example.focus",
    "keyword": "focus timer",
    "country": "US"
  }'

# → { "rank": 4, "difficulty": 62, "topApps": [...] }

What you get

Paid workflows in one workspace.

A focused workspace for ongoing ASO work: refresh, watch, integrate, and leave when you are done.

iOS Screenshot Studio

Turn a promise and raw product screens into a six-shot App Store set with 6.9-inch PNG export.

Scheduled daily refresh

No cron to maintain. Rank, traffic, and competitor signals update every 24h automatically.

Competitor change watch

Track rival title, subtitle, screenshot, and keyword-heavy metadata changes in one review queue.

One bearer key, two surfaces

atd_live_ keys work across REST + MCP. Rotate or revoke from the dashboard. SHA-256 hashed at rest.

Cancel anytime

Monthly billing via Creem checkout. No annual contract, no sales call, workspace opens after checkout.

Designed for

Indie devs. Studios. Agencies.

Three workflows AppTide is shaped around: solo ASO checks, small-studio tracking, and agency proof.

Solo indie dev

Sara

Sara ships a focus timer. She used to check ranks manually every Friday and discover drops two weeks late. She set up AppTide with one import; now rank moves land in a review queue before the next Friday check.

ATRank watch
FF

FocusFlow today

focus timer dropped #4 → #7 on 2026-05-19.

Review next: compare title, screenshots, and top rival movement.

2-5 person studio

Acme Studio

Acme tracks 12 apps across iOS and Android. They replaced four ASO tools and a Friday spreadsheet with one Vercel cron calling /api/v1/keywords/inspect — Linear tickets get auto-created on rank drops.

cron/rank-check.ts
const res = await fetch(
  'https://www.apptide.xyz/api/v1/keywords/inspect',
  {
    method: 'POST',
    headers: { Authorization: `Bearer ${KEY}` },
    body: JSON.stringify({ apps, keywords }),
  }
);
const { drops } = await res.json();
if (drops.length) await linear.createIssue(drops);

Agency

PixelLab

PixelLab manages ASO for 8 clients (47 apps). Their team drafts weekly reports in Claude — with AppTide MCP, Claude pulls live rank + competitor data while drafting. Reports went from 6 hours to 90 minutes.

CClaude · client report

Draft this week's ASO report for client Lumi.

Calling apptide.keyword_inspect · 3 apps

Lumi's top keyword “meditation timer” moved #11 → #8 after the May 15 update…

FAQ

Common questions.

Do I pay for the dashboard, API, and MCP separately?

No. The Developer plan ($9.99/mo) includes the dashboard workspace, iOS Screenshot Studio, the REST API (10k requests/mo), and the MCP server (11 tools). One subscription, one bearer key, one workspace.

How does this compare to Sensor Tower or AppFollow?

Many enterprise ASO suites are built around broad team workflows, demo-led buying, and larger platform catalogs. AppTide keeps the paid plan narrow: a self-serve workspace, REST API, and MCP server for indie devs and small studios.

What does the request limit cover?

Live refreshes (keyword inspection, competitor discovery) count as one request each. Cached reads do not count. The 10,000/mo ceiling on Developer fits daily rank checks across a portfolio of ~10 apps. Status page tracks usage live.

Which MCP clients are supported?

Claude Desktop, Cursor, VS Code (Continue / Cline / etc.), and Windsurf each have a setup page with copy-paste config. Any MCP-compliant client works against the hosted endpoint.

Where does the data come from?

iOS data reads public Apple store metadata and search-hint sources where available. Android data reads public Play Store metadata through google-play-scraper. Results reflect public store data at refresh time and can lag store-side changes.

When do I need Scale?

If you manage more than 10 apps, want hourly refresh, or need portfolio-wide competitor change monitoring, the Scale tier opens those up. Pricing is contact-based because the right shape depends on portfolio size — small agencies, large studios, or internal platform teams.

Docs section

REST API

Endpoints, auth, code samples, rate limits.

Docs section

MCP setup

Hosted endpoint + per-client config for Claude / Cursor / VS Code / Windsurf.

$9.99/mo · cancel anytime

Workspace, screenshots, API, and MCP — all in one subscription.

Workspace opens after checkout. No sales call, no annual contract. Free tools available without signup.

Cancel anytime · self-serve Developer plan