MCP Pagar Me runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Pagar.me — orders, charges, recipients, transfers, plans, subscriptions, webhooks
Today is the operative word: we check MCP Pagar Me 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-pagar-me -- npx -y @codespar/mcp-pagar-me
{
"mcpServers": {
"mcp-pagar-me": {
"args": [
"-y",
"@codespar/mcp-pagar-me"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-pagar-me]
command = "npx"
args = ["-y", "@codespar/mcp-pagar-me"]
{
"mcpServers": {
"mcp-pagar-me": {
"args": [
"-y",
"@codespar/mcp-pagar-me"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-pagar-me": {
"args": [
"-y",
"@codespar/mcp-pagar-me"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
PAGARME_API_KEY (Secret key (sk_xxx) for Pagar.me), PAGARME_PUBLIC_KEY (Public key (pk_xxx) for card tokenization (required only for create_card_token)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Kushki — LATAM PSP: card charges, preauth, PSE/SPEI transfer, cash, subscriptions
MCP server for PayPal — global payments + payouts: Orders v2, Payments, Subscriptions, Disputes
MCP server for Culqi — Peru PSP: charges, refunds, cards, Yape/PagoEfectivo, subscriptions
MCP server for Wise — multi-currency accounts, FX, international transfers, quotes, recipients
MCP server for iugu — invoices, subscriptions, customers, payment methods
MCP server for Chargebee — global subscription billing, recurring revenue orchestration
MCP server for Circle — USDC payments, wallets, payouts, transfers
MCP server for Vindi — recurring billing, subscriptions, invoices
Answers built from our own checks of this server.