← minradar.com

INDIVIDUAL MCP TOOL

market_stats

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

minradar.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://minradar.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for market_stats 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

minradar.com

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.

Related tools

  • find_unmet_demand — Rank App Store opportunities in apps that already have a large user base but whose users are clearly unhappy (unmet demand).
  • 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.
  • 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.
  • generate_app_brief — Produce a ready-to-build product specification for an opportunity, formatted for a specific AI coding agent (codex, claude, or cursor).
  • search_open_source_accelerators — Find maintained, commercially reusable open-source projects for a niche, with license posture.
  • explain_method — Explain the scoring formulas, weights, and the honest limitations of the data.