API Tools
getappniche.com
Provides tools to search, analyze, and retrieve data about App Store apps and keywords.
ENDPOINT 1
https://api.getappniche.com/mcp
MCP server metadata
- Name
- getappniche
- Version
- 0.1.0
GetAppNiche tools for live App Store and Google Play market data: search millions of iOS and Android apps with revenue and download estimates, inspect one app and its metric history, score ASO keywords for difficulty and opportunity, and read reviews — live from either store for any app, or enriched feeds for the workspace's tracked apps. Reach for them on app market research, competitor analysis, keyword planning and niche discovery. Estimates are modelled from public store signals, so present them as estimates rather than reported figures. Most calls charge API credits from the account balance (each result reports credits_charged; get_supported_countries is free). If a call reports an out-of-credits error, relay it to the user — credits refresh monthly and can be topped up in Settings at app.getappniche.com.
Known tools 7
search_appsSearch App Store and Google Play apps across 25+ filters — store, category, language (including not_languages, a localization-gap filter that finds apps NOT localized in a given language), price model, rating, review count, download and revenue estimates (min and max), release and update recency, and review-growth direction — sorted by any column.
Potential side effectsget_app_historicalsReturn historical metric points for one app (daily up to 90 days, weekly beyond).
Inferred read-onlyget_keyword_difficultyScore one keyword for difficulty and opportunity, on the App Store or Google Play.
Inferred read-onlyget_app_reviewsRead app reviews two ways: pass app_id for live store reviews of ANY app — App Store or Google Play — (no tracking needed, storefront selectable), or omit it to read the workspace's tracked apps with sentiment, topics and improvement areas attached.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.getappniche]
url = "https://api.getappniche.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"getappniche": {
"type": "http",
"url": "https://api.getappniche.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: getappniche
Remote MCP URL: https://api.getappniche.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"getappniche": {
"url": "https://api.getappniche.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"getappniche": {
"type": "http",
"url": "https://api.getappniche.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "getappniche",
"transport": "streamable-http",
"url": "https://api.getappniche.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for getappniche.com was fetched 2026-07-30T10:41:36.027Z and is being refreshed.
getappniche.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.