MCP server for Dock — Brazilian Banking-as-a-Service: accounts, Pix, card issuing for fintechs
claude mcp add mcp-dock -- npx -y @codespar/mcp-dock
claude_desktop_config.json
{
"mcpServers": {
"mcp-dock": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-dock"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-dock": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-dock"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-dock": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-dock"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-dock": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-dock"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-dock": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-dock"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.codespar--mcp-dock/reviews or the review_server meta-tool.
POST /mcp