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