送信

Fluenta MCP

@Fluenta

Validate a business idea against 6 live demand signals: Demand, Pain, Competition, Money, Funding, Urgency. Drawn from a 55k+ idea corpus across 200+ sources (a16z, YC, Product Hunt, Forbes, App Store), hundreds scored each week and refreshed daily, with named competitors, metrics, and real user complaints cited to source URLs. Validate your own idea too. Works in Claude Code, Cursor, and Codex.
概要

Fluenta MCP

Fluenta scores business ideas against 6 live demand signals so you can validate one with data instead of vibes: Demand, Pain (real user complaints), Competition, Money, Funding, and Urgency. We collect a 55k+ idea corpus from 200+ sources (a16z, YC, Forbes, Product Hunt, App Store), score hundreds of most promising ones each week, and surface the curated scored set daily. Every report cites named competitors, business models with metrics, search demand and real user complaints with source URLs, so the score is auditable, not a black box. One API key, inside Claude Code, Cursor, or Codex.

What you can ask

  • Show today's fresh business ideas and new collections.
  • Find ideas in any sector. Search runs on context, not strict tags.
  • Show the top ideas by search demand or recent funding.
  • Compare idea X and Y and show where the gap is.
  • Save an idea to my pipeline, or remove it.
  • Pull the full report on the top Trending Now idea. Download as txt or md.
  • Score my own idea with Fluenta X-Ray.

Free tier

Considerable data on the free tier, more extensive features paywalled. A daily-refreshed idea slice filtered by demand score, plus the day's #1 Trending Now idea fully unlocked: every metric, link, named competitor, business model, and real user complaint with source URLs. Downloadable as txt or md.

Install (90 seconds)

  1. Get your API key at fluenta.space (signup + email verification).
  2. Add this to your client config and restart:
{
  "mcpServers": {
    "fluenta": {
      "url": "https://fluenta.space/backend/api/v1/mcp",
      "headers": { "Authorization": "Bearer YOUR_FLUENTA_API_KEY" }
    }
  }
}

サーバー設定

{
  "mcpServers": {
    "fluenta": {
      "url": "https://fluenta.space/backend/api/v1/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_FLUENTA_API_KEY"
      }
    }
  }
}