mcp bold co for VS Code
io.github.codespar/mcp-bold-co
MCP server for Bold — Colombian acquirer: payment links for cards, PSE and Nequi
client:VS Code
transport:stdio
runtime:npm
Install mcp bold co in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "bold-api-key",
"description": "BOLD_API_KEY",
"password": true
},
{
"type": "promptString",
"id": "bold-secret-key",
"description": "BOLD_SECRET_KEY",
"password": true
}
],
"servers": {
"mcp-bold-co": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-bold-co"
],
"env": {
"BOLD_API_KEY": "${input:bold-api-key}",
"BOLD_SECRET_KEY": "${input:bold-secret-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs