io.github.codespar/mcp-pomelo
NPM · @CODESPAR/MCP-POMELO · SCANNED AUG 4
MCP server for Pomelo — pan-LATAM card issuing: users, virtual/physical cards, transactions
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 31 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability76
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1030 tokens (~114/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
- Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @codespar/mcp-pomelo
claude mcp add codespar-mcp-pomelo -- npx -y @codespar/mcp-pomelo
codex mcp add codespar-mcp-pomelo -- npx -y @codespar/mcp-pomelo
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codespar-mcp-pomelo": {
"type": "local",
"command": [
"npx",
"-y",
"@codespar/mcp-pomelo"
],
"enabled": true
}
}
} openclaw mcp add codespar-mcp-pomelo --command npx --arg -y --arg @codespar/mcp-pomelo
mcp_servers:
codespar-mcp-pomelo:
command: "npx"
args: ["-y", "@codespar/mcp-pomelo"] {
"mcpServers": {
"codespar-mcp-pomelo": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-pomelo"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 4 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +63
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Licence: MIT functional
- 1 Aug 26 −16
- Tool coverage: 100 → unverified ▼ functional
- 31 Jul 26 −3
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −22
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 4 Aug 2026 · Analysed npm/@codespar/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
create_card ~169
Issue a card for a user (POST /cards/v1). card_type VIRTUAL is usable immediately; PHYSICAL enters embossing/shipping and must be activated on receipt. affinity_group_id selects the card program (BIN, art, limits) configured with Pomelo.
| Name | Type | Req | Description |
|---|---|---|---|
| address | object | — | Shipping address for PHYSICAL cards (street_name, street_number, zip_code, city, region, country) |
| affinity_group_id | string | yes | Card program id (afg-...) |
| card_type | string | yes | Card form factor |
| extra | object | — | Any additional Pomelo card fields, merged into the payload |
| idempotency_key | string | — | Optional idempotency key. Auto-generated when omitted. |
| user_id | string | yes | Owner user id (usr-...) |
No output schema declared.
No examples provided.
create_user ~253
Create a card-holder identity (POST /users/v1). The user is the person or business the card is issued to. Pass the Pomelo user shape for the target country (name, surname, identification_type/value, birthdate, address, email, phone).
| Name | Type | Req | Description |
|---|---|---|---|
| address | object | — | Residential address: street_name, street_number, zip_code, city, region, country (ISO-3) |
| birthdate | string | — | YYYY-MM-DD |
| string | — | Email address | |
| extra | object | — | Any additional Pomelo user fields, merged into the payload |
| gender | string | — | MALE | FEMALE | OTHER (country-dependent requirement) |
| idempotency_key | string | — | Optional idempotency key. Auto-generated when omitted. |
| identification_type | string | yes | Country document type (e.g. DNI, CPF, CURP, CC) |
| identification_value | string | yes | Document number |
| name | string | yes | Given name |
| operation_country | string | yes | ISO-3 country of operation (e.g. ARG, BRA, MEX, COL) |
| phone | string | — | Phone in international format |
| surname | string | yes | Family name |
No output schema declared.
No examples provided.
get_card ~54
Fetch a card by id (GET /cards/v1/{id}). Returns masked PAN, status, type and program data — never full card credentials.
| Name | Type | Req | Description |
|---|---|---|---|
| card_id | string | yes | Pomelo card id (crd-...) |
No output schema declared.
No examples provided.
get_transaction ~40
Fetch a single card transaction by id (GET /transactions/v1/{id}).
| Name | Type | Req | Description |
|---|---|---|---|
| transaction_id | string | yes | Pomelo transaction id (ctx-...) |
No output schema declared.
No examples provided.
get_user ~38
Fetch a user by id (GET /users/v1/{id}).
| Name | Type | Req | Description |
|---|---|---|---|
| user_id | string | yes | Pomelo user id (usr-...) |
No output schema declared.
No examples provided.
list_cards ~82
List cards (GET /cards/v1), filterable by user and status. Paginated.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | Page number (0-based) |
| size | number | — | Page size |
| status | string | — | Filter by status (e.g. ACTIVE, BLOCKED, DISABLED) |
| user_id | string | — | Filter by owner user id |
No output schema declared.
No examples provided.
list_transactions ~107
Search the card-transactions feed (GET /transactions/v1), filterable by card, user and time window. Paginated.
| Name | Type | Req | Description |
|---|---|---|---|
| card_id | string | — | Filter by card id |
| from | string | — | ISO-8601 start of window |
| page | number | — | Page number (0-based) |
| size | number | — | Page size |
| to | string | — | ISO-8601 end of window |
| user_id | string | — | Filter by user id |
No output schema declared.
No examples provided.
update_card_status ~128
Change a card's lifecycle status (PATCH /cards/v1/{id}): ACTIVE to unblock/activate, BLOCKED to freeze, DISABLED to cancel permanently. status_reason is required by Pomelo for blocks (e.g. CLIENT_INTERNAL_REASON, LOST, STOLEN).
| Name | Type | Req | Description |
|---|---|---|---|
| card_id | string | yes | Pomelo card id (crd-...) |
| idempotency_key | string | — | Optional idempotency key. Auto-generated when omitted. |
| status | string | yes | Target status |
| status_reason | string | — | Reason code (required for BLOCKED/DISABLED) |
No output schema declared.
No examples provided.
update_user ~92
Patch a user (PATCH /users/v1/{id}). Pass only the fields to change (e.g. status ACTIVE | BLOCKED, email, phone, address).
| Name | Type | Req | Description |
|---|---|---|---|
| idempotency_key | string | — | Optional idempotency key. Auto-generated when omitted. |
| patch | object | yes | Fields to update, Pomelo user shape |
| user_id | string | yes | Pomelo user id (usr-...) |
No output schema declared.
No examples provided.