mcp braspag for Cline
io.github.codespar/mcp-braspag
MCP server for Braspag — Cielo orchestration, token vault (Cartão Protegido), recurrence, split
client:Cline
transport:stdio
runtime:npm
Install mcp braspag in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-braspag": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-braspag"
],
"env": {
"BRASPAG_MERCHANT_ID": "<BRASPAG_MERCHANT_ID>",
"BRASPAG_MERCHANT_KEY": "<BRASPAG_MERCHANT_KEY>",
"BRASPAG_ENV": "<BRASPAG_ENV>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs