Serversio.github.StefDCL/clishop
C

io.github.StefDCL/clishop

io.github.StefDCL/clishop · v0.2.1
▦ npm
v0.2.1npm npm: clishop↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.StefDCL/clishop",
  "description": "Order anything from your terminal — search, buy, track, and manage via MCP tools.",
  "repository": {
    "url": "https://github.com/DavooxBv2/CLISHOP",
    "source": "github"
  },
  "version": "0.2.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "clishop",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "CLISHOP API key for authentication",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CLISHOP_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}