@fluf/mcp
OfficialAllows listing products on eBay, managing inventory, and reading orders across connected marketplaces via FLUF Connect.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@fluf/mcpList products that aren't on eBay yet"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@fluf/mcp — FLUF Connect for AI agents
A Model Context Protocol server that lets an AI agent (Claude, Cursor, Windsurf, Cline, and anything else that speaks MCP) work a FLUF Connect 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 |
| Which marketplaces this account has connected, and which it can list to. |
| Your products, with the channels each one is already live on. |
| List one or more products on one or more marketplaces. |
| Your orders across every connected marketplace, in one shape. |
| Raise a bug with FLUF support on your behalf. |
Related MCP server: Business Bridge MCP Server
Requirements
Node 18+
A FLUF Connect account on an active plan (the API is a paid feature)
Install
npm install -g @fluf/mcpCreate a token at https://fluf.io/connect/settings/tokens. 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:
{
"mcpServers": {
"fluf": {
"command": "npx",
"args": ["-y", "@fluf/mcp"],
"env": { "FLUF_API_TOKEN": "fluf_pat_..." }
}
}
}Claude Code
claude mcp add fluf --env FLUF_API_TOKEN=fluf_pat_... -- npx -y @fluf/mcpCursor
~/.cursor/mcp.json (or a per-project .cursor/mcp.json):
{
"mcpServers": {
"fluf": {
"command": "npx",
"args": ["-y", "@fluf/mcp"],
"env": { "FLUF_API_TOKEN": "fluf_pat_..." }
}
}
}Environment variables
Var | Required | Default | Notes |
| yes | — | Your personal access token. |
| no |
| 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_channelsfirst. The available marketplaces differ per account and change over time; don't hardcode a list.crosslistis 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
npm install
npm run build
FLUF_API_TOKEN=... node dist/index.jsSmoke-test without an MCP client:
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' \
| FLUF_API_TOKEN=... node dist/index.jsSupport
License
Proprietary — © FLUF.io. Requires a FLUF Connect account on an active plan.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FLUF-io/fluf-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server