🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

appdex-mcp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appdex-mcp

Appdex MCP server — iOS App Store revenue & download estimates with confidence labels, for Claude Desktop, Cursor and any MCP host.

latest
npmnpm
Version
1.1.2
Version published
Weekly downloads
601
27.87%
Maintainers
1
Weekly downloads
 
Created
Source

appdex-mcp

MCP server for iOS App Store revenue & download estimates — ask any app's numbers straight from Claude Desktop, Cursor, or any MCP-capable agent.

Every figure ships with a confidence label (verified · calibrated · modeled) instead of a fake-precise single number, so an agent can tell the difference between a measured fact and an estimate.

> How much does Duolingo make?

  app:                Duolingo: Language Lessons
  category:           Education
  monthly_revenue:    $48.0M – $48.0M
  monthly_downloads:  5.0M – 5.0M
  confidence:         calibrated
  report_url:         https://app-dex.com/a/duolingo-language-lessons-570060128

Install

1. (Optional) Get a free API keyhttps://app-dex.com/account (5 requests/day, no card). Without a key the server still works — 2 requests/day, so you can try it first.

2. Add the server to your MCP host.

Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "appdex": {
      "command": "npx",
      "args": ["-y", "appdex-mcp"],
      "env": { "APPDEX_API_KEY": "adx_your_key_here" }
    }
  }
}
Cursor.cursor/mcp.json
{
  "mcpServers": {
    "appdex": {
      "command": "npx",
      "args": ["-y", "appdex-mcp"],
      "env": { "APPDEX_API_KEY": "adx_your_key_here" }
    }
  }
}

3. Restart the host. Ask: “What does Calm earn per month on iOS?”

Tools

ToolWhat it does
estimate_appMonthly revenue + downloads for one iOS app, with a confidence label. Accepts an app name or a numeric App Store id.
search_appsResolves a name to App Store ids (no figures) — use it to feed estimate_app.

Tiers

FreePaid
Requests / day505,000
Revenue & downloadsrangesranges + point estimates
Confidence label
US chart rank, revenue-per-install

Upgrade at https://app-dex.com/pricing. The same key works for both tiers.

Configuration

Env varDefaultNotes
APPDEX_API_KEYRequired. From https://app-dex.com/account
APPDEX_API_URLhttps://app-dex.comOverride only for self-hosted/staging

APPINTEL_API_KEY / APPINTEL_API_URL are still read as fallbacks for older setups.

What the confidence labels mean

  • verified — reported figure from a real data layer, not modeled.
  • calibrated — modeled, but calibrated against verified panel data for that revenue class.
  • modeled — limited public signal; treat as directional, read the range not the midpoint.

Notes & limits

  • iOS App Store only. Figures are gross (before store commission) unless stated otherwise.
  • Estimates are recomputed nightly.
  • Single-app lookups by design — there is no bulk export endpoint.
  • Rate limits are per key, per day (Europe/Istanbul day boundary). The tools report your remaining quota.

MIT © Appdex

Keywords

mcp

FAQs

Package last updated on 27 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts