
Clishop
Let your coding agent search products, place orders, track shipments, and manage purchases via CLISHOP MCP tools from the terminal.
Overview
io.github.StefDCL/clishop is an MCP server for the Build phase that exposes CLISHOP search, purchase, tracking, and order management tools over stdio.
What is this MCP server?
- npm package clishop v0.2.1 with stdio MCP transport
- Search, buy, track, and manage orders as agent-callable tools
- Terminal-first commerce flow for builder automations
- Requires CLISHOP_API_KEY secret in server environment
- Open-source repo: github.com/DavooxBv2/CLISHOP
- Package version 0.2.1 on npm identifier clishop
- 1 required secret env: CLISHOP_API_KEY
- Transport: stdio; capabilities described as search, buy, track, manage
Community signal: 2 GitHub stars.
What problem does it solve?
You want programmatic shopping from the agent loop but only have brittle browser flows or manual checkout.
Who is it for?
CLI-first builders automating orders, tracking, and cart workflows inside Claude Code or Cursor.
Skip if: Running a customer-facing ecommerce storefront, teams without CLISHOP accounts, or finance compliance without your own review.
What do I get? / Deliverables
Your agent can run CLISHOP commerce operations via MCP after you configure a single API key.
- Agent-callable search, purchase, track, and manage order tools
- Terminal-driven commerce workflow without custom checkout UI
- Reusable stdio MCP pattern for other paid API integrations
Recommended MCP Servers
Journey fit
Build is canonical because CLISHOP is an integration layer you wire into agents and CLI workflows while assembling automations or internal tools. Integrations reflects third-party commerce API exposure through MCP rather than storefront frontend or growth campaigns.
How it compares
Terminal commerce MCP integration, not product ideation or weather tutorial servers.
Common Questions / FAQ
Who is io.github.StefDCL/clishop for?
Developers and indie hackers who already use CLISHOP and want purchase and tracking tools exposed to MCP agents from the terminal.
When should I use io.github.StefDCL/clishop?
Use it during Build when you are integrating agent-driven procurement, order bots, or personal shopping automations.
How do I add io.github.StefDCL/clishop to my agent?
Install npm package clishop, set CLISHOP_API_KEY in the MCP server env, add a stdio MCP entry pointing at clishop v0.2.1, and confirm search/order tools in your client.