Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Mercado Financeiro BR

io.github.mcp-dir/mercado-mcp

Brazilian financial market data (B3): quotes, fundamentals, dividends, REITs (FIIs), BDRs, crypto, F

Uptime
100.0%
1 direct probes · 30d
Response
913ms
last probe
Tools
12
callable
Resources
0
readable
Prompts
0
available

Tools · 12

mercado_quote

Cotação de ações, FIIs e BDRs da B3 em lote (até 20 tickers numa chamada), com opção de dados fundamentalistas (via modules: balanceSheetHistory, incomeStatementHistory, cashflowHistory, etc.), divide…

mercado_list

Lista/screener de ativos da B3 (ações, FIIs, BDRs) com busca, filtro por tipo/setor e ordenação (ex.: por variação, volume ou market cap).

mercado_search_ticker

Resolve o código (ticker) de um ativo a partir de um trecho do nome/código. Discovery rápido.

mercado_crypto

Cotação de criptomoedas (BTC, ETH, …) na moeda escolhida (BRL por padrão).

mercado_currency

Taxa de câmbio oficial de fechamento contra o real (compra e venda), para USD, EUR, GBP, JPY, CHF, CAD, AUD, DKK, NOK e SEK. Em fim de semana ou feriado devolve o último boletim publicado.

mercado_macro

Indicadores macroeconômicos brasileiros oficiais: prime_rate (meta Selic definida pelo Copom, em % ao ano) ou inflation (IPCA acumulado em 12 meses, que também traz a variação do último mês). Com opçã…

show_version

Show the current MCP platform and adapter versions.

report_bug

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

connect

Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install …

toolkit_info

Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.

marketplace

The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for…

authenticate

MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring conne…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mercado_financeiro_br": {
      "url": "https://api.mcp.ai/p_mercado",
      "transport": "streamable-http"
    }
  }
}