# Meelion MCP (remote · mcp.meelion.com)

Brazilian fixed income & financial data for AI. Selic, CDI, IPCA, CDB/LCI/LCA rankings, FX rates.

- Trust score: 70/100 (medium)
- Change this week: +7
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.meelion.com`: 70/100 (this document), [markdown](https://verifymcp.io/servers/danmarkprintes-meelion-mcp/mcp.md), [page](https://verifymcp.io/servers/danmarkprintes-meelion-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.meelion.com/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 57/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1212 tokens (~242/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http danmarkprintes-meelion-mcp https://mcp.meelion.com/
```

### Codex

```toml
[mcp_servers.danmarkprintes-meelion-mcp]
url = "https://mcp.meelion.com/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "danmarkprintes-meelion-mcp": {
      "type": "remote",
      "url": "https://mcp.meelion.com/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add danmarkprintes-meelion-mcp --url https://mcp.meelion.com/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  danmarkprintes-meelion-mcp:
    url: "https://mcp.meelion.com/"
```

### Other

```json
{
  "mcpServers": {
    "danmarkprintes-meelion-mcp": {
      "type": "http",
      "url": "https://mcp.meelion.com/"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 69, +4)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 65, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 63, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 63)

First indexed and scored.

## MCP tools (5)

### `get_financial_indicators` (~124 tokens)

Indicadores financeiros do Brasil

Retorna indicadores financeiros atualizados do Brasil acompanhados pela Meelion, incluindo Selic, CDI/DI, IPCA e poupança (valores vigentes). Para expectativas de mercado ou curva futura por ano, use get_future_projections. Use quando o usuário perguntar sobre taxas atuais, indicadores econômicos, inflação, juros, rentabilidade de referência ou contexto macroeconômico para investimentos de renda fixa. English keywords: Brazilian financial indicators, Selic, CDI, DI, IPCA, inflation, interest rates, savings account, fixed income benchmarks.

### `get_future_projections` (~251 tokens)

Projecoes futuras de indices (Meelion)

Retorna projeções futuras agregadas por ano para Selic, DI (CDI), IPCA ou dólar (câmbio / Focus), conforme dados atualizados pela Meelion (mesma base que a API /api/indicadores/projecoes-futuras). Informe indice ou index com um dos valores: selic, di, ipca, dolar, cambio. Use quando o usuário perguntar sobre expectativas de juros, inflação futura, mercado implícito em DI, projeção do Copom, curva implícita ou cenário macro para renda fixa. English keywords: future Selic, DI futures curve, IPCA expectations, FX expectations, Focus report, implied rates, year-ahead inflation.

Input parameters:

- `ano` (integer): Ano civil para filtrar um único ponto da série; se omitido, retorna todo o período disponível.
- `index` (string): Alias em inglês de "indice" (obrigatório se indice omitido).
- `indice` (string): Slug do índice (obrigatório se index omitido): selic, di, ipca, dolar ou cambio (sinônimo de dólar).
- `year` (integer): Alias em inglês de "ano".

### `get_quotes` (~134 tokens)

Cotacoes de moedas e ativos

Retorna cotações atualizadas de ativos e moedas acompanhados pela Meelion, como dólar, euro, ouro, prata e Bitcoin. Use quando o usuário perguntar sobre câmbio, cotação atual, variação de moedas, metais ou criptoativos usados como referência de mercado. English keywords: USD/BRL, EUR/BRL, dollar, euro, gold, silver, Bitcoin, BTC, market quotes.

Input parameters:

- `assets` (array): Lista opcional de ativos desejados. Valores aceitos: usd, eur, gold, silver, btc. Se omitido, retorna todas as cotações disponíveis.

### `get_best_investments` (~418 tokens)

Melhores investimentos de renda fixa

Busca as melhores oportunidades de renda fixa disponíveis na Meelion, com filtros por tipo de investimento, distribuidor, instituição, prazo e limite de resultados. Modo aberto (meelion_pro=0): no máximo 5 itens, seeMoreOnSite aponta para o comparador em www.meelion.com. Modo Pro (meelion_pro=1): padrão 10 com acesso completo e 5 com acesso limitado; o parâmetro limit respeita teto 200 (completo) ou 10 (limitado). detailUrl e links de site usam a base pública (MCP.public_base_url). Use quando o usuário quiser encontrar onde o dinheiro pode render mais, comparar CDB, LCI, LCA, CRI, CRA, debêntures ou outros produtos de renda fixa, ver rankings de melhores investimentos de hoje, melhores investimentos por prazo, por tipo ou por corretora/banco. Os dados são indicativos e podem mudar; o usuário deve confirmar as condições na instituição financeira antes de investir. English keywords: Brazilian fixed income, best investments today, CDB, LCI, LCA, CRI, CRA, debentures, highest yield, investment ranking, maturity, distributor, issuer, net return, gross yield.

Input parameters:

- `distributors` (array|string): IDs, nomes ou slugs dos distribuidores, corretoras ou instituições. Exemplos: XP Investimentos, Itaú, BTG Pactual, Banco Inter.
- `investment_types` (array|string): IDs, nomes ou slugs dos tipos de investimento. Exemplos: CDB, LCI, LCA, CRI, CRA, debêntures.
- `limit` (integer): Número máximo de resultados a retornar. Use valores menores para respostas rápidas e valores maiores para comparações mais amplas.
- `prazo` (string): Slug ou ID da faixa de prazo. Exemplos: prazo-ate-1-ano, prazo-1-a-2-anos, prazo-2-a-3-anos.

### `get_investment_details` (~157 tokens)

Detalhes de um investimento

Retorna detalhes completos de um investimento específico da Meelion a partir do ID ou slug, incluindo informações como tipo, emissor, distribuidor, rentabilidade, prazo, vencimento, garantias, riscos e demais campos disponíveis. Use quando o usuário quiser entender melhor uma oportunidade específica, comparar detalhes antes de investir ou aprofundar um item retornado por get_best_investments. English keywords: investment details, fixed income product, CDB, LCI, LCA, CRI, CRA, debenture, issuer, distributor, maturity, yield, guarantees, risk.

Input parameters:

- `id` (integer): ID interno do investimento, se disponível.
- `slug` (string): Slug público do investimento na Meelion.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/danmarkprintes-meelion-mcp/mcp#diagnostics

## Score history

- 2026-08-03: 70
- 2026-08-02: 69
- 2026-08-01: 69
- 2026-07-31: 69
- 2026-07-30: 65
- 2026-07-29: 65
- 2026-07-28: 64
- 2026-07-27: 63
- 2026-07-26: 63

## Links

- Remote endpoint: https://mcp.meelion.com/
- Repository: https://github.com/Meelion-com/meelion-mcp
- Changelog RSS feed: https://verifymcp.io/servers/danmarkprintes-meelion-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/danmarkprintes-meelion-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/danmarkprintes-meelion-mcp/mcp
