BR BaaS β Matera's main competitor, powers much of the Brazilian fintech stack. Differentiator vs Matera: card issuing on top of Pix + accounts. Alpha on npm β developers.dock.tech is ReadMe-gated, paths follow standard BR BaaS conventions.
$ npm install @codespar/mcp-dock@alphaAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"dock": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-dock@alpha"
],
"env": {
"DOCK_CLIENT_ID": "<your_dock_client_id>",
"DOCK_CLIENT_SECRET": "<your_dock_client_secret>"
}
}
}
}After restart, your agent can call any of the 20 tools below β try create_account first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
DOCK_CLIENT_IDOAuth2 client_id issued by Dock
DOCK_CLIENT_SECRETOAuth2 client_secret issued by Dock
DOCK_ENVEnvironment: sandbox or production. Defaults to sandbox.
Each tool is independent β your agent loads only what it needs to reduce context and response time.
create_accountget_accountsend_pixget_pixcreate_pix_qr_staticcreate_pix_qr_dynamicrefund_pixresolve_dict_keyMCP is a protocol β any framework that speaks it can mount this server.