clishop
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 46 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. Works on macOS, Windows, and Linux/WSL.
npm install -g clishopThis gives you two commands: clishop (the CLI) and clishop-mcp (the MCP server for AI agents).
OpenClaw
Once the ClawHub package is published, install CLISHOP into an OpenClaw workspace with:
openclaw plugins install clawhub:clishopThe bundle exposes the CLISHOP skill under skills/clishop/SKILL.md and merges the packaged MCP defaults from .mcp.json so OpenClaw can launch the bundled CLISHOP MCP runtime locally without fetching npm code at startup.
Linux / WSL
CLISHOP works out of the box on Linux and WSL. On systems without a native keychain, tokens are stored in a local file (~/.config/clishop/auth.json) with restricted permissions.
For native keychain support (optional):
sudo apt install libsecret-1-0Run clishop doctor to check your system's compatibility.
From source
git clone https://github.com/DavooxBv2/CLISHOP.git
cd CLISHOP
npm install
npm run build
npm linkQuick Start
You can create your account on clishop.ai or do everything from the CLI.
Setup
Setup only needs an email address. Search first, then add your address and payment method when you're ready to buy.
For OpenClaw, MCP clients, Claude-style shells, and other tool runners, use:
clishop setup start --email user@example.com --jsonsetup start returns immediately with account-ready status and stores auth locally.
In OpenClaw, prefer the installed CLISHOP MCP tools over CLI shell commands. For address management, the intended flow is to call list_addresses first, then add_address non-interactively with any known fields, and ask the user only for missing required address fields (label, firstName, lastName, line1, city, postalCode, country). For payments, use add_payment_method to generate a secure setup link for the human, then check list_payment_methods after the human completes the web flow. The agent should never ask for raw card details in chat.
Search products right away with
clishop search <query>Add a shipping address later with
clishop address addAdd a payment method later with
clishop payment add
After setup is complete, add a shipping address and start ordering:
$ 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 1Tip: use result numbers from a search anywhere โ
clishop info 1 2 3orclishop buy 2.
Diagnostics
If something isn't working, run:
clishop doctorThis checks keychain availability, token storage, authentication status, and API connectivity.
Architecture
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ AI Agent / Script / Human โ
โโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโ
โ
โโโโโโโโโผโโโโโโโโ
โ CLISHOP CLI โ โ this repo
โ (Node.js) โ
โโโโโโโโโฌโโโโโโโโ
โ HTTPS
โโโโโโโโโผโโโโโโโโ
โ CLISHOP API โ โ backend (Vercel)
โโโโโโโโโฌโโโโโโโโ
โ
โโโโโโโโโโโโผโโโโโโโโโโโ
โผ โผ โผ
Store A Store B Store C โ vendor Dark StoresSell 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-checkMCP Server
CLISHOP ships as a native MCP server with 46 tools. Any MCP-compatible client gets shopping capabilities out of the box.
clishop-mcp # If installed globally
node ./dist/mcp.js # From the installed package directoryThe MCP onboarding tools now follow the same email-first model:
setupcreates the account immediately from the email addresssetup_statusremains available only for legacy setup IDs
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
License
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/DavooxBv2/CLISHOP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server