Skip to content
Cursor

mcp pomelo for Cursor

io.github.codespar/mcp-pomelo

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

client:Cursor transport:stdio runtime:npm

Install mcp pomelo in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "mcp-pomelo": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp pomelo in other clients