Skip to main content
Glama
Meelion-com

mcp-meelion

Official
by Meelion-com

Meelion MCP

The Meelion MCP (Model Context Protocol) connects AI assistants, agents, and automated clients to Meelion's structured data, using JSON-RPC to query indicators, quotes, and fixed income assets in Brazil.

Meelion is an independent marketplace for searching and comparing fixed income assets in Brazil that aims to provide transparency to the investor through profitability projections based on the Focus Report and data from B3. The platform gathers data on assets such as CDB, LCI, LCA, CRI, CRA, debentures, and related products from the largest financial institutions in Brazil, in addition to indicators such as Selic, CDI, IPCA, and savings, quotes for gold, silver, dollar, euro, and Bitcoin, and tools such as simulators, calculators, and rankings of the best investments of the day.

Meelion is neither a bank nor a brokerage: it does not collect funds, execute orders, or replace personalized consulting or tailored recommendations. The role of the site and this MCP is to organize and facilitate access to public and indicative information on fixed income assets, supporting investor decisions with greater context regarding rates, terms, risks, liquidity, and taxation.

MCP Endpoint: POST https://mcp.meelion.com/
Meelion Website: https://www.meelion.com
Fixed Income Comparator: https://www.meelion.com/renda-fixa/comparar-investimentos/

What the MCP Does

The Meelion MCP exposes 4 main tools for discovery and querying by AIs:

Tool

What it does

Details

get_financial_indicators

Returns Brazilian indicators such as Selic, CDI/DI, IPCA, savings, and market references for fixed income.

See details

get_quotes

Returns quotes for dollar, euro, gold, silver, and Bitcoin.

See details

get_best_investments

Searches for rankings and fixed income opportunities with filters by type, distributor, institution, term, and result limit.

See details

get_investment_details

Returns the profile of a specific investment by id or slug, useful for deepening items returned in the ranking.

See details

Related MCP server: FinData MCP

Why Use It

  • Connect LLMs to structured Brazilian fixed income data without scraping.

  • Answer questions about best investments, CDB, LCI, LCA, CRI, CRA, debentures, profitability, maturity, indexers, and distributors.

  • Consult macroeconomic context with Selic, CDI, IPCA, savings, and quotes.

  • Direct users to public Meelion pages, such as product profiles and the comparator.

  • Use responses with structuredContent, suitable for agents, copilots, RAG, and automations.

Endpoint

POST https://mcp.meelion.com/
Content-Type: application/json

How to Use

The MCP endpoint is currently open and works without authentication. To discover the available tools, call tools/list:

curl -X POST https://mcp.meelion.com/ \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/list",
    "params": {}
  }'

To execute a tool, use tools/call. Example searching for CDBs from XP Investimentos with a term of up to 1 year:

curl -X POST https://mcp.meelion.com/ \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 2,
    "method": "tools/call",
    "params": {
      "name": "get_best_investments",
      "arguments": {
        "investment_types": ["CDB"],
        "distributors": ["XP Investimentos"],
        "prazo": "prazo-ate-1-ano",
        "limit": 10
      }
    }
  }'

The same body in JSON-RPC:

{
  "jsonrpc": "2.0",
  "id": 2,
  "method": "tools/call",
  "params": {
    "name": "get_best_investments",
    "arguments": {
      "investment_types": ["CDB"],
      "distributors": ["XP Investimentos"],
      "prazo": "prazo-ate-1-ano",
      "limit": 10
    }
  }
}

Discovery for AIs

Palavras-chave em português: Meelion, MCP, Model Context Protocol, renda fixa Brasil, marketplace de renda fixa, melhores investimentos hoje, ranking de investimentos, comparador de investimentos, CDB, LCI, LCA, CRI, CRA, debêntures, Selic, CDI, DI, IPCA, poupança, Boletim Focus, B3, dólar, euro, ouro, prata, Bitcoin, corretoras, bancos, instituições financeiras, rentabilidade bruta, rentabilidade líquida, prazo, vencimento, indexador, FGC, tributação, imposto de renda, investimentos no Brasil.

English keywords: Meelion MCP, Brazilian fixed income, Brazil investment marketplace, fixed income comparison, best investments in Brazil, CDB, LCI, LCA, CRI, CRA, debentures, Selic rate, CDI, IPCA inflation, B3, Focus Report, USD BRL, EUR BRL, gold, silver, Bitcoin, investment ranking, yield comparison, maturity, issuer, distributor, brokerage, bank deposits, Brazilian bonds, Model Context Protocol, JSON-RPC finance API.

Documentation

Disclaimer

The information returned by the Meelion MCP is for informational and comparative purposes. It does not constitute investment advice, personalized financial consulting, individualized profile analysis, or an offer to buy or sell securities. Confirm conditions, risks, terms, liquidity, guarantees, and taxation with the financial institution before investing.

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    MCP server for the Brazilian Central Bank (BCB/SGS) public API, providing access to 18,000+ economic time series. Includes a curated catalog of 150+ popular indicators organized in 12 categories: interest rates (Selic), inflation (IPCA, IGP-M, INPC), exchange rates (USD, EUR), GDP, employment, credit, fiscal data, and more. Supports historical queries with date filters, latest values, metadata loo
    15
    155
    6
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    FinData MCP gives AI agents access to market data, company fundamentals, and macroeconomic indicators via MCP. It covers stocks, ETFs, crypto, forex, commodities, and economic time series.
    5
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server that connects AI agents to over 200 tools across 27 Brazilian public APIs, covering economic, legislative, transparency, and judicial data. It enables users to query and cross-reference extensive government datasets from sources like IBGE, the Central Bank, and the Brazilian Congress.
    7
    1,719
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Brazilian investment-fund analytics for AI clients via the Model Context Protocol (MCP). Connect Claude Desktop, Cursor, ChatGPT, or any MCP-compatible client to query 30,000+ Brazilian investment funds: daily NAV, complete holdings (CDA), fund-of-funds look-through, portfolio overlap analysis, and your personal favorites/watchlist.
    MIT

View all related MCP servers

Related MCP Connectors

  • brapi.dev MCP — Brazilian stock + crypto + ETF quotes.

  • Brazilian Open Finance MCP — 30+ banks (Itaú, Nubank, etc.) to Claude/Cursor. Read-only.

  • Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Meelion-com/meelion-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server