MCP ServerOpen Source200+ Tools
Talk to your FluentCart store
like a normal person
I built an MCP server that gives AI assistants direct access to your FluentCart store. Orders, products, customers, subscriptions, reports — the lot. No more clicking through admin panels.
MIT licence · npm: fluentcart-mcp · Built by Vibe Code
Quick Start — Claude Code
Then set your credentials via env vars or config file. Full setup guide covers every platform.
What It Manages
Orders
23 toolsList, create, refund, update statuses, handle disputes
Products
53 toolsCRUD, pricing, variants, downloads, categories
Customers
19 toolsProfiles, addresses, stats, lifetime value
Subscriptions
7 toolsPause, resume, cancel, reactivate
Coupons
12 toolsCreate, apply, check eligibility
Reports
30 toolsRevenue, sales, top products, customer insights
Just Talk to It
>Show me all orders from the last 7 days
>What's my revenue this month?
>Create a 20% off coupon that expires Friday
>Find customer john@example.com
>Pause subscription #42
>Which products sold the most this week?
>Refund order #1234
>Create a digital product at $99
Works Everywhere
Claude DesktopJSON config
Claude CodeOne command
CursorJSON config
VS Code + CopilotJSON config
WindsurfJSON config
Codex CLIEnv vars
Install Your Way
npx
npx -y fluentcart-mcpZero install. Runs locally via stdio.
Docker
docker pull vcodesh/fluentcart-mcpHTTP transport on port 3000. For VPS and remote clients.
Smithery
npx -y @smithery/cli install fluentcart-mcpOne-click from the Smithery directory.
How It Works
1
You ask
“Show me today's orders” — plain English, no special syntax
2
AI calls my server
Picks the right tool, fills in the parameters, makes the API call to your store
3
You get answers
Data from your store, translated into a human-friendly response
What You Need
Node.js 22+
Modern runtime for the MCP server
WordPress + FluentCart
Your store, running FluentCart
Application Password
Built into WordPress 5.6+. No plugins.
Open source · MIT · Built by Vibe Code