
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@codespar/mcp-pomelo
Advanced tools
MCP server for Pomelo — pan-LATAM card issuing as a service: users, virtual/physical cards, lifecycle, transactions
MCP server for Pomelo — pan-LATAM card issuing as a service: card-holder users, virtual and physical Visa/Mastercard issuance, lifecycle management, and the transactions feed. Argentina, Brazil, Mexico, Colombia, Peru, Chile.
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"pomelo": {
"command": "npx",
"args": ["-y", "@codespar/mcp-pomelo"],
"env": {
"POMELO_CLIENT_ID": "your-client-id",
"POMELO_CLIENT_SECRET": "your-client-secret",
"POMELO_ENV": "sandbox"
}
}
}
}
claude mcp add pomelo -- npx @codespar/mcp-pomelo
Add to .cursor/mcp.json or .vscode/mcp.json:
{
"servers": {
"pomelo": {
"command": "npx",
"args": ["-y", "@codespar/mcp-pomelo"],
"env": {
"POMELO_CLIENT_ID": "your-client-id",
"POMELO_CLIENT_SECRET": "your-client-secret",
"POMELO_ENV": "sandbox"
}
}
}
}
| Variable | Required | Description |
|---|---|---|
POMELO_CLIENT_ID | yes | OAuth2 client id |
POMELO_CLIENT_SECRET | yes | OAuth2 client secret |
POMELO_ENV | no | sandbox (default) or production |
POMELO_BASE_URL | no | API base override (defaults per env) |
POMELO_AUTH_URL | no | Auth base override (defaults per env) |
POMELO_AUDIENCE | no | OAuth2 audience override (defaults per env) |
Authentication is OAuth2 client-credentials; the server exchanges and caches the Bearer token automatically.
| Tool | What it does |
|---|---|
create_user | Create a card-holder identity (POST /users/v1) |
get_user | Fetch a user by id |
update_user | Patch user fields (status, contact, address) |
create_card | Issue a VIRTUAL or PHYSICAL card (POST /cards/v1) |
get_card | Fetch a card (masked PAN, status, program) |
list_cards | List cards, filterable by user/status |
update_card_status | ACTIVE / BLOCKED / DISABLED lifecycle changes |
list_transactions | Search the card-transactions feed |
get_transaction | Fetch one transaction by id |
Mutating calls carry an x-idempotency-key (auto-generated, overridable per call via idempotency_key).
"Issue a virtual card for the new contractor and freeze the old one."
The agent calls create_user (if needed) → create_card (card_type: "VIRTUAL") → update_card_status (status: "BLOCKED", status_reason: "CLIENT_INTERNAL_REASON").
OAuth2 client-credentials: the server exchanges POMELO_CLIENT_ID / POMELO_CLIENT_SECRET for a Bearer token at {AUTH_URL}/oauth/token and caches it until shortly before expiry. Mutating calls carry an x-idempotency-key.
Need governance, budget limits, and audit trails for agent-driven card issuing on Pomelo? CodeSpar Enterprise adds a policy engine, payment routing, and compliance templates on top of these MCP servers.
MIT
FAQs
MCP server for Pomelo — pan-LATAM card issuing as a service: users, virtual/physical cards, lifecycle, transactions
We found that @codespar/mcp-pomelo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.