MCP Server
MCP
io.github.codespar/mcp-flow-cl
MCP server for Flow.cl — Chilean PSP: hosted payment orders, Webpay, refunds, HMAC-signed API
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-flow-cl",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Flow merchant API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FLOW_API_KEY"
},
{
"description": "Flow secret key used to HMAC-SHA256 sign every request",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FLOW_SECRET_KEY"
},
{
"description": "Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.",
"format": "string",
"name": "FLOW_ENV"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment