Skip to content
Cursor

bolsai mcp for Cursor

io.github.viniciuslazzari/bolsai-mcp

Brazilian stock market data (B3, CVM, BCB) for AI assistants: quotes, fundamentals, dividends, FIIs.

client:Cursor transport:stdio runtime:pypi

Install bolsai mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "bolsai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bolsai-mcp"
      ],
      "env": {
        "BOLSAI_API_KEY": "<BOLSAI_API_KEY>"
      }
    }
  }
}

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

bolsai mcp in other clients