Skip to content
Cursor

buda mcp for Cursor

io.github.gtorreal/buda-mcp

Buda.com market data: prices, spreads, OHLCV, order books, trades, and volume for CLP, COP, PEN.

client:Cursor transport:stdio runtime:npm

Install buda mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "buda-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@guiie/buda-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

buda mcp in other clients