← Registry

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.

1 endpoint7 known toolsFirst detected September 19, 2026Last detected September 19, 2026

ENDPOINT 1

https://minradar.com/mcp

No auth detected

MCP server metadata

Name
demand-radar
Version
1.0.0
Capabilities
tools
Server instructions

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_demand

Rank App Store opportunities in apps that already have a large user base but whose users are clearly unhappy (unmet demand).

Inferred read-only
validate_paying_market

Rank 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 effects
get_opportunity_brief

Full 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-only
generate_app_brief

Produce a ready-to-build product specification for an opportunity, formatted for a specific AI coding agent (codex, claude, or cursor).

Inferred read-only
search_open_source_accelerators

Find maintained, commercially reusable open-source projects for a niche, with license posture.

Inferred read-only
explain_method

Explain the scoring formulas, weights, and the honest limitations of the data.

Inferred read-only
market_stats

Report local data coverage (apps, reviews, chart snapshots) and the last ingest run.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.