mcp-dock
About
MCP server for Dock — Brazilian Banking-as-a-Service: accounts, Pix, card issuing for fintechs
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
DOCK_CLIENT_ID DOCK_CLIENT_SECRET DOCK_ENVClaude Code
claude mcp add --env DOCK_CLIENT_ID= --env DOCK_CLIENT_SECRET= --env DOCK_ENV= mcp-dock -- npx @codespar/mcp-dock
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-dock","command":"npx","args":["@codespar/mcp-dock"],"env":{"DOCK_CLIENT_ID":"","DOCK_CLIENT_SECRET":"","DOCK_ENV":""}}'
JSON
{
"mcpServers": {
"mcp-dock": {
"command": "npx",
"args": [
"@codespar/mcp-dock"
],
"env": {
"DOCK_CLIENT_ID": "",
"DOCK_CLIENT_SECRET": "",
"DOCK_ENV": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.