mcp pix bcb for VS Code
io.github.codespar/mcp-pix-bcb
MCP server for Pix BCB API — official Banco Central do Brasil Pix standard
client:VS Code
transport:stdio
runtime:npm
Install mcp pix bcb in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "pix-client-secret",
"description": "PIX_CLIENT_SECRET",
"password": true
}
],
"servers": {
"mcp-pix-bcb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-pix-bcb"
],
"env": {
"PIX_CLIENT_SECRET": "${input:pix-client-secret}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs