MCP Server
MCP
io.github.codespar/mcp-konduto
MCP server for Konduto — Brazilian fraud prevention: order risk scoring, device intel, lists
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-konduto",
"version": "0.2.0-alpha.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Konduto API key (private key). Used as the Basic auth username with an empty password.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "KONDUTO_API_KEY"
},
{
"description": "Konduto API base URL. Defaults to https://api.konduto.com/v1.",
"format": "string",
"name": "KONDUTO_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment