Loading MCP server directory, please wait...
Payway (ex-Decidir) — Argentina card acquiring: tokenize, charge, capture, refund
npx @getmcp/cli add io.github.codespar/mcp-paywayRequires Node.js 18+. Community-contributed server. Review source before installing.
PAYWAY_PUBLIC_API_KEYPayway PUBLIC apikey — used only by create_token (card tokenization)
PAYWAY_PRIVATE_API_KEYPayway PRIVATE apikey — payments, captures, refunds and queries
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-payway": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-payway"
],
"env": {
"PAYWAY_PUBLIC_API_KEY": "",
"PAYWAY_PRIVATE_API_KEY": "",
"PAYWAY_ENV": ""
}
}
}
}