mcp konduto for Grok
io.github.codespar/mcp-konduto
MCP server for Konduto — Brazilian fraud prevention: order risk scoring, device intel, lists
client:Grok
transport:stdio
runtime:npm
Install mcp konduto in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs