← Back to Plugins
MCP Server MCP

io.github.nickymitnick/probo-connect-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for Probo print-on-demand — search products, configure orders, track shipments.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "probo-connect-mcp",
      "version": "2.13.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Probo reseller API key. Get yours from the Probo platform or contact Probo support.",
          "isRequired": true,
          "isSecret": true,
          "name": "PROBO_API_KEY"
        },
        {
          "description": "Order mode: 'test' (default, safe) or 'production' (places real orders).",
          "default": "test",
          "name": "PROBO_API_MODE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...