BR digital bank (JPMorgan-backed). BaaS for Pix, DICT, boleto, accounts. OAuth2 + mTLS. Alpha โ developers.c6bank.com.br contract-gated, paths follow BACEN Pix v2 + C6 BaaS conventions.
$ npm install @codespar/mcp-c6@alphaAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"c6": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-c6@alpha"
],
"env": {
"C6_CLIENT_ID": "<your_c6_client_id>",
"C6_CLIENT_SECRET": "<your_c6_client_secret>",
"C6_CERT_PATH": "<your_c6_cert_path>",
"C6_KEY_PATH": "<your_c6_key_path>"
}
}
}
}After restart, your agent can call any of the 14 tools below โ try get_oauth_token first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
C6_CLIENT_IDC6 OAuth client_id issued via the Developer Portal after contract onboarding.
C6_CLIENT_SECRETC6 OAuth client_secret.
C6_CERT_PATHAbsolute path to the mTLS client certificate (.crt or .pem). BACEN mandates mTLS for Pix v2.
C6_KEY_PATHAbsolute path to the mTLS private key (.key or .pem).
C6_ENVEnvironment: 'sandbox' or 'production'. Defaults to 'sandbox'.
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
get_oauth_tokencreate_pix_cobget_pix_coblist_pix_cobcreate_pix_cobvget_pix_cobvresolve_dict_keyregister_pix_keyMCP is a protocol โ any framework that speaks it can mount this server.