← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-shopee

github By github 👁 1 views ▲ 0 votes

MCP server for Shopee — LatAm marketplace Partner API v2 (orders, products, shipping, returns)

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-shopee",
      "version": "0.2.0-alpha.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Shopee Open Platform partner_id (integer) assigned when the app is registered.",
          "isRequired": true,
          "format": "string",
          "name": "SHOPEE_PARTNER_ID"
        },
        {
          "description": "Shopee partner_key used as the secret for HMAC-SHA256 request signing.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SHOPEE_PARTNER_KEY"
        },
        {
          "description": "Merchant access_token obtained via the shop authorization OAuth flow (expires every 4 hours; refresh via refresh_token).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SHOPEE_ACCESS_TOKEN"
        },
        {
          "description": "Shop identifier (integer) returned after merchant authorization.",
          "isRequired": true,
          "format": "string",
          "name": "SHOPEE_SHOP_ID"
        },
        {
          "description": "Environment: 'sandbox' uses partner.test-stable.shopeemobile.com, 'production' (default) uses partner.shopeemobile.com.",
          "format": "string",
          "name": "SHOPEE_ENV"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...