← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-ebanx

github By github 👁 1 views ▲ 0 votes

MCP server for EBANX — cross-border payments, payouts, exchange rates

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-ebanx",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for ebanx",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "EBANX_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...