Back to Browse

Fluenta MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Score business ideas on six live market signals. Launch Readiness Score (LRS) for AI agents.

About

Score business ideas on six live market signals. Launch Readiness Score (LRS) for AI agents.

Remote endpoints: streamable-http: https://fluenta.space/backend/api/v1/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-fluenta-team-fluenta": {
      "url": "https://fluenta.space/backend/api/v1/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Fluenta MCP server

Remote MCP server that scores business ideas on six live market signals. Run an Idea X-Ray from Claude, Cursor or any MCP client and get a Launch Readiness Score (LRS) across demand, pain, competition, monetisation, timing and distribution, plus search over thousands of already-scored ideas.

This repository holds the registry manifest (server.json) and the integration notes. The server itself is hosted by Fluenta; there is nothing to install or run locally.

Tools

ToolWhat it does
fluenta_idea_x-ray_sandboxInstant preview of an idea's Launch Readiness Score (LRS). No credits, no writes. Use it as the default first look.
fluenta_idea_x-rayThe full X-Ray. Scores the idea on six live signals. Returns xray_submitted while queued and xray_result when complete.
fluenta_search_ideas, fluenta_get_idea, fluenta_compare_ideasSearch and compare the scored-ideas database.
fluenta_list_collections, fluenta_get_pipeline, fluenta_add_to_pipeline, fluenta_remove_from_pipelineManage your idea pipeline.
fluenta_list_analyses, fluenta_list_xray_runs, fluenta_download_reportHistory and reports.
fluenta_get_account, fluenta_get_usageAccount state and usage.

Authentication

Create an API key in your Fluenta account (Settings, API keys). Two scopes:

  • read: search ideas, read analyses, list collections, read pipeline and usage.
  • read_write: everything in read, plus submit X-Ray analyses and add or remove pipeline bookmarks.

Send the key as Authorization: Bearer YOUR_FLUENTA_API_KEY.

Claude Desktop

Add to claude_desktop_config.json and restart Claude:

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

Config location: ~/Library/Application Support/Claude/ on macOS, %APPDATA%\Claude\ on Windows.

Cursor

Same JSON in ~/.cursor/mcp.json, or use the one-click install button on the docs page.

Claude Code

claude mcp add --transport http fluenta https://fluenta.space/backend/api/v1/mcp --header "Authorization: Bearer YOUR_FLUENTA_API_KEY"

Example prompts

  • "Run a sandbox X-Ray on: a subscription service for restaurant menu translation."
  • "Search Fluenta for scored ideas about AI bookkeeping and compare the top three."
  • "Add the best result to my pipeline."

Errors and limits

Standard HTTP codes. 401 is a bad or revoked key, 402 is out of credits or key limit exceeded, 403 is the wrong scope for the action, 429 is rate limited (respect Retry-After). The response envelope on failure is { "success": false, "error": { ... } }.

Registry

Published to the official MCP Registry as io.github.Fluenta-Team/fluenta from the server.json in this repository.

Licence

MIT for the contents of this repository. Use of the hosted service is governed by the Fluenta Terms of Service.

Reviews

No reviews yet

Be the first to review this server!