@fluf/mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FLUF_BASE_URL | No | Override base URL for staging | https://fluf.io |
| FLUF_API_TOKEN | Yes | Your 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
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| report_bugA | Raise a bug with FLUF support. Two situations call for it, and the second is the one that gets missed:
|
| list_productsA | List the authenticated seller's FLUF products. Each row carries a |
| 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 |
| 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
| Name | Description |
|---|---|
| dead_stock | Find inventory that isn't listed on the channels actually selling for this account, and rank what to crosslist first. |
| morning_sales | A short standup on yesterday's trading: orders, revenue, channel mix, and what changed. |
| listing_failures | Investigate listings that failed or are stuck queued, group them by root cause, and propose fixes. |
| expansion | Decide what inventory to seed onto a newly connected marketplace, and in what order. |
| support | Diagnose a problem through Intesa, then file a support ticket with the evidence attached. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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