b3-mcp-server

fkdias/b3-mcp-server
★ 0 stars Python Code/Dev Tools Updated today
MCP server para análise técnica da B3: Hi-Lo Activator, backtest always-in-market long/short, simulação de opções ATM com 5 modos de sizing. 19 tools, 165 testes.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "b3-mcp-server": {
      "command": "uvx",
      "args": [
        "b3-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install b3-mcp-server