Skip to main content
ClaudeWave

Fluenta remote MCP server: score business ideas on six live market signals (Launch Readiness Score) from Claude, Cursor or any MCP client

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/13/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Fluenta-Team/fluenta-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "fluenta-mcp": {
      "command": "node",
      "args": ["/path/to/fluenta-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Fluenta-Team/fluenta-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# 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.

- Endpoint: `https://fluenta.space/backend/api/v1/mcp` (Streamable HTTP, JSON-RPC 2.0)
- Docs: [fluenta.space/docs/api-and-mcp](https://fluenta.space/docs/api-and-mcp)
- OpenAPI: [openapi.json](https://fluenta.space/backend/api/v1/ext/openapi.json)
- Website: [fluenta.space](https://fluenta.space)

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

| Tool | What it does |
|---|---|
| `fluenta_idea_x-ray_sandbox` | Instant preview of an idea's Launch Readiness Score (LRS). No credits, no writes. Use it as the default first look. |
| `fluenta_idea_x-ray` | The 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_ideas` | Search and compare the scored-ideas database. |
| `fluenta_list_collections`, `fluenta_get_pipeline`, `fluenta_add_to_pipeline`, `fluenta_remove_from_pipeline` | Manage your idea pipeline. |
| `fluenta_list_analyses`, `fluenta_list_xray_runs`, `fluenta_download_report` | History and reports. |
| `fluenta_get_account`, `fluenta_get_usage` | Account state and usage. |

## Authentication

Create an API key in your Fluenta account ([Settings, API keys](https://fluenta.space/app/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:

```json
{
  "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](https://fluenta.space/docs/api-and-mcp).

## Claude Code

```bash
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](https://fluenta.space/terms-of-service).
business-ideasmarket-researchmcpmcp-servermodel-context-protocolstartup-validation

What people ask about fluenta-mcp

What is Fluenta-Team/fluenta-mcp?

+

Fluenta-Team/fluenta-mcp is mcp servers for the Claude AI ecosystem. Fluenta remote MCP server: score business ideas on six live market signals (Launch Readiness Score) from Claude, Cursor or any MCP client It has 0 GitHub stars and its last recorded update is dated 2026-09-12.

How do I install fluenta-mcp?

+

You can install fluenta-mcp by cloning the repository (https://github.com/Fluenta-Team/fluenta-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Fluenta-Team/fluenta-mcp safe to use?

+

Our security agent has analyzed Fluenta-Team/fluenta-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains Fluenta-Team/fluenta-mcp?

+

Fluenta-Team/fluenta-mcp is maintained by Fluenta-Team. The last recorded GitHub activity is dated 2026-09-12, with 0 open issues.

Are there alternatives to fluenta-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy fluenta-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Fluenta-Team/fluenta-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/fluenta-team-fluenta-mcp)](https://claudewave.com/repo/fluenta-team-fluenta-mcp)
<a href="https://claudewave.com/repo/fluenta-team-fluenta-mcp"><img src="https://claudewave.com/api/badge/fluenta-team-fluenta-mcp" alt="Featured on ClaudeWave: Fluenta-Team/fluenta-mcp" width="320" height="64" /></a>

More MCP Servers

fluenta-mcp alternatives