Skip to content

11 new MCP servers: platform catalog parity (73 tools) - #213

Merged
fabianocruz merged 1 commit into
mainfrom
feat/11-platform-servers
Jul 4, 2026
Merged

11 new MCP servers: platform catalog parity (73 tools)#213
fabianocruz merged 1 commit into
mainfrom
feat/11-platform-servers

Conversation

@fabianocruz

Copy link
Copy Markdown
Member

Builds the 11 providers the CodeSpar platform already routes (enterprise transforms + prod catalog) that had no standalone npm package — closing the gap surfaced by the site catalog reconciliation (site lists them as platform-routed today).

Package Tools Notes
colombia/bold-co 7 payment links + local HMAC webhook validation
colombia/epayco 8 card, PSE, cash networks (SDK-mirrored endpoints)
colombia/cobre 8 OAuth2 CC, balances/counterparties/movements
payments/flow-cl 8 real HMAC-SHA256 param signing
payments/kushki 10 public/private merchant-id split
payments/niubiz 4 3-step security-token flow, cached
payments/pagbrasil 3 form-urlencoded/XML faithful
argentina/payway 6 two-key split (public tokens / private rest)
mexico/clip 6 card-token only, never PAN
banking/pomelo 9 OAuth2 CC + idempotency keys
banking/midaz 5 self-hosted model documented

audit:catalog 0/0/0 · all build clean · all answer the MCP initialize handshake over stdio. After merge: publish.yml (unpublished) → publish-registry.yml (all), then the site flips these from platform-routed to installable.

🤖 Generated with Claude Code

Adds the 11 providers the CodeSpar platform routes that had no
standalone package: bold-co, epayco, cobre (colombia/), flow-cl,
kushki, niubiz, pagbrasil (payments/), payway (argentina/), clip
(mexico/), pomelo, midaz (banking/).

All follow the braspag/superfrete idiom: stdio + --http variants,
env-var auth with sandbox/production base-URL switch, per-tool JSON
Schema, managed-tier hint. Provider-faithful implementations: Flow's
HMAC-SHA256 param signing, Niubiz's 3-step security-token flow,
Payway's public/private two-key split, PagBrasil's form-urlencoded/XML
shape, Pomelo's OAuth2 client-credentials with idempotency keys,
Midaz's self-hosted deployment model.

Every package: version 0.1.0, mcpName == server.json name, server.json
on the 2025-12-11 schema with provider block, description <=100 chars.
audit:catalog: HIGH 0 / MEDIUM 0 / LOW 0. Each server answers the MCP
initialize handshake over stdio.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@fabianocruz
fabianocruz merged commit 0cf000f into main Jul 4, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant