Mercado Financeiro BR
io.github.mcp-dir/mercado-mcpBrazilian financial market data (B3): quotes, fundamentals, dividends, REITs (FIIs), BDRs, crypto, F
Tools · 12
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…
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).
Resolve o código (ticker) de um ativo a partir de um trecho do nome/código. Discovery rápido.
Cotação de criptomoedas (BTC, ETH, …) na moeda escolhida (BRL por padrão).
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.
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 the current MCP platform and adapter versions.
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
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 …
Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
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…
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…
Similar MCP servers embedding-nearest
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"
}
}
}