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 tools
List, create, refund, update statuses, handle disputes
Products
53 tools
CRUD, pricing, variants, downloads, categories
Customers
19 tools
Profiles, addresses, stats, lifetime value
Subscriptions
7 tools
Pause, resume, cancel, reactivate
Coupons
12 tools
Create, apply, check eligibility
Reports
30 tools
Revenue, 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-mcp
Zero install. Runs locally via stdio.
Docker
docker pull vcodesh/fluentcart-mcp
HTTP transport on port 3000. For VPS and remote clients.
Smithery
npx -y @smithery/cli install fluentcart-mcp
One-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