LIVE ENDPOINT
https://api.getappniche.com/mcp
Connect to this endpoint to inspect the live schema for get_app_detail and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
search_apps— Search 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.get_app_historicals— Return historical metric points for one app (daily up to 90 days, weekly beyond).get_keyword_difficulty— Score one keyword for difficulty and opportunity, on the App Store or Google Play.batch_keyword_difficulty— Score up to 10 keywords in one call.get_app_reviews— Read 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.get_supported_countries— Return supported country codes.