Home › Finance › Dados B3

Dados B3

Brazilian stock (B3) fundamentals: ratios, dividends, scores, REITs (FIIs), ETFs. Open methodology.

Python Cloud Remote
★ 0 stars Last pushed 2026-09-22 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://dadosb3.com/mcp/ Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http dados-b3-mcp https://dadosb3.com/mcp/

Or add to your MCP client config:

{
  "mcpServers": {
    "dados-b3-mcp": {
      "url": "https://dadosb3.com/mcp/"
    }
  }
}

Package (oci)

docker run -i --rm ghcr.io/val7h/dados-b3-mcp:1.6.0

Or add to your MCP client config:

{
  "mcpServers": {
    "dados-b3-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/val7h/dados-b3-mcp:1.6.0"
      ],
      "env": {
        "DADOS_B3_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • DADOS_B3_API_KEY secret — Dados B3 API key. Optional: WEGE3 and the whole methodology are free without one. Create a free key (200 queries/day, no card) or subscribe at https://dadosb3.com.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry