
Mcp Zoop
Connect Zoop marketplace payments—splits, sellers, buyers, and transfers—to your agent while building Brazilian payment flows.
Overview
io.github.codespar/mcp-zoop is a Build-phase MCP server that exposes Zoop marketplace payments, splits, sellers, buyers, and transfers to coding agents over stdio.
What is this MCP server?
- Stdio MCP (@codespar/mcp-zoop) authenticated with ZOOP_API_KEY
- Marketplace-oriented tools: payments, splits, sellers, buyers, transfers
- npm v0.1.2 from codespar/mcp-dev-brasil payments package
- Lets agents query and drive Zoop operations during backend integration
- Finance-category MCP—not a substitute for PCI-compliant app design
- Package @codespar/mcp-zoop version 0.1.2
- Required secret environment variable ZOOP_API_KEY
- Server description covers marketplace payments, splits, sellers, buyers, and transfers
Community signal: 252 GitHub stars.
What problem does it solve?
Implementing Zoop splits and seller onboarding means constant context-switching between docs and your agent when you need structured payment operations.
Who is it for?
Solo builders shipping marketplace or split-payment products on Zoop who want agent-native access to the Zoop API surface.
Skip if: Founders on Stripe-only stacks, non-marketplace billing, or teams that cannot store a Zoop API key in local MCP settings.
What do I get? / Deliverables
With ZOOP_API_KEY configured, your agent can call Zoop MCP tools to explore and implement marketplace payment flows during integration work.
- Stdio MCP access to Zoop marketplace payment operations
- Agent-oriented surface for sellers, buyers, splits, and transfers
- Published server metadata v0.1.2 under MCP 2025-12-11 schema
Recommended MCP Servers
Journey fit
Payment platform MCP servers land on Build when you integrate checkout, splits, and marketplace payouts into your product. Zoop is an external payments API; this server is for wiring seller/buyer and transfer operations into agent-assisted implementation.
How it compares
Zoop payments MCP connector, not a pricing-validation skill or full checkout UI generator.
Common Questions / FAQ
Who is io.github.codespar/mcp-zoop for?
Developers building on Zoop who use MCP-enabled agents and need marketplace payment, split, and transfer tools in the IDE.
When should I use io.github.codespar/mcp-zoop?
During Build when integrating Zoop sellers, buyers, splits, and transfers, or when an agent is helping you debug payment API behavior in sandbox.
How do I add io.github.codespar/mcp-zoop to my agent?
Add @codespar/mcp-zoop via npm, set ZOOP_API_KEY in the MCP server environment, and register the stdio server in Claude Code, Cursor, or compatible clients.