MCP Pagseguro runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 29 Aug 2026.
MCP server for PagSeguro/PagBank — orders, Pix, boleto, credit card, charges
Today is the operative word: we check MCP Pagseguro 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-pagseguro -- npx -y @codespar/mcp-pagseguro
{
"mcpServers": {
"mcp-pagseguro": {
"args": [
"-y",
"@codespar/mcp-pagseguro"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-pagseguro]
command = "npx"
args = ["-y", "@codespar/mcp-pagseguro"]
{
"mcpServers": {
"mcp-pagseguro": {
"args": [
"-y",
"@codespar/mcp-pagseguro"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-pagseguro": {
"args": [
"-y",
"@codespar/mcp-pagseguro"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
PAGSEGURO_TOKEN (API key for pagseguro).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Safrapay — Banco Safra acquirer: credit, Pix, boleto + split, 3DS, chargebacks
MCP server for Cielo — credit card, debit, boleto, recurrent payments
MCP server for Asaas — billing automation, Pix, boleto, credit card, subscriptions
MCP server for Stark Bank — transfers, boletos, invoices, Pix, balance
MCP server for EFI (Gerencianet) — Pix, charges, carnets, cobranças
MCP server for Getnet — Santander-owned BR acquirer: credit, debit, Pix, boleto, marketplace split
MCP server for Celcoin — Pix, boleto, transfers, bill payments, top-ups
MCP server for Target - search products, manage cart, track orders
Answers built from our own checks of this server.