MCP Server
MCP
io.github.codespar/mcp-braspag
MCP server for Braspag — Cielo orchestration, token vault (Cartão Protegido), recurrence, split
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-braspag",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Braspag MerchantId (UUID)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BRASPAG_MERCHANT_ID"
},
{
"description": "Braspag MerchantKey (secret)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BRASPAG_MERCHANT_KEY"
},
{
"description": "Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.",
"format": "string",
"name": "BRASPAG_ENV"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment