MCP Server
MCP
io.github.codespar/mcp-payway
Payway (ex-Decidir) — Argentina card acquiring: tokenize, charge, capture, refund
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-payway",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Payway PUBLIC apikey — used only by create_token (card tokenization)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PAYWAY_PUBLIC_API_KEY"
},
{
"description": "Payway PRIVATE apikey — payments, captures, refunds and queries",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PAYWAY_PRIVATE_API_KEY"
},
{
"description": "Environment: 'sandbox' or 'production'. Defaults to 'sandbox' (Decidir sandbox host).",
"format": "string",
"name": "PAYWAY_ENV"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment