Skip to main content
Glama
FLUF-io

@fluf/mcp

Official
by FLUF-io

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FLUF_BASE_URLNoOverride base URL for staginghttps://fluf.io
FLUF_API_TOKENYesYour personal access token for FLUF Connect API

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
prompts
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
report_bugA

Raise a bug with FLUF support. Two situations call for it, and the second is the one that gets missed:

  1. The user describes a problem with FLUF that you can't resolve yourself.

  2. YOU hit the problem — a FLUF tool keeps failing, returns something that contradicts itself or the user's account, or leaves you unable to finish the task. The user never has to mention it first, and being stuck is not a reason to keep retrying quietly. File the report, then tell the user what you filed. Don't file for things the user can fix themselves (expired token, lapsed plan, a channel needing reauthorisation) — tell them the fix instead. Their account identity is attached automatically — don't ask for it. Replies arrive in the user's FLUF inbox.

list_productsA

List the authenticated seller's FLUF products. Each row carries a vid — the product handle the crosslist tool takes — plus title, price, stock, source channel and the channels it is already live on.

get_ordersB

Get the seller's orders across every connected marketplace, in one unified shape.

crosslistA

List existing FLUF products on one or more marketplaces. IMPORTANT: this is not always synchronous. Some channels are completed by the seller's own browser extension, so they come back queued and go live minutes later — report that honestly rather than telling the user the item is listed. Read status per channel in the response. Repeats of the same (product, channel) pair within 30s are ignored as accidental double-submits.

list_channelsA

List the marketplace channels available on this account: which are already connected, and which this seller's plan can list to. Call this before crosslist rather than guessing channel names — the roster differs per account and changes over time.

ask_intesaA

Ask Intesa, the FLUF assistant that runs inside the seller's own account. Intesa can do things this MCP server cannot: diagnose why a channel stopped syncing, explain a listing error, run bulk jobs, search the seller's history and read FLUF's support docs. Prefer the direct tools (list_products, crosslist, get_orders) for simple reads and writes — they are faster and cheaper. Reach for this when the question is diagnostic or open-ended, e.g. 'why did my last five Vinted listings fail?'. Replies can take up to a minute because Intesa runs its own multi-step tool loop.

Prompts

Interactive templates invoked by user choice

NameDescription
dead_stockFind inventory that isn't listed on the channels actually selling for this account, and rank what to crosslist first.
morning_salesA short standup on yesterday's trading: orders, revenue, channel mix, and what changed.
listing_failuresInvestigate listings that failed or are stuck queued, group them by root cause, and propose fixes.
expansionDecide what inventory to seed onto a newly connected marketplace, and in what order.
supportDiagnose a problem through Intesa, then file a support ticket with the evidence attached.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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