
Mcp Pagseguro
Let your agent manage PagSeguro/PagBank orders, Pix, boleto, card charges, and related payment ops through MCP tools.
Overview
io.github.codespar/mcp-pagseguro is a MCP server for the Build phase that lets agents work with PagSeguro/PagBank orders, Pix, boleto, credit card, and charges.
What is this MCP server?
- stdio MCP @codespar/mcp-pagseguro v0.1.2 on npm
- Supports PagSeguro/PagBank flows: orders, Pix, boleto, credit card, and charges
- Mandatory PAGSEGURO_TOKEN secret for API authentication
- Brazil-focused package under codespar/mcp-dev-brasil payments folder
- Reduces context-switching between PagBank docs and your IDE
- Version 0.1.2; MCP server schema dated 2025-12-11
- 5 payment surfaces named: orders, Pix, boleto, credit card, charges
- 1 required secret: PAGSEGURO_TOKEN
Community signal: 252 GitHub stars.
What problem does it solve?
PagSeguro supports many local methods, and flipping between docs for Pix, boleto, and card charges breaks flow for solo builders using AI agents.
Who is it for?
Solo builders shipping Brazilian ecommerce or SaaS who standardize on PagSeguro/PagBank and want MCP access from Claude Code, Cursor, or Codex.
Skip if: Global-only products without PagSeguro accounts, or teams that refuse storing payment API tokens in local agent environments.
What do I get? / Deliverables
With the MCP server registered and token set, your agent can drive PagSeguro/PagBank payment operations as structured tool calls alongside your app code.
- Agent-driven PagSeguro order and charge operations
- Unified MCP access to Pix, boleto, and card flows documented by the server
- Faster iteration on Brazilian payment integration tasks
Recommended MCP Servers
Journey fit
PagBank/PagSeguro wiring is a product integration task that lands in Build once you are implementing checkout and local payment methods. Integrations catalogs stdio servers that call external payment APIs on behalf of the builder’s codebase.
How it compares
PagSeguro-specific MCP bridge, not a no-code checkout builder or Stripe alternative skill.
Common Questions / FAQ
Who is io.github.codespar/mcp-pagseguro for?
Indie developers integrating PagSeguro or PagBank who want their coding agent to handle orders and Brazil-local payment methods via MCP.
When should I use io.github.codespar/mcp-pagseguro?
During backend and checkout integration when you need Pix, boleto, card, and charge APIs callable from your agent workflow.
How do I add io.github.codespar/mcp-pagseguro to my agent?
Add @codespar/mcp-pagseguro as a stdio MCP server in your client config and export PAGSEGURO_TOKEN before starting the process.