← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-flow-cl

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...