← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-clearsale

github By github 👁 1 views ▲ 0 votes

MCP server for ClearSale — Brazilian fraud prevention, order risk scoring, device fingerprinting

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-clearsale",
      "version": "0.2.0-alpha.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ClearSale API key / bearer token used in the Authorization header",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CLEARSALE_API_KEY"
        },
        {
          "description": "ClearSale API base URL. Defaults to https://api.clearsale.com.br (prod). Override per contract-issued staging URL.",
          "format": "string",
          "name": "CLEARSALE_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...