Analytics
omentoo.com
Analyzes customer feedback and market data to identify themes and validate product opportunities.
ENDPOINT 1
https://omentoo.com/api/mcp
MCP server metadata
- Name
- omentoo
- Version
- 0.1.0
Omentoo — your AI PM: a 360° view of what to build next. Pulse synthesizes your *existing* customers' feedback into ranked, revenue-weighted themes; Radar fuses those themes with live market demand (Reddit, Hacker News, and niche forums) into ranked recommendations, refreshed weekly. Tools: get_pulse (read your live revenue-weighted feedback themes) · discover_opportunities (read this week's ranked Radar recommendations + corroborating market opportunities — read-only, no scan is started) · validate_against_market (pressure-test one theme/idea against external demand, live) · synthesize_feedback (cluster raw feedback text you paste in) · status (optional pre-flight: auth, plan, remaining quota, and whether your Pulse/Radar have data). Each tool's own description carries its inputs, outputs, and auth — defer to those. In brief: synthesize_feedback and status work anonymously; get_pulse, discover_opportunities, and validate_against_market need a Pro/Team key ("Authorization: Bearer om_…").
Known tools 5
synthesize_feedbackCluster raw customer feedback (tickets, reviews, NPS, survey text) into ranked themes.
Inferred read-onlyget_pulseRead your live Pulse: your existing customers' feedback synthesized into ranked, revenue-weighted themes, served from Omentoo's warehouse (refreshed as feedback ingests).
Inferred read-onlydiscover_opportunitiesList 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).
Inferred read-onlyvalidate_against_marketCheck 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).
Inferred read-onlystatusPre-flight check — call this before the gated tools to route correctly without spending a call.
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.omentoo]
url = "https://omentoo.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"omentoo": {
"type": "http",
"url": "https://omentoo.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: omentoo
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": {
"url": "https://omentoo.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"omentoo": {
"type": "http",
"url": "https://omentoo.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "omentoo",
"transport": "streamable-http",
"url": "https://omentoo.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for omentoo.com was fetched 2026-08-04T03:52:50.383Z and is being refreshed.
omentoo.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.