mcp-mercado-financeiro-brasil
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_MFB_CACHE_TTL | No | TTL do cache (s) | 300 |
| MCP_MFB_LOG_LEVEL | No | Nível de log | INFO |
| MCP_MFB_BRAPI_TOKEN | No | Ativa ações/FIIs (fase 2) | |
| MCP_MFB_HTTP_TIMEOUT | No | Timeout HTTP (s) | 20 |
| MCP_MFB_COINGECKO_KEY | No | Ativa cripto (fase 2) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_selicA | Meta SELIC atual (taxa básica de juros, % ao ano) definida pelo COPOM. |
| get_cdiA | CDI diário mais recente (% ao dia). Referência de renda fixa pós-fixada. |
| get_ipcaA | IPCA (inflação oficial) — variação mensal (%). |
| get_igpmB | IGP-M — variação mensal (%). Usado em reajuste de aluguéis/contratos. |
| get_poupancaC | Rendimento mensal da poupança (%). |
| get_serie_sgsA | Série genérica do SGS do Banco Central por código numérico. Ex.: 433=IPCA, 432=SELIC meta, 12=CDI, 1=dólar. |
| rentabilidade_realA | Rentabilidade real: desconta a inflação (IPCA) da taxa nominal. Fórmula de Fisher: (1+nominal)/(1+inflação) - 1. Taxas em % ao ano. |
| get_cotacaoA | Cotação PTAX oficial de uma moeda frente ao Real (compra/venda).
|
| historico_cambioC | Série histórica PTAX de uma moeda. Datas no formato 'aaaa-mm-dd'. |
| listar_titulos_tesouroB | Lista os títulos do Tesouro Direto disponíveis com taxa e preço mais recentes. |
| get_titulo_tesouroA | Busca títulos cujo tipo contém |
| simular_tesouroA | Simula o montante bruto de um título prefixado/indexado.
|
| juros_compostosB | Montante com juros compostos e aportes periódicos ao fim de cada período. |
| converter_taxaC | Converte taxa entre 'anual' e 'mensal' (juros compostos equivalentes). |
| rentabilidade_vs_cdiC | Quanto o investimento rende como % do CDI. |
| imposto_renda_renda_fixaB | IR sobre rendimento de renda fixa pela tabela regressiva, por prazo (dias). |
| health_checkA | Status do servidor e quais fontes opcionais estão configuradas. |
| fontes_de_dadosA | Lista as fontes de dados usadas e se exigem chave. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 18 tools
Most tools target distinct indicators or calculations, but get_serie_sgs overlaps with get_selic, get_cdi, get_ipca, and get_cotacao by exposing the same underlying SGS series through raw codes. listar_titulos_tesouro and get_titulo_tesouro also share a similar boundary, though descriptions help clarify one is a full list and the other is a search.
The tool names mix English and Portuguese conventions without a consistent pattern: get_selic and get_cotacao follow English get_*, but listar_titulos_tesouro and simular_tesouro use Portuguese verbs, while historico_cambio, juros_compostos, and imposto_renda_renda_fixa are bare noun phrases. The naming is readable but inconsistent enough to make the overall surface feel unpolished.
With 18 tools, the server sits slightly above the typical well-scoped range, but the count is reasonable given the breadth of Brazilian financial data covered: macro indicators, FX, Tesouro Direto, financial calculations, and operational health. A few tools could be consolidated, but none feel superfluous.
The server covers the main Brazilian economic indicators, official FX rates, Tesouro Direto browsing and simulation, and common fixed-income calculations such as compounding, rate conversion, real return, CDI comparison, and IR. Minor gaps exist, like no dedicated historical wrapper for IGP-M or accumulated CDI, though get_serie_sgs can partially fill those needs.