Loading MCP server directory, please wait...
MCP server for Legiti — Brazilian fraud prevention: real-time order evaluation, chargeback feedback
npx @getmcp/cli add io.github.codespar/mcp-legitiRequires Node.js 18+. Community-contributed server. Review source before installing.
LEGITI_API_KEYLegiti 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.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-legiti": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-legiti"
],
"env": {
"LEGITI_API_KEY": "",
"LEGITI_BASE_URL": ""
}
}
}
}