io.github.codespar
mcp-c6
MCP server for C6 Bank — Pix (cob/cobv), DICT keys, Boleto, balance, statement (OAuth2 + mTLS)
stdiocommunityservice
Package Details
@codespar/mcp-c6
Transportstdio
Environment Variables
C6_CLIENT_ID(str)
Required
C6 OAuth client_id issued via the Developer Portal after contract onboarding.
C6_CLIENT_SECRET(str)
RequiredSecret
C6 OAuth client_secret.
C6_CERT_PATH(str)
Required
Absolute path to the mTLS client certificate (.crt or .pem). BACEN mandates mTLS for Pix v2.
C6_KEY_PATH(str)
RequiredSecret
Absolute path to the mTLS private key (.key or .pem).
C6_ENV(str)
Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.