Connect to the endpoint
Use https://fivex.com/mcp/ with Authorization: Bearer <FIVEX_MCP_KEY>, or follow an OAuth flow when the client supports it.
MCP tools
After an MCP-compatible client authenticates to FiveX MCP, it discovers the tools available for the current account based on enabled channels and permissions.
Exact tool names are returned by the MCP server for your workspace. This page documents the capability domains FiveX MCP can expose, the read/write model and example prompts. Do not assume every account has the same write tools.
Discovery
FiveX MCP does not require you to hard-code a static public tool list into every client. The client asks the server which tools are available after authentication.
Use https://fivex.com/mcp/ with Authorization: Bearer <FIVEX_MCP_KEY>, or follow an OAuth flow when the client supports it.
Have the client retrieve available tools for the authenticated FiveX account.
Ask which connected channels and commerce data surfaces are available before running operational requests.
What FiveX tools and connected channels do you have available?
Capability model
Use this model to understand what FiveX MCP can support without overstating autonomous write access.
Retrieve and inspect commerce information through available MCP tools.
Combine returned data so the AI client can explain performance and changes.
Use retrieved context to suggest next actions. Recommendations are not executions.
Execute supported actions only when the relevant tools are exposed and permissions allow them.
Require human confirmation for operational changes before they are applied.
Capability matrix
These domains describe commerce context FiveX can expose through MCP when channels and permissions are enabled. Act support is permissioned and account-specific.
| Capability | Read | Analyze | Recommend | Act | Example channels |
|---|---|---|---|---|---|
| Orders | Yes | Yes | Yes | — | Amazon, bol, Kaufland, Otto, Shopify |
| Sales & performance | Yes | Yes | Yes | — | Amazon, bol, Kaufland, Otto, Shopify |
| Inventory | Yes | Yes | Yes | Permissioned | Amazon, bol, Kaufland, Otto, Shopify |
| Advertising | Yes | Yes | Yes | Permissioned | Google Ads, Meta Ads, Amazon Advertising |
| Pricing | Yes | Yes | Yes | Permissioned | Amazon, bol, Kaufland, Otto |
| Listings & product content | Yes | Yes | Yes | Permissioned | Amazon, bol, Kaufland, Otto, Shopify |
| Products & assortment | Yes | Yes | Yes | — | Amazon, bol, Kaufland, Otto, Shopify |
| Profitability | Yes | Yes | Yes | — | Amazon, bol, Kaufland, Otto, Shopify |
| Returns | Yes | Yes | Yes | — | Amazon, bol, Kaufland, Otto |
Act = permissioned means a write or operational tool may exist only when enabled for the account. It does not mean every listed channel currently exposes a write action through MCP.
Example prompts
These prompts demonstrate FiveX strengths when the relevant data surfaces are available. They do not invent tools that your account may not expose.
Which products have high advertising spend but low contribution margin?Which products have active advertising but less than 14 days of inventory?Compare profitability for the same products across Amazon and bol.Which channels require my attention today?Why did Amazon profit decline last week?What are the five most important things I should review today?Multi-step workflows
An AI agent can call multiple FiveX MCP tools to answer a complex question. FiveX returns commerce context. The AI client performs the reasoning.
Find products with declining profitability and tell me why.
Next steps
Authentication, channel permissions, approvals and governance.
Open SetupConnect an MCP client and verify tool discovery.
Open ExamplesPractical commerce questions organized by category.
Open APIToken handling and API security guidance.
OpenConnect your MCP client, ask which tools are available, then start with read-only commerce questions.