← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-pomelo

github By github 👁 1 views ▲ 0 votes

MCP server for Pomelo — pan-LATAM card issuing: users, virtual/physical cards, transactions

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-pomelo",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OAuth2 client id",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "POMELO_CLIENT_ID"
        },
        {
          "description": "OAuth2 client secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "POMELO_CLIENT_SECRET"
        },
        {
          "description": "Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.",
          "format": "string",
          "name": "POMELO_ENV"
        },
        {
          "description": "API base URL override. Defaults per environment.",
          "format": "string",
          "name": "POMELO_BASE_URL"
        },
        {
          "description": "Auth base URL override. Defaults per environment.",
          "format": "string",
          "name": "POMELO_AUTH_URL"
        },
        {
          "description": "OAuth2 audience override. Defaults per environment.",
          "format": "string",
          "name": "POMELO_AUDIENCE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...