Order anything from your terminal β search, buy, track, and manage via MCP tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
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.
Requires Node.js β₯ 18. Works on macOS, Windows, and Linux/WSL.
This gives you two commands: clishop (the CLI) and clishop-mcp (the MCP server for AI agents).
Once the ClawHub package is published, install CLISHOP into an OpenClaw workspace with:
The 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.
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):
Run clishop doctor to check your system's compatibility.
You can create your account on clishop.ai or do everything from the CLI.
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:
setup 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.
clishop search <query>clishop address addclishop payment addAfter setup is complete, add a shipping address and start ordering:
Tip: use result numbers from a search anywhere β
clishop info 1 2 3orclishop buy 2.
If something isn't working, run:
This checks keychain availability, token storage, authentication status, and API connectivity.
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.
CLISHOP ships as a native MCP server with 46 tools. Any MCP-compatible client gets shopping capabilities out of the box.
The MCP onboarding tools now follow the same email-first model:
setup creates the account immediately from the email addresssetup_status remains available only for legacy setup IDsSee the MCP setup guides for VS Code, Claude Desktop, Cursor, and Windsurf configuration.
Full command reference, agent configuration, search filters, and more:
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/clishop)<a href="https://allmcps.com/mcp/clishop"><img src="https://allmcps.com/api/badge/clishop?style=directory" alt="Clishop on AllMCPs" /></a>