PluginBench
MCP Server
Active
MIT

io.github.codespar/mcp-flow-cl MCP Server

io.github.codespar/mcp-flow-cl

What is the io.github.codespar/mcp-flow-cl MCP server?

MCP server for Flow.cl — Chilean PSP: hosted payment orders, Webpay, refunds, HMAC-signed API

How to install io.github.codespar/mcp-flow-cl

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • FLOW_API_KEY
    required
    secret

    Flow merchant API key

  • FLOW_SECRET_KEY
    required
    secret

    Flow secret key used to HMAC-SHA256 sign every request

  • FLOW_ENV

    Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-flow-cl": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-flow-cl"
      ],
      "env": {
        "FLOW_API_KEY": "<YOUR_FLOW_API_KEY>",
        "FLOW_SECRET_KEY": "<YOUR_FLOW_SECRET_KEY>",
        "FLOW_ENV": "<YOUR_FLOW_ENV>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-flow-cl": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-flow-cl"
      ],
      "env": {
        "FLOW_API_KEY": "<YOUR_FLOW_API_KEY>",
        "FLOW_SECRET_KEY": "<YOUR_FLOW_SECRET_KEY>",
        "FLOW_ENV": "<YOUR_FLOW_ENV>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-flow-cl": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-flow-cl"
      ],
      "env": {
        "FLOW_API_KEY": "<YOUR_FLOW_API_KEY>",
        "FLOW_SECRET_KEY": "<YOUR_FLOW_SECRET_KEY>",
        "FLOW_ENV": "<YOUR_FLOW_ENV>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-flow-cl": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-flow-cl"
      ],
      "env": {
        "FLOW_API_KEY": "<YOUR_FLOW_API_KEY>",
        "FLOW_SECRET_KEY": "<YOUR_FLOW_SECRET_KEY>",
        "FLOW_ENV": "<YOUR_FLOW_ENV>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-flow-cl --env FLOW_API_KEY=<YOUR_FLOW_API_KEY> --env FLOW_SECRET_KEY=<YOUR_FLOW_SECRET_KEY> --env FLOW_ENV=<YOUR_FLOW_ENV> -- npx -y @codespar/mcp-flow-cl

Related MCP servers

Give AI agents access to Adyen's Checkout API v71 for enterprise payment processing in LatAm.

267
JavaScript
MIT
View repository →

AI agent access to AFIP's Argentine electronic invoicing (Factura Electrónica) system.

267
JavaScript
MIT
View repository →

MCP server for Airwallex — cross-border collection, payouts, global accounts, FX, and transfers.

267
JavaScript
MIT
View repository →

Give AI agents access to Alegra's cloud accounting platform for LATAM invoicing and bookkeeping.

267
JavaScript
MIT
View repository →

Give your AI agent tools to manage Amazon orders, listings, catalog, inventory, and finances via SP-API.

267
JavaScript
MIT
View repository →

Connect AI agents to Andreani, Argentina's courier and logistics network.

267
JavaScript
MIT
View repository →