MCP Server
MCP
io.github.codespar/mcp-legiti
MCP server for Legiti — Brazilian fraud prevention: real-time order evaluation, chargeback feedback
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
By
Comments
Sign in to leave a comment