BR cooperative bank network โ top 4 in Pix volume. Pix immediate + cobv, DICT, boleto, account balance. OAuth2 + mTLS. Alpha โ developers.sicoob.com.br contract-gated.
$ npm install @codespar/mcp-sicoob@alphaAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"sicoob": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-sicoob@alpha"
],
"env": {
"SICOOB_CLIENT_ID": "<your_sicoob_client_id>",
"SICOOB_CLIENT_SECRET": "<your_sicoob_client_secret>",
"SICOOB_CERT_PATH": "<your_sicoob_cert_path>",
"SICOOB_KEY_PATH": "<your_sicoob_key_path>"
}
}
}
}After restart, your agent can call any of the 13 tools below โ try get_oauth_token first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
SICOOB_CLIENT_IDSicoob OAuth client_id issued via the Developers Portal after cooperative onboarding.
SICOOB_CLIENT_SECRETSicoob OAuth client_secret.
SICOOB_CERT_PATHAbsolute path to the mTLS client certificate (.crt or .pem). BACEN mandates mTLS for Pix v2.
SICOOB_KEY_PATHAbsolute path to the mTLS private key (.key or .pem).
SICOOB_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_cobvlookup_dict_keyregister_dict_keyMCP is a protocol โ any framework that speaks it can mount this server.