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 ServersRegistry oficial0 estrellas0 forksMITActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre fluenta-mcp

¿Qué es Fluenta-Team/fluenta-mcp?

+

Fluenta-Team/fluenta-mcp es mcp servers para el ecosistema de Claude AI. Fluenta remote MCP server: score business ideas on six live market signals (Launch Readiness Score) from Claude, Cursor or any MCP client Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-12.

¿Cómo se instala fluenta-mcp?

+

Puedes instalar fluenta-mcp clonando el repositorio (https://github.com/Fluenta-Team/fluenta-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Fluenta-Team/fluenta-mcp?

+

Nuestro agente de seguridad ha analizado Fluenta-Team/fluenta-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene Fluenta-Team/fluenta-mcp?

+

Fluenta-Team/fluenta-mcp es mantenido por Fluenta-Team. La última actividad registrada en GitHub es del 2026-09-12, con 0 issues abiertos.

¿Hay alternativas a fluenta-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega fluenta-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a fluenta-mcp