# Meelion MCP

Brazilian fixed income & financial data for AI. Provides Selic, CDI, IPCA rates, CDB/LCI/LCA investment rankings, and FX rates (USD, EUR), gold and Bitcoin quotes via JSON-RPC. No API key required — …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add danmarksp/meelion-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list danmarksp/meelion-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get danmarksp/meelion-mcp get_financial_indicators

# Call a tool
npx -y @smithery/cli@latest tool call danmarksp/meelion-mcp get_financial_indicators '{}'
```

## Direct MCP Connection

Endpoint: `https://meelion-mcp.run.tools`

## Tools (4)

- `get_financial_indicators` — Retorna indicadores financeiros atualizados do Brasil acompanhados pela Meelion, incluindo Selic, CDI/DI, IPCA, poupanç…
- `get_quotes` — Retorna cotações atualizadas de ativos e moedas acompanhados pela Meelion, como dólar, euro, ouro, prata e Bitcoin. Use…
- `get_best_investments` — Busca as melhores oportunidades de renda fixa disponíveis na Meelion, com filtros por tipo de investimento, distribuido…
- `get_investment_details` — Retorna detalhes completos de um investimento específico da Meelion a partir do ID ou slug, incluindo informações como …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get danmarksp/meelion-mcp <tool-name>
```
