buda mcp for VS Code
io.github.gtorreal/buda-mcp
Buda.com market data: prices, spreads, OHLCV, order books, trades, and volume for CLP, COP, PEN.
client:VS Code
transport:stdio
runtime:npm
Install buda mcp in VS Code
.vscode/mcp.json
{
"servers": {
"buda-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@guiie/buda-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs