Clishop MCP Server

Order anything from your terminal — search, buy, track, and manage via MCP tools.

Local serverstdioGo

What is the Clishop MCP server?

Most team communication work still happens through a UI a human drives. Clishop MCP server moves it into the conversation instead. Order anything from your terminal — search, buy, track, and manage via MCP tools.

The short version

Order anything from your terminal. Built for AI agents and humans.

  • 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

The tools it exposes

The server publishes 3 tools. What each one is for:

  • OpenClaw — Once the ClawHub package is published, install CLISHOP into an OpenClaw workspace with:
  • Setup — Setup only needs an email address. Search first, then add your address and payment method when you're ready to buy
  • Diagnostics — This checks keychain availability, token storage, authentication status, and API connectivity

Getting it running

The server ships on npm as clishop, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

How it compares

This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Clishop's toolset — OpenClaw, Setup, Diagnostics — is a fair guide to whether it matches your workflow. It is maintained by StefDCL; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
OpenClawOnce the ClawHub package is published, install CLISHOP into an OpenClaw workspace with:
SetupSetup only needs an email address. Search first, then add your address and payment method when you're ready to buy.
DiagnosticsThis checks keychain availability, token storage, authentication status, and API connectivity.

How to install the Clishop MCP server

{
  "mcpServers": {
    "clishop": {
      "command": "npx",
      "args": ["-y", "clishop"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Clishop to OpenClaw.
  • Use Clishop to Setup.
  • Use Clishop to Diagnostics.

Frequently asked questions

It connects Clishop to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (OpenClaw, Setup, Diagnostics) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Clishop directly.