← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-legiti

github By github 👁 1 views ▲ 0 votes

MCP server for Legiti — Brazilian fraud prevention: real-time order evaluation, chargeback feedback

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-legiti",
      "version": "0.2.0-alpha.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Legiti API key (JWT-format bearer token). Use the sandbox key while testing — Legiti trains its ML models on every request, so test data hitting a production key pollutes the model.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LEGITI_API_KEY"
        },
        {
          "description": "Legiti API base URL. Defaults to https://collection-prod.inspcdn.net. Legiti issues customer-specific base URLs — override per contract.",
          "format": "string",
          "name": "LEGITI_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...