Loading MCP server directory, please wait...
MCP server for Sicoob — Pix (cob/cobv/DICT), Cobrança (boleto), SPB (OAuth2 + mTLS)
npx @getmcp/cli add io.github.codespar/mcp-sicoobRequires Node.js 18+. Community-contributed server. Review source before installing.
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).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-sicoob": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-sicoob"
],
"env": {
"SICOOB_CLIENT_ID": "",
"SICOOB_CLIENT_SECRET": "",
"SICOOB_CERT_PATH": "",
"SICOOB_KEY_PATH": "",
"SICOOB_ENV": ""
}
}
}
}