← omentoo.com

INDIVIDUAL MCP TOOL

discover_opportunities

List this week's ranked Radar output for your account — read-only, refreshed weekly by Omentoo's Radar job (calling this does NOT start a scan).

omentoo.comnone authenticationAvailability not checked

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 endpoint

omentoo.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.omentoo-com]
url = "https://omentoo.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "omentoo-com": {
      "type": "http",
      "url": "https://omentoo.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: omentoo-com
Remote MCP URL: https://omentoo.com/api/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": {
    "omentoo-com": {
      "url": "https://omentoo.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "omentoo-com": {
      "type": "http",
      "url": "https://omentoo.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "omentoo-com",
  "transport": "streamable-http",
  "url": "https://omentoo.com/api/mcp"
}
MCP Inspector

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

Related tools

  • synthesize_feedback — Cluster raw customer feedback (tickets, reviews, NPS, survey text) into ranked themes.
  • get_pulse — Read your live Pulse: your existing customers' feedback synthesized into ranked, revenue-weighted themes, served from Omentoo's warehouse (refreshed as feedback ingests).
  • validate_against_market — Check whether a theme or feature idea is echoed by the *external* market — pressure-test it against outside demand (this does not analyze your own data).
  • status — Pre-flight check — call this before the gated tools to route correctly without spending a call.