MCP Zoop runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Zoop — marketplace payments, splits, sellers, buyers, transfers
Today is the operative word: we check MCP Zoop 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-zoop -- npx -y @codespar/mcp-zoop
{
"mcpServers": {
"mcp-zoop": {
"args": [
"-y",
"@codespar/mcp-zoop"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-zoop]
command = "npx"
args = ["-y", "@codespar/mcp-zoop"]
{
"mcpServers": {
"mcp-zoop": {
"args": [
"-y",
"@codespar/mcp-zoop"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-zoop": {
"args": [
"-y",
"@codespar/mcp-zoop"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
ZOOP_API_KEY (API key for zoop).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Stone — open banking, payments, Pix, transfers
MCP server for Circle — USDC payments, wallets, payouts, transfers
MCP server for Celcoin — Pix, boleto, transfers, bill payments, top-ups
MCP server for Khipu — Chilean instant bank-transfer payments (complements Transbank cards)
MCP server for Stark Bank — transfers, boletos, invoices, Pix, balance
MCP server for Airwallex — cross-border collection + payouts, global accounts, FX, transfers
MCP server for Getnet — Santander-owned BR acquirer: credit, debit, Pix, boleto, marketplace split
MCP server for Shopee — LatAm marketplace Partner API v2 (orders, products, shipping, returns)
Answers built from our own checks of this server.