Sign in
REST + remote MCP

AppCurrents Data API

Give agents and scripts access to AppCurrents app-store intelligence: opportunity feeds, modeled revenue/download ranges, chart history, category benchmarks, and monetization teardowns.

Quickstart

curl -H "Authorization: Bearer YOUR_KEY" \
  "https://appcurrents.com/api/v1/feed?feed=hidden-gems&limit=5"

claude mcp add --transport http appcurrents \
  https://appcurrents.com/api/mcp \
  --header "Authorization: Bearer YOUR_KEY"

Tools

search_apps

Search AppCurrents apps by app or developer name. Returns capped app rows with modeled estimate ranges and AppCurrents source URLs.

get_app

Get one app with estimates, ranks, category benchmark, teardown availability, and similar app suggestions.

get_rank_history

Return an app rank time series for one storefront, preferring overall charts and falling back to category charts.

get_estimate_history

Return modeled download and revenue estimate history for one app. Values are ranges, not exact counts.

list_feed

List a curated or custom AppCurrents opportunity feed. Results are capped and paginated with offset.

get_top_charts

Return the latest raw store chart for a platform, country, chart kind, and optional category.

get_category_benchmarks

Return precomputed category benchmark revenue/download percentiles for a platform or one genre.

get_teardown

Return the published monetization teardown for an app, when available.

list_options

Return valid feed, filter, chart, country, genre, and published teardown options.

Estimate policy

Download and revenue figures are modeled estimate ranges with confidence labels, not exact counts. Every API and MCP response links back to AppCurrents and the public methodology.