Skip to main content
ClaudeWave

MCP server for FLUF Connect — manage resale inventory, crosslisting and orders from an AI agent

MCP ServersRegistry oficial1 estrellas0 forksTypeScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: NPX · fluf-mcp
Claude Code CLI
claude mcp add fluf-mcp -- npx -y fluf-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "fluf-mcp": {
      "command": "npx",
      "args": ["-y", "fluf-mcp"],
      "env": {
        "FLUF_API_TOKEN": "<fluf_api_token>"
      }
    }
  }
}
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.
Detected environment variables
FLUF_API_TOKEN
Casos de uso

Resumen de MCP Servers

# fluf-mcp — FLUF Connect for AI agents

A [Model Context Protocol](https://modelcontextprotocol.io) server that lets an AI
agent (Claude, Cursor, Windsurf, Cline, and anything else that speaks MCP) work a
[FLUF Connect](https://fluf.io) account: read inventory, list items across
marketplaces, read orders, and raise a support ticket.

One account, one token, every marketplace you've connected — the agent never has
to learn a per-marketplace API, and never handles your marketplace credentials.

## Tools

| Tool            | What it does |
| --------------- | ------------ |
| `list_channels` | Which marketplaces this account has connected, and which it can list to. |
| `list_products` | Your products, with the channels each one is already live on. |
| `crosslist`     | List one or more products on one or more marketplaces. |
| `get_orders`    | Your orders across every connected marketplace, in one shape. |
| `report_bug`    | Raise a bug with FLUF support on your behalf. |

## Requirements

- Node 18+
- A FLUF Connect account on an active plan (the API is a paid feature)

## Install

```bash
npm install -g fluf-mcp
```

Create a token at <https://fluf.io/connect/settings/?section=developer>. It's shown once —
store it like a password. Revoke it there any time.

## Configure

### Claude Desktop

`~/Library/Application Support/Claude/claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "fluf": {
      "command": "npx",
      "args": ["-y", "fluf-mcp"],
      "env": { "FLUF_API_TOKEN": "fluf_pat_..." }
    }
  }
}
```

### Claude Code

```bash
claude mcp add fluf --env FLUF_API_TOKEN=fluf_pat_... -- npx -y fluf-mcp
```

### Cursor

`~/.cursor/mcp.json` (or a per-project `.cursor/mcp.json`):

```json
{
  "mcpServers": {
    "fluf": {
      "command": "npx",
      "args": ["-y", "fluf-mcp"],
      "env": { "FLUF_API_TOKEN": "fluf_pat_..." }
    }
  }
}
```

### Environment variables

| Var              | Required | Default           | Notes |
| ---------------- | -------- | ----------------- | ----- |
| `FLUF_API_TOKEN` | yes      | —                 | Your personal access token. |
| `FLUF_BASE_URL`  | no       | `https://fluf.io` | Override for staging. |

## Using it

Ask in plain language — the agent picks the tools:

> "What have I got in stock that isn't on eBay yet? List the ten cheapest."

> "Show me everything that sold last week and which channel it sold on."

Two things worth knowing:

- **Always call `list_channels` first.** The available marketplaces differ per
  account and change over time; don't hardcode a list.
- **`crosslist` is not always instant.** Some channels are handed to your own
  browser session to complete, so the response may say *queued* rather than
  *listed*. Read the per-channel status; don't assume success.

## Develop

```bash
npm install
npm run build
FLUF_API_TOKEN=... node dist/index.js
```

Smoke-test without an MCP client:

```bash
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' \
  | FLUF_API_TOKEN=... node dist/index.js
```

## Support

<info@fluf.io>

## License

Proprietary — © FLUF.io. Requires a FLUF Connect account on an active plan.

Lo que la gente pregunta sobre fluf-mcp

¿Qué es FLUF-io/fluf-mcp?

+

FLUF-io/fluf-mcp es mcp servers para el ecosistema de Claude AI. MCP server for FLUF Connect — manage resale inventory, crosslisting and orders from an AI agent Tiene 1 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala fluf-mcp?

+

Puedes instalar fluf-mcp clonando el repositorio (https://github.com/FLUF-io/fluf-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 FLUF-io/fluf-mcp?

+

FLUF-io/fluf-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene FLUF-io/fluf-mcp?

+

FLUF-io/fluf-mcp es mantenido por FLUF-io. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a fluf-mcp?

+

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

Despliega fluf-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: FLUF-io/fluf-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/fluf-io-fluf-mcp)](https://claudewave.com/repo/fluf-io-fluf-mcp)
<a href="https://claudewave.com/repo/fluf-io-fluf-mcp"><img src="https://claudewave.com/api/badge/fluf-io-fluf-mcp" alt="Featured on ClaudeWave: FLUF-io/fluf-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a fluf-mcp