MCP Dock runs on your own machine — the client starts it, so there is no endpoint to ping. 20 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Dock — Brazilian Banking-as-a-Service: accounts, Pix, card issuing for fintechs
Today is the operative word: we check MCP Dock every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-dock -- npx -y @codespar/mcp-dock
{
"mcpServers": {
"mcp-dock": {
"args": [
"-y",
"@codespar/mcp-dock"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-dock]
command = "npx"
args = ["-y", "@codespar/mcp-dock"]
{
"mcpServers": {
"mcp-dock": {
"args": [
"-y",
"@codespar/mcp-dock"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-dock": {
"args": [
"-y",
"@codespar/mcp-dock"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
DOCK_CLIENT_ID (OAuth2 client_id issued by Dock), DOCK_CLIENT_SECRET (OAuth2 client_secret issued by Dock), DOCK_ENV (Environment: sandbox or production. Defaults to sandbox.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Matera — Brazilian core-banking BaaS over Pix, DICT, and Pix Automático
Brazilian card acquiring API — merchants, cards-on-file, 3DS, PIX, banking, pricing.
MCP server for ClearSale — Brazilian fraud prevention, order risk scoring, device fingerprinting
MCP server for Konduto — Brazilian fraud prevention: order risk scoring, device intel, lists
MCP server for Stone — open banking, payments, Pix, transfers
MCP server for Caf — Brazilian KYC/KYB: face auth + liveness, document OCR, orchestrated onboarding
MCP server for Pix BCB API — official Banco Central do Brasil Pix standard
Nubank — Brazilian neobank via Open Finance, accounts, PIX, transfers
Answers built from our own checks of this server.