Loading MCP server directory, please wait...
MCP server for PicPay Business — BR digital wallet (60M+ users): checkout, Pix QR, subscriptions
npx @getmcp/cli add io.github.codespar/mcp-picpayRequires Node.js 18+. Community-contributed server. Review source before installing.
PICPAY_TOKENPicPay merchant integration token (sent as x-picpay-token header)
PICPAY_SELLER_TOKENPicPay seller token used to validate webhook callbacks (x-seller-token header)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-picpay": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-picpay"
],
"env": {
"PICPAY_TOKEN": "",
"PICPAY_SELLER_TOKEN": "",
"PICPAY_BASE_URL": ""
}
}
}
}