Brazilian payments infrastructure: Pix, boleto, card and native split of receivables. Your agent creates charges, reconciles settlements, and splits payouts across partners โ in a single MCP call.
$ npm install @codespar/mcp-zoopAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"zoop": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-zoop"
],
"env": {
"ZOOP_API_KEY": "<your_zoop_api_key>"
}
}
}
}After restart, your agent can call any of the 28 tools below โ try create_transaction first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
ZOOP_API_KEYAPI key for zoop
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_transactionget_transactionlist_transactionscreate_split_rulecreate_sellerget_sellerlist_sellerscreate_buyerMCP is a protocol โ any framework that speaks it can mount this server.