dados-b3-mcp
Dados B3 — MCPサーバー(ブラジル証券取引所、監査可能なファンダメンタルズ)
MCPコネクタは、AIエージェント(Claude、ChatGPT、Cursorなど)に400社以上のブラジル上場企業(B3)のファンダメンタルデータ — 銀行や保険会社を含む — 2010年から現在までへのアクセスを提供します。方法論は100%公開:ROE、ROIC、マージン、成長、純負債/EBITDA、時点別マルチプル(P/L、P/VP、EV/EBITDA — 実際のバランスシート公開後の最初の取引日の価格を使用 — 先読みなし、バックテストに最適)、配当金と配当利回り、すぐ使えるスコア(Piotroski F-ScoreとGraham)、バランスシート再提出の履歴。
出典:CVM(オープンデータ、ODbL)およびB3(COTAHIST)。各数値には元のCVM勘定科目が付属します。不変条件テスト一式が合格するまで何も公開されません(バランスシートが一致し、損益計算書が一致し、価格が公開日より前になることはありません)。製品とプラン:https://dadosb3.com
使用方法1 — リモート(インストール不要、推奨)
このリモートコネクタをAIクライアントに追加します:
https://dadosb3.com/mcp/Claudeの場合:設定 → コネクタ → カスタムコネクタを追加 → URLを貼り付けます。
Related MCP server: brdata-mcp
使用方法2 — ローカル(stdio)
pip install -r requirements.txt
python server.pyローカルMCPクライアントの設定例:
{
"mcpServers": {
"dados-b3": {
"command": "python",
"args": ["server.py"],
"env": { "DADOS_B3_API_KEY": "sua_chave_opcional" }
}
}
}使用方法3 — Dockerイメージ(1コマンド、ローカルPython不要)
docker run -i --rm -e DADOS_B3_API_KEY=sua_chave_opcional ghcr.io/val7h/dados-b3-mcp:latest{
"mcpServers": {
"dados-b3": {
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/val7h/dados-b3-mcp:latest"]
}
}
}イメージはmainへのプッシュのたびに自動的に公開されます(.github/workflows/publicar-imagem.yml)。これは2つの理由で存在します:1コマンドのインストールパスを提供すること、そしてMCPディレクトリがサーバーを起動して評価できるようにすることです — インストール可能なパッケージが宣言されていないと、起動すらできないからです。
ツール
ツール | 機能 | 無料? |
| 400社以上の企業、銀行/保険会社を含む(名前、CNPJ、ティッカー) | はい |
| ROE、ROIC、マージン、成長、DL/EBITDA(16年) | WEGE3ははい、その他はキー付き |
| P/L、P/VP、EV/EBITDA時点別、P/L TTM | WEGE3ははい、その他はキー付き |
| 配当、年間サマリー、12ヶ月配当利回り | WEGE3ははい、その他はキー付き |
| **Piotroski F-Score(0-9、各基準が公開)**およびGraham基準 | WEGE3ははい、その他はキー付き |
| 再公開されたバランスシート — 旧バージョンと新バージョンを並べて表示 | WEGE3ははい、その他はキー付き |
| 標準化された勘定科目(元のCVM勘定科目付き)(年次/四半期) | WEGE3ははい、その他はキー付き |
| 指標の範囲で企業をフィルタリング | キー付き |
| 各指標の計算式、CVM勘定科目、利益ベース(JSON) | はい |
| 各指標の公開計算式 | はい |
| データベースの現在のカバレッジ | はい |
WEGE3企業と方法論は、キーなしで試用できます。その他の企業には、無料キー(200クエリ/日、カード不要)を作成するか、Pro(月額R$49.90)を購読して、https://dadosb3.comでキーをchave_api引数(またはDADOS_B3_API_KEY環境変数)に渡してください。
銀行と保険会社
金融機関には独自の勘定科目体系があります(EBITや売上収益はありません)。コネクタは実際の勘定科目体系に基づいて分類し、意味のある指標を提供します — ROE、マージン、成長、P/L、P/VP、配当 — そしてROIC/EBITDA/EV-EBITDAは公開しません(該当しないため)。例:Itaú、Bradesco、Banco do Brasil、BB Seguridade、IRB。
なぜこれで、他ではないのか
100%公開された方法論、各公開前の不変条件テスト、将来情報の漏洩のないマルチプル、記録された再提出履歴(企業がバランスシートを再提出すると、両バージョンが並んで表示されます)— 他のB3データAPIでは実現できない機能です。競合他社が優れている点も含めた正直な比較:https://dadosb3.com/comparativo
ライセンス
MIT(このコネクタ)。データは公開されています(CVM/B3);このサービスは標準化、方法論、テストを追加します。
Maintenance
Related MCP Connectors
brapi.dev MCP — Brazilian stock + crypto + ETF quotes.
Brazilian investments MCP: B3 quotes, fundamentals, portfolio X-ray, theses and news for AI agents.
Financial data MCP for market, company, news, macro, and US Congress research.
MCP server giving AI agents one-connection access to China A-share market intelligence: financials,
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server that fetches Brazilian financial data from the CVM open data portal and exposes tools for LLM clients to query companies and calculate financial indicators from published financial statements.4MIT
- AlicenseAqualityBmaintenanceAn MCP server for Brazilian company and public procurement data, enabling CNPJ lookup, company search, tender resolution, and more via paid USDC-based API calls.1575MIT
- AlicenseAqualityCmaintenanceMCP server providing fundamental and technical data on Indian-listed companies from Screener.in and Yahoo Finance, including financial statements, ratios, and technical indicators.12MIT
- AlicenseBqualityCmaintenanceMCP server for B3 (Brazilian stock exchange) data, offering tools for real-time quotes, historical prices, dividends, FIIs, fundamental analysis, options, and indices via natural language.9MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Val7h/dados-b3-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server