MCP Server
MCP
io.github.codespar/mcp-picpay
MCP server for PicPay Business — BR digital wallet (60M+ users): checkout, Pix QR, subscriptions
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-picpay",
"version": "0.2.0-alpha.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "PicPay merchant integration token (sent as x-picpay-token header)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PICPAY_TOKEN"
},
{
"description": "PicPay seller token used to validate webhook callbacks (x-seller-token header)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PICPAY_SELLER_TOKEN"
},
{
"description": "PicPay ecommerce API base URL. Defaults to https://appws.picpay.com/ecommerce/public.",
"format": "string",
"name": "PICPAY_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment