GetAppNiche MCP
OfficialProvides App Store app intelligence including app search, app details, historical metrics for reviews, ratings, downloads and revenue, ASO keyword difficulty scoring, and live review feeds.
Provides Google Play app intelligence including app search, app details, historical metrics for reviews, ratings, downloads and revenue, ASO keyword difficulty scoring, and live review feeds.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GetAppNiche MCPsearch top grossing fitness apps in the US"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GetAppNiche MCP — App Store & Google Play intelligence for AI agents
The Model Context Protocol surface of GetAppNiche: live App Store & Google Play data — app discovery with revenue & download data, ASO keyword scoring, historical metrics and review feeds — for Claude, Cursor, Codex, Gemini CLI and any other MCP-capable agent.
You probably don't need to run anything. The server is hosted:
https://api.getappniche.com/mcp Streamable HTTP · JSON-RPC 2.0
Authorization: Bearer YOUR_API_KEY app.getappniche.com → Settings → API KeysSetup per client
Claude Code — one command, no restart:
claude mcp add --transport http getappniche https://api.getappniche.com/mcp \
--header "Authorization: Bearer YOUR_API_KEY"Cursor — .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"getappniche": {
"url": "https://api.getappniche.com/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}Claude Desktop — claude_desktop_config.json, then restart the app fully:
{
"mcpServers": {
"getappniche": {
"command": "npx",
"args": ["-y", "@getappniche/mcp"],
"env": { "GETAPPNICHE_API_KEY": "YOUR_API_KEY" }
}
}
}VS Code (Copilot agent mode) — .vscode/mcp.json:
{
"servers": {
"getappniche": {
"type": "http",
"url": "https://api.getappniche.com/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}Windsurf — ~/.codeium/windsurf/mcp_config.json (the field is serverUrl):
{
"mcpServers": {
"getappniche": {
"serverUrl": "https://api.getappniche.com/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}Codex CLI — ~/.codex/config.toml, then export GETAPPNICHE_API_KEY:
[mcp_servers.getappniche]
url = "https://api.getappniche.com/mcp"
bearer_token_env_var = "GETAPPNICHE_API_KEY"Gemini CLI — ~/.gemini/settings.json (the field is httpUrl):
{
"mcpServers": {
"getappniche": {
"httpUrl": "https://api.getappniche.com/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}Zed, Cline, Continue and JetBrains AI are covered too —
getappniche.com/mcp has every snippet.
Companion agent skills:
getappniche/aso-skills
(npx skills add getappniche/aso-skills).
ChatGPT — Settings → Connectors → create a custom connector (Developer
mode), point it at https://api.getappniche.com/mcp and pick API key
authentication, then paste your key.
claude.ai on the web documents request-header auth, but its connector UI currently exposes only OAuth fields — until that settles, use one of the clients above.
Related MCP server: App Store Connect MCP Server
What's in this repo
A zero-dependency stdio bridge for clients that speak MCP over stdio and
can't send HTTP headers — in two flavours: bin/cli.mjs (Node 18+, published as
@getappniche/mcp) and
server.py (Python 3.9+, stdlib only). Both forward every JSON-RPC message to
the hosted endpoint over TLS and stream responses back.
# Node — one-liner, no install
GETAPPNICHE_API_KEY="getappniche_..." npx -y @getappniche/mcp
# Python — no dependencies
GETAPPNICHE_API_KEY="getappniche_..." python3 server.pyClaude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"getappniche": {
"command": "npx",
"args": ["-y", "@getappniche/mcp"],
"env": { "GETAPPNICHE_API_KEY": "getappniche_..." }
}
}
}server.json is the manifest published to the
official MCP registry as
com.getappniche/mcp.
Being ~150 readable lines, it doubles as a reference for what travels over the
wire: your API key goes only into the Authorization header of TLS requests
to api.getappniche.com — nothing else, nowhere else.
Tools
search_apps- Search apps across 25+ filters: store, categories, languages, price model, rating, reviews, downloads, revenue, release and update recency, review growth - sorted by any column (1 credit)get_app_detail- Get one app by canonical id, bare Apple id, Android package name, or a pasted store URL (1 credit)get_app_historicals- Metric time series: reviews, ratings, downloads, revenue (1 credit)get_keyword_difficulty- Popularity, difficulty, traffic and opportunity for a keyword (10 credits)batch_keyword_difficulty- Score up to 10 keywords, sorted by opportunity (10 credits per keyword)get_app_reviews- Live App Store or Google Play reviews for any app by id, package name or URL, or enriched rows for apps monitored in your workspace (1 credit)get_supported_countries- List valid store country codes (free)
Credits ship with a GetAppNiche plan (Pro: 5,000/month) and every result reports
credits_charged. Rate limit: 60 requests/minute per key.
Protocol notes
Methods:
initialize→notifications/initialized→tools/list/tools/call. Protocol errors use standard JSON-RPC codes; tool-level errors (bad id, out of credits) come back as tool results your agent can read.The bridge honours
Mcp-Session-Idand accepts both JSON and SSE-framed responses.OAuth for clients whose connector UI can't set headers (claude.ai web) is in progress; ChatGPT connects today with API-key auth.
License
MIT. Built by GetAppNiche · X @getappniche · LinkedIn
This server cannot be deployed
Maintenance
Related MCP Connectors
Your agent needs app-store data — what an app looks like on the App Store and Google Play, what reviewers say, and what ranks for a search in a given country. **What you can ask for** • "What does this app's store listing look like, and how is it rated?" • "Pull recent reviews for this app and group the complaints." • "What apps rank for this search term in Japan?" • "List the top apps in this category on both stores." • "Compare this app's listing on iOS and Android." **How to use it** Point any MCP client at https://mcp.aisa.one/seo-apps/mcp and sign in with OAuth — there is no key to create or paste. 37 tools: Apple App Store and Google Play app info, app lists, category listings, reviews and store search results, in live and queued forms, with categories, languages and locations for each. **It is also a door to the rest** The same login reaches 26 sources and 580+ operations. Read the store listing here, then ask the same agent what the app's website ranks for — without adding a second server. **What it costs** Finding and inspecting an operation is free. Running one is billed per call at API prices, with no seat and no monthly minimum, and every call takes max_price_usd so an agent cannot overspend by accident. **Where else it reaches** https://mcp.aisa.one/seo/mcp for all of it at once — rankings, keywords, backlinks, site health and AI-answer visibility across DataForSEO, Semrush and Ahrefs.
Let AI agents query data and act across all your business apps via MCP.
Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.
Discover and call 10,000+ production APIs from one MCP server. Pay-per-call billing for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA remote MCP server that gives AI agents structured access to Google Play and the Apple App Store — search apps, fetch metadata, pull reviews.MIT
- AlicenseAqualityCmaintenanceAn MCP server that gives AI assistants structured access to App Store Connect data. Built for ASO analysis, download tracking, and performance monitoring.710 npm1MIT
- AlicenseNot gradedqualityBmaintenanceSelf-hosted MCP server for app market intelligence, enabling tools to query app download/revenue estimates, ad intensity proxies, creator mentions, and rank history from local collected data.MIT
- AlicenseAqualityAmaintenanceAn open-source MCP server for live Apple App Store competitor research, enabling AI agents to search apps, fetch metadata, compare competitors, and retrieve reviews and top charts as structured JSON.7MIT