MCP Picpay runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm. Last commit 29 Aug 2026.
MCP server for PicPay Business — BR digital wallet (60M+ users): checkout, Pix QR, subscriptions
Today is the operative word: we check MCP Picpay 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-picpay -- npx -y @codespar/mcp-picpay
{
"mcpServers": {
"mcp-picpay": {
"args": [
"-y",
"@codespar/mcp-picpay"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-picpay]
command = "npx"
args = ["-y", "@codespar/mcp-picpay"]
{
"mcpServers": {
"mcp-picpay": {
"args": [
"-y",
"@codespar/mcp-picpay"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-picpay": {
"args": [
"-y",
"@codespar/mcp-picpay"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
PICPAY_TOKEN (PicPay merchant integration token (sent as x-picpay-token header)), PICPAY_SELLER_TOKEN (PicPay seller token used to validate webhook callbacks (x-seller-token header)), PICPAY_BASE_URL (PicPay ecommerce API base URL. Defaults to https://appws.picpay.com/ecommerce/public.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for NuPay — Nubank merchant checkout: Pix + wallet one-click for 100M+ BR users
MCP server for PayPal — global payments + payouts: Orders v2, Payments, Subscriptions, Disputes
MCP server for Asaas — billing automation, Pix, boleto, credit card, subscriptions
MCP server for iugu — invoices, subscriptions, customers, payment methods
MCP server for Openpay — BBVA-owned Mexican gateway (cards, SPEI, OXXO, subscriptions, payouts)
MCP server for Circle — USDC payments, wallets, payouts, transfers
MCP server for Pagar.me — orders, charges, recipients, transfers, plans, subscriptions, webhooks
MCP server for Vindi — recurring billing, subscriptions, invoices
Answers built from our own checks of this server.