Skip to content
Cline

mcp pomelo for Cline

io.github.codespar/mcp-pomelo

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

client:Cline transport:stdio runtime:npm

Install mcp pomelo in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-pomelo": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-pomelo"
      ],
      "env": {
        "POMELO_CLIENT_ID": "<POMELO_CLIENT_ID>",
        "POMELO_CLIENT_SECRET": "<POMELO_CLIENT_SECRET>",
        "POMELO_ENV": "<POMELO_ENV>",
        "POMELO_BASE_URL": "<POMELO_BASE_URL>",
        "POMELO_AUTH_URL": "<POMELO_AUTH_URL>",
        "POMELO_AUDIENCE": "<POMELO_AUDIENCE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp pomelo in other clients