mcp legiti for Cursor
io.github.codespar/mcp-legiti
MCP server for Legiti — Brazilian fraud prevention: real-time order evaluation, chargeback feedback
client:Cursor
transport:stdio
runtime:npm
Install mcp legiti in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-legiti": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-legiti"
],
"env": {
"LEGITI_API_KEY": "<LEGITI_API_KEY>",
"LEGITI_BASE_URL": "<LEGITI_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs