MCP server for Sicoob — Pix (cob/cobv/DICT), Cobrança (boleto), SPB (OAuth2 + mTLS)

stdiocommunityservice

Package Details

@codespar/mcp-sicoob

Transportstdio

Environment Variables

SICOOB_CLIENT_ID(str)
Required

Sicoob OAuth client_id issued via the Developers Portal after cooperative onboarding.

SICOOB_CLIENT_SECRET(str)
RequiredSecret

Sicoob OAuth client_secret.

SICOOB_CERT_PATH(str)
Required

Absolute path to the mTLS client certificate (.crt or .pem). BACEN mandates mTLS for Pix v2.

SICOOB_KEY_PATH(str)
RequiredSecret

Absolute path to the mTLS private key (.key or .pem).

SICOOB_ENV(str)

Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.