MCP Pomelo runs on your own machine — the client starts it, so there is no endpoint to ping. 18 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Pomelo — pan-LATAM card issuing: users, virtual/physical cards, transactions
Today is the operative word: we check MCP Pomelo every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-pomelo -- npx -y @codespar/mcp-pomelo
{
"mcpServers": {
"mcp-pomelo": {
"args": [
"-y",
"@codespar/mcp-pomelo"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-pomelo]
command = "npx"
args = ["-y", "@codespar/mcp-pomelo"]
{
"mcpServers": {
"mcp-pomelo": {
"args": [
"-y",
"@codespar/mcp-pomelo"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-pomelo": {
"args": [
"-y",
"@codespar/mcp-pomelo"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
POMELO_CLIENT_ID (OAuth2 client id), POMELO_CLIENT_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.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Kushki — LATAM PSP: card charges, preauth, PSE/SPEI transfer, cash, subscriptions
MCP server for Circle — USDC payments, wallets, payouts, transfers
MCP server for Khipu — Chilean instant bank-transfer payments (complements Transbank cards)
MCP server for SendGrid — global transactional + marketing email (Twilio-owned)
MCP server for Stone — open banking, payments, Pix, transfers
MCP server for Open Finance Brasil — accounts, transactions, consents, credit, loans, investments
MCP server for Dock — Brazilian Banking-as-a-Service: accounts, Pix, card issuing for fintechs
MCP server exposing Actual Budget accounts, transactions, budgets and reporting to LLM assistants.
Answers built from our own checks of this server.