PluginBench
MCP Server
Active
MIT

io.github.codespar/mcp-pomelo MCP Server

io.github.codespar/mcp-pomelo

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

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

How to install io.github.codespar/mcp-pomelo

Copy-paste configuration for popular MCP clients.

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

    OAuth2 client id

  • POMELO_CLIENT_SECRET
    required
    secret

    OAuth2 client secret

  • POMELO_ENV

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

  • POMELO_BASE_URL

    API base URL override. Defaults per environment.

  • POMELO_AUTH_URL

    Auth base URL override. Defaults per environment.

  • POMELO_AUDIENCE

    OAuth2 audience override. Defaults per environment.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-pomelo": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-pomelo"
      ],
      "env": {
        "POMELO_CLIENT_ID": "<YOUR_POMELO_CLIENT_ID>",
        "POMELO_CLIENT_SECRET": "<YOUR_POMELO_CLIENT_SECRET>",
        "POMELO_ENV": "<YOUR_POMELO_ENV>",
        "POMELO_BASE_URL": "<YOUR_POMELO_BASE_URL>",
        "POMELO_AUTH_URL": "<YOUR_POMELO_AUTH_URL>",
        "POMELO_AUDIENCE": "<YOUR_POMELO_AUDIENCE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-pomelo": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-pomelo"
      ],
      "env": {
        "POMELO_CLIENT_ID": "<YOUR_POMELO_CLIENT_ID>",
        "POMELO_CLIENT_SECRET": "<YOUR_POMELO_CLIENT_SECRET>",
        "POMELO_ENV": "<YOUR_POMELO_ENV>",
        "POMELO_BASE_URL": "<YOUR_POMELO_BASE_URL>",
        "POMELO_AUTH_URL": "<YOUR_POMELO_AUTH_URL>",
        "POMELO_AUDIENCE": "<YOUR_POMELO_AUDIENCE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-pomelo": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-pomelo"
      ],
      "env": {
        "POMELO_CLIENT_ID": "<YOUR_POMELO_CLIENT_ID>",
        "POMELO_CLIENT_SECRET": "<YOUR_POMELO_CLIENT_SECRET>",
        "POMELO_ENV": "<YOUR_POMELO_ENV>",
        "POMELO_BASE_URL": "<YOUR_POMELO_BASE_URL>",
        "POMELO_AUTH_URL": "<YOUR_POMELO_AUTH_URL>",
        "POMELO_AUDIENCE": "<YOUR_POMELO_AUDIENCE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-pomelo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-pomelo"
      ],
      "env": {
        "POMELO_CLIENT_ID": "<YOUR_POMELO_CLIENT_ID>",
        "POMELO_CLIENT_SECRET": "<YOUR_POMELO_CLIENT_SECRET>",
        "POMELO_ENV": "<YOUR_POMELO_ENV>",
        "POMELO_BASE_URL": "<YOUR_POMELO_BASE_URL>",
        "POMELO_AUTH_URL": "<YOUR_POMELO_AUTH_URL>",
        "POMELO_AUDIENCE": "<YOUR_POMELO_AUDIENCE>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-pomelo --env POMELO_CLIENT_ID=<YOUR_POMELO_CLIENT_ID> --env POMELO_CLIENT_SECRET=<YOUR_POMELO_CLIENT_SECRET> --env POMELO_ENV=<YOUR_POMELO_ENV> --env POMELO_BASE_URL=<YOUR_POMELO_BASE_URL> --env POMELO_AUTH_URL=<YOUR_POMELO_AUTH_URL> --env POMELO_AUDIENCE=<YOUR_POMELO_AUDIENCE> -- npx -y @codespar/mcp-pomelo

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 →