mcp-flow-cl
About
MCP server for Flow.cl — Chilean PSP: hosted payment orders, Webpay, refunds, HMAC-signed API
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
FLOW_API_KEY FLOW_SECRET_KEY FLOW_ENVClaude Code
claude mcp add --env FLOW_API_KEY= --env FLOW_SECRET_KEY= --env FLOW_ENV= mcp-flow-cl -- npx @codespar/mcp-flow-cl
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-flow-cl","command":"npx","args":["@codespar/mcp-flow-cl"],"env":{"FLOW_API_KEY":"","FLOW_SECRET_KEY":"","FLOW_ENV":""}}'
JSON
{
"mcpServers": {
"mcp-flow-cl": {
"command": "npx",
"args": [
"@codespar/mcp-flow-cl"
],
"env": {
"FLOW_API_KEY": "",
"FLOW_SECRET_KEY": "",
"FLOW_ENV": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.