io.github.StefDCL/clishop
Order anything from your terminal β search, buy, track, and manage via MCP tools.
Ask AI about io.github.StefDCL/clishop
Powered by Claude Β· Grounded in docs
I know everything about io.github.StefDCL/clishop. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
CLISHOP
Order anything from your terminal. Built for AI agents and humans.
CLISHOP is an open-source CLI that lets AI agents and humans search for products across multiple stores, compare prices, and place real orders β all from the terminal. Anyone can sell on CLISHOP using a Dark Store.
Works with
Highlights
- One query searches every store in the network. Results are filtered to what actually ships to your address.
- Set spending caps per order, require email confirmation before anything ships, or let it go through automatically β your call.
- Ships as a native MCP server with 44 tools. Works with VS Code Copilot, Claude, Cursor, Windsurf, and anything else that speaks MCP.
- Can't find what you need? Post an advertise request and let vendors compete to fulfill it.
- Support tickets, product reviews, store reviews β all from the terminal.
- Anyone can sell on CLISHOP by deploying a Dark Store. No website needed.
Install
Requires Node.js β₯ 18.
npm install -g clishop
This gives you two commands: clishop (the CLI) and clishop-mcp (the MCP server for AI agents).
To install from source instead:
git clone https://github.com/DavooxBv2/CLISHOP.git
cd CLISHOP
npm install
npm run build
npm link
Quick Start
You can create your account on clishop.ai or do everything from the CLI:
clishop setup
The setup wizard walks you through creating an account, adding an address, and linking a payment method. After that:
$ clishop search "wireless headphones"
π Search results for "wireless headphones"
1 Sony WH-1000XM5 $278.00
SUPERSTORE Β· β
8.1 Β· Free shipping Β· 3-5 days
2 JBL Tune 770NC Wireless $79.95
EveryMarket Β· β
7.9 Β· $5.99 shipping Β· 5-8 days
$ clishop info 1
Sony WH-1000XM5
βββββββββββββββββββββββββββββββββββββ
Price: $278.00
Store: SUPERSTORE (β
8.1)
Shipping: Free Β· 3-5 business days
Returns: 30-day free returns
In stock: Yes
Industry-leading noise cancellation with
Auto NC Optimizer. 30-hour battery life.
Multipoint connection for two devices.
clishop buy 1
Tip: use result numbers from a search anywhere β
clishop info 1 2 3orclishop buy 2.
Architecture
βββββββββββββββββββββββββββββββ
β AI Agent / Script / Human β
ββββββββββββββββ¬βββββββββββββββ
β
βββββββββΌββββββββ
β CLISHOP CLI β β this repo
β (Node.js) β
βββββββββ¬ββββββββ
β HTTPS
βββββββββΌββββββββ
β CLISHOP API β β backend (Vercel)
βββββββββ¬ββββββββ
β
ββββββββββββΌβββββββββββ
βΌ βΌ βΌ
Store A Store B Store C β vendor Dark Stores
Sell on CLISHOP
You can run your own store with the Dark Store template. Define your catalog, shipping rules, and pricing in YAML, deploy to Vercel, and you're live. No website needed.
Development
git clone https://github.com/DavooxBv2/CLISHOP.git
cd CLISHOP && npm install
npm run dev -- search "headphones" # Dev mode (no build needed)
npm run build # Production build
npm run lint # Type-check
MCP Server
CLISHOP ships as a native MCP server with 44 tools. Any MCP-compatible client gets shopping capabilities out of the box.
clishop-mcp # If installed globally
npx -y clishop --mcp # Without installing
See the MCP setup guides for VS Code, Claude Desktop, Cursor, and Windsurf configuration.
Docs
Full command reference, agent configuration, search filters, and more:
Links
- π clishop.ai
- π Docs
- π¬ Discord
- πͺ Dark Store
