← goaimoat.com

INDIVIDUAL MCP TOOL

niche_validation_framework

给定品类,返回细分市场(niche)验证框架:验证什么、阈值、红旗信号。

goaimoat.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://selection.mcp.goaimoat.com/mcp

No auth detected

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

goaimoat.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.goai-moat-product-selection-niche-research]
url = "https://selection.mcp.goaimoat.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "goai-moat-product-selection-niche-research": {
      "type": "http",
      "url": "https://selection.mcp.goaimoat.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: goai-moat-product-selection-niche-research
Remote MCP URL: https://selection.mcp.goaimoat.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": {
    "goai-moat-product-selection-niche-research": {
      "url": "https://selection.mcp.goaimoat.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "goai-moat-product-selection-niche-research": {
      "type": "http",
      "url": "https://selection.mcp.goaimoat.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "goai-moat-product-selection-niche-research",
  "transport": "streamable-http",
  "url": "https://selection.mcp.goaimoat.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • score_product_idea — 给一个产品想法做七维加权评分,输出能不能做 + 要做先验证什么。
  • seasonal_launch_calendar — 返回目标站点的季节性需求节奏日历 + 头程/备货前置期,指导「什么时候上架」。