Loading MCP server directory, please wait...
MCP server for Pomelo — pan-LATAM card issuing: users, virtual/physical cards, transactions
npx @getmcp/cli add io.github.codespar/mcp-pomeloRequires Node.js 18+. Community-contributed server. Review source before installing.
POMELO_CLIENT_IDOAuth2 client id
POMELO_CLIENT_SECRETOAuth2 client secret
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-pomelo": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-pomelo"
],
"env": {
"POMELO_CLIENT_ID": "",
"POMELO_CLIENT_SECRET": "",
"POMELO_ENV": "",
"POMELO_BASE_URL": "",
"POMELO_AUTH_URL": "",
"POMELO_AUDIENCE": ""
}
}
}
}