mcp konduto for Cursor
io.github.codespar/mcp-konduto
MCP server for Konduto — Brazilian fraud prevention: order risk scoring, device intel, lists
client:Cursor
transport:stdio
runtime:npm
Install mcp konduto in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-konduto": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-konduto"
],
"env": {
"KONDUTO_API_KEY": "<KONDUTO_API_KEY>",
"KONDUTO_BASE_URL": "<KONDUTO_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs