Loading MCP server directory, please wait...
MCP server for Flow.cl — Chilean PSP: hosted payment orders, Webpay, refunds, HMAC-signed API
npx @getmcp/cli add io.github.codespar/mcp-flow-clRequires Node.js 18+. Community-contributed server. Review source before installing.
FLOW_API_KEYFlow merchant API key
FLOW_SECRET_KEYFlow secret key used to HMAC-SHA256 sign every request
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-flow-cl": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-flow-cl"
],
"env": {
"FLOW_API_KEY": "",
"FLOW_SECRET_KEY": "",
"FLOW_ENV": ""
}
}
}
}