mcp celcoin for VS Code
io.github.codespar/mcp-celcoin
MCP server for Celcoin — Pix, boleto, transfers, bill payments, top-ups
client:VS Code
transport:stdio
runtime:npm
Install mcp celcoin in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "celcoin-client-secret",
"description": "CELCOIN_CLIENT_SECRET",
"password": true
}
],
"servers": {
"mcp-celcoin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-celcoin"
],
"env": {
"CELCOIN_CLIENT_SECRET": "${input:celcoin-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