MCP Server
MCP
io.github.codespar/mcp-kushki
MCP server for Kushki — LATAM PSP: card charges, preauth, PSE/SPEI transfer, cash, subscriptions
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-kushki",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Kushki public merchant id (card/transfer tokenization)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "KUSHKI_PUBLIC_MERCHANT_ID"
},
{
"description": "Kushki private merchant id (charges, captures, voids, subscriptions)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "KUSHKI_PRIVATE_MERCHANT_ID"
},
{
"description": "Environment: 'sandbox' (api-uat) or 'production'. Defaults to 'sandbox'.",
"format": "string",
"name": "KUSHKI_ENV"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment