
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-sicoob
Advanced tools
MCP server for Sicoob — Brazil's largest cooperative bank network (top 4 in Pix volume). Pix (cob, cobv, DICT), Cobrança (boleto), and SPB via Sicoob's Developers Portal APIs (OAuth2 + mTLS).
MCP server for Sicoob — Brazil's largest cooperative bank network.
Sicoob is consistently a top-4 PSP by Pix volume in Brazil. The Sistema de Cooperativas de Crédito do Brasil aggregates hundreds of regional cooperatives behind a single Developers Portal exposing Pix, Cobrança (boleto), and SPB APIs.
0.1.0-alpha.1)Sicoob's Developers Portal is gated by cooperative onboarding. The endpoint paths in this server are best-guesses based on (a) BACEN Pix v2 standard paths, (b) Sicoob's public documentation snippets, and (c) conventions shared across Itaú / Bradesco / BB. Every unverified path is flagged TODO(verify) in the source.
Pin to exact versions during 0.1.x; paths will be corrected to match the portal spec once an onboarded cooperative member can validate.
| Tool | Purpose |
|---|---|
get_oauth_token | Mint or return a cached OAuth2 client_credentials bearer token for the Sicoob Developers Portal. |
create_pix_cob | Create an immediate Pix charge (cob) with QR code. |
get_pix_cob | Retrieve an immediate Pix charge by its txid. |
list_pix_cob | List immediate Pix charges (cob) registered by the merchant within a date range. |
create_pix_cobv | Create a Pix charge with due date (cobv) — boleto-like Pix payable on or after a due date with optional fin... |
get_pix_cobv | Retrieve a due-date Pix charge (cobv) by its txid. |
lookup_dict_key | Resolve a DICT key (CPF, CNPJ, email, phone, EVP) to the owner's account data before sending a Pix. |
register_dict_key | Register a DICT key (CPF, CNPJ, email, phone, or EVP) on a Sicoob account owned by the cooperative member. |
delete_dict_key | Delete a DICT key owned by the cooperative member. |
create_boleto | Issue a boleto via Sicoob Cobrança. |
get_boleto | Retrieve a boleto by its Sicoob identifier (id or nosso_numero). |
cancel_boleto | Cancel (baixa) an outstanding boleto before payment. |
get_account_balance | Query the merchant cooperative account balance via Sicoob SPB. |
npm install @codespar/mcp-sicoob@0.1.0-alpha.1
SICOOB_CLIENT_ID="..." # OAuth client_id from Sicoob's Developers Portal
SICOOB_CLIENT_SECRET="..." # OAuth client_secret
SICOOB_CERT_PATH="/abs/path/to/client.crt" # mTLS client certificate
SICOOB_KEY_PATH="/abs/path/to/client.key" # mTLS private key
SICOOB_ENV="sandbox" # or "production" (default: sandbox)
Two factors are both required on every call:
client_credentials — the server calls the token endpoint, caches the bearer until ~60s before expiry, and attaches Authorization: Bearer <token> to downstream calls.https.Agent, and routes every request through it.The cert + key bundle is issued by Sicoob's Developers Portal after cooperative onboarding and is distinct from the OAuth credentials.
# stdio (default)
npx @codespar/mcp-sicoob
# HTTP transport
MCP_HTTP=true MCP_PORT=3000 npx @codespar/mcp-sicoob
TODO(verify) markers in src/index.ts. Onboarded cooperatives should validate against their portal-issued OpenAPI spec and open a PR.BASE_URL if your provisioned sandbox URL differs.Need governance, budget limits, and audit trails for agent payments? CodeSpar Enterprise adds policy engine, payment routing, and compliance templates on top of these MCP servers.
MIT
FAQs
MCP server for Sicoob — Brazil's largest cooperative bank network (top 4 in Pix volume). Pix (cob, cobv, DICT), Cobrança (boleto), and SPB via Sicoob's Developers Portal APIs (OAuth2 + mTLS).
We found that @codespar/mcp-sicoob 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.