MCP Server
MCP
io.github.codespar/mcp-epayco
MCP server for ePayco — Colombian gateway: cards, PSE, Daviplata and cash networks
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-epayco",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ePayco public key",
"isRequired": true,
"format": "string",
"name": "EPAYCO_PUBLIC_KEY"
},
{
"description": "ePayco private key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "EPAYCO_PRIVATE_KEY"
},
{
"description": "\"true\" flags payloads as test mode. Defaults to \"true\" — set \"false\" for production.",
"format": "string",
"name": "EPAYCO_TEST"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment