MCP Legiti runs on your own machine — the client starts it, so there is no endpoint to ping. 17 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Legiti — Brazilian fraud prevention: real-time order evaluation, chargeback feedback
Today is the operative word: we check MCP Legiti every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-legiti -- npx -y @codespar/mcp-legiti
{
"mcpServers": {
"mcp-legiti": {
"args": [
"-y",
"@codespar/mcp-legiti"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-legiti]
command = "npx"
args = ["-y", "@codespar/mcp-legiti"]
{
"mcpServers": {
"mcp-legiti": {
"args": [
"-y",
"@codespar/mcp-legiti"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-legiti": {
"args": [
"-y",
"@codespar/mcp-legiti"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
LEGITI_API_KEY (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.), LEGITI_BASE_URL (Legiti API base URL. Defaults to https://collection-prod.inspcdn.net. Legiti issues customer-specific base URLs — override per contract.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for ClearSale — Brazilian fraud prevention, order risk scoring, device fingerprinting
MCP server for Konduto — Brazilian fraud prevention: order risk scoring, device intel, lists
MCP server for Sift — global ML fraud detection: real-time risk scoring, decisions, event ingestion
MCP server for Foxbit — Brazilian crypto exchange, trading, orderbook, institutional
MCP server for Chargebee — global subscription billing, recurring revenue orchestration
ACDP reference MCP server for promo-code resolution and checkout feedback.
MCP server bridging GitHub webhooks via Cloudflare Worker for real-time event streaming
MCP server for Pagar.me — orders, charges, recipients, transfers, plans, subscriptions, webhooks
Answers built from our own checks of this server.