MCP Server
MCP
io.github.codespar/mcp-sicoob
MCP server for Sicoob — Pix (cob/cobv/DICT), Cobrança (boleto), SPB (OAuth2 + mTLS)
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-sicoob",
"version": "0.1.0-alpha.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Sicoob OAuth client_id issued via the Developers Portal after cooperative onboarding.",
"isRequired": true,
"format": "string",
"name": "SICOOB_CLIENT_ID"
},
{
"description": "Sicoob OAuth client_secret.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SICOOB_CLIENT_SECRET"
},
{
"description": "Absolute path to the mTLS client certificate (.crt or .pem). BACEN mandates mTLS for Pix v2.",
"isRequired": true,
"format": "string",
"name": "SICOOB_CERT_PATH"
},
{
"description": "Absolute path to the mTLS private key (.key or .pem).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SICOOB_KEY_PATH"
},
{
"description": "Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.",
"format": "string",
"name": "SICOOB_ENV"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment