Analytics
minradar.com
Analyzes App Store market data and user reviews to identify unmet demand, validate paying markets, and generate build-ready app specifications for AI coding agents.
ENDPOINT 1
https://minradar.com/mcp
MCP server metadata
- Name
- demand-radar
- Version
- 1.0.0
Demand Radar mines public App Store data for buildable opportunities. Typical flow: find_low_hanging_fruit -> get_opportunity_brief -> generate_app_brief.
Known tools 7
find_unmet_demandRank App Store opportunities in apps that already have a large user base but whose users are clearly unhappy (unmet demand).
Inferred read-onlyvalidate_paying_marketRank app categories by evidence that users already pay inside them: how many of its apps reach the store-wide Top-Grossing chart, how many charge upfront, paywall language in sampled reviews, and review depth.
Potential side effectsget_opportunity_briefFull evidence dossier for one app: score breakdown, plain-language diagnosis, complaint themes with verbatim user quotes, review provenance, and matching open-source accelerators.
Inferred read-onlygenerate_app_briefProduce a ready-to-build product specification for an opportunity, formatted for a specific AI coding agent (codex, claude, or cursor).
Inferred read-onlysearch_open_source_acceleratorsFind maintained, commercially reusable open-source projects for a niche, with license posture.
Inferred read-onlyexplain_methodExplain the scoring formulas, weights, and the honest limitations of the data.
Inferred read-onlymarket_statsReport local data coverage (apps, reviews, chart snapshots) and the last ingest run.
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.demand-radar]
url = "https://minradar.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"demand-radar": {
"type": "http",
"url": "https://minradar.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: demand-radar
Remote MCP URL: https://minradar.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": {
"demand-radar": {
"url": "https://minradar.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"demand-radar": {
"type": "http",
"url": "https://minradar.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "demand-radar",
"transport": "streamable-http",
"url": "https://minradar.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.