Meelion MCP
Server Details
Brazilian fixed income & financial data for AI. Selic, CDI, IPCA, CDB/LCI/LCA rankings, FX rates.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- Meelion-com/meelion-mcp
- GitHub Stars
- 2
- Server Listing
- mcp-meelion
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.3/5 across 5 of 5 tools scored.
Each tool targets a distinct resource: best investments, current indicators, future projections, specific investment details, and market quotes. The descriptions clearly separate current from projected indicators, and list vs. detail views. No overlapping functionality.
All tools follow a consistent 'get_' prefix with descriptive noun phrases in snake_case. This creates a predictable pattern where the resource is always clear from the name.
With 5 tools, the server is well-scoped for a financial information provider. Each tool addresses a core need without redundancy or bloat.
The tool surface covers the full read-only workflow: discover best investments, inspect details, check current indicators, view future projections, and monitor market quotes. No obvious gaps for the stated purpose of Brazilian fixed income and economic data.
Available Tools
5 toolsget_best_investmentsMelhores investimentos de renda fixaARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Número máximo de resultados a retornar. Use valores menores para respostas rápidas e valores maiores para comparações mais amplas. | |
| prazo | No | Slug ou ID da faixa de prazo. Exemplos: prazo-ate-1-ano, prazo-1-a-2-anos, prazo-2-a-3-anos. | |
| distributors | No | IDs, nomes ou slugs dos distribuidores, corretoras ou instituições. Exemplos: XP Investimentos, Itaú, BTG Pactual, Banco Inter. | |
| investment_types | No | IDs, nomes ou slugs dos tipos de investimento. Exemplos: CDB, LCI, LCA, CRI, CRA, debêntures. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, but the description adds substantial behavioral nuance: open vs Pro mode with different result limits (5 vs 10, capped at 200 or 10), seeMoreOnSite pointing to the comparer, detailUrl using MCP.public_base_url, and a disclaimer that data is indicative and may change. This goes well beyond the structured annotations and gives the agent a clear picture of what to expect.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is longer than two sentences but is well-structured: main purpose, mode behavior, usage guidance, data disclaimer, and English keywords. Every section adds value, though the English keyword list could be trimmed for brevity. It is front-loaded with the core action and maintains clarity throughout.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description carries the responsibility of explaining behavior. It covers result limits, URL construction, data reliability, and provides detailed usage scenarios. For a read-only tool with four optional filters, this description is thoroughly complete, leaving little ambiguity for an agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description enriches parameter meaning by explaining how 'limit' behaves differently in open vs Pro modes (teto 200 or 10), and it lists the filter dimensions (tipo, distribuidor, prazo, limite) in the opening line. This extra context about parameter constraints and usage justifies a score above baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with 'Busca as melhores oportunidades de renda fixa disponíveis na Meelion', a specific verb (busca) combined with a clear resource (melhores oportunidades de renda fixa). It also lists concrete examples like CDB, LCI, LCA, CRI, CRA, and debêntures, which clearly distinguishes it from sibling tools focused on indicators, projections, details, or quotes. The purpose is unmistakable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use the tool ('Use quando o usuário quiser encontrar onde o dinheiro pode render mais, comparar... ver rankings...'), providing clear use cases. However, it does not mention when not to use it or reference alternative sibling tools, so it falls short of the highest bar for explicit exclusions/alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_financial_indicatorsIndicadores financeiros do BrasilARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare read-only and non-destructive, so the safety profile is covered. The description adds that values are 'atualizados' and 'valores vigentes', clarifying data is current, but it doesn't describe the return format or update frequency, leaving some behavioral gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is moderately long but front-loaded with the main action, followed by usage guidance and English keywords. The English keyword section adds length but serves multilingual matching, so it earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a no-parameter, read-only tool with no output schema, the description covers purpose, usage, and scope well. It lists exact indicators and differentiates from siblings, though it stops short of describing the response structure, which would improve completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has no parameters and an empty schema, so there is nothing for the description to explain. Per the evaluation baseline for zero parameters, this scores 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it returns current Brazilian financial indicators (Selic, CDI/DI, IPCA, poupança) with a specific verb and resource. It distinguishes from get_future_projections by explicitly addressing expectations/future curve, avoiding confusion with siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It provides explicit usage scenarios: when users ask about current rates, economic indicators, inflation, interest rates, or fixed-income benchmarks. It also directs users to get_future_projections for market expectations or future curves, giving a clear alternative.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_future_projectionsProjecoes futuras de indices (Meelion)ARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| ano | No | Ano civil para filtrar um único ponto da série; se omitido, retorna todo o período disponível. | |
| year | No | Alias em inglês de "ano". | |
| index | No | Alias em inglês de "indice" (obrigatório se indice omitido). | |
| indice | No | Slug do índice (obrigatório se index omitido): selic, di, ipca, dolar ou cambio (sinônimo de dólar). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare read-only and non-destructive behavior. The description adds useful context about the data source (Meelion) and points to the underlying API endpoint, as well as noting the aggregation by year. No contradictions with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences plus a keyword list, front-loaded with the core purpose, then parameter instruction, then use cases. It is dense but each sentence contributes meaningful guidance, with no wasteful filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description provides purpose, data source, aggregation level, and clear usage scenarios. While it doesn't detail the response fields, the phrase 'projeções futuras' and the mention of the API endpoint give a sufficient high-level understanding for an agent to decide whether to use the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides 100% coverage with descriptions for all parameters, including the alias relationships and the implicit requirement that one of 'indice' or 'index' be provided. The description simply restates this guidance without adding new semantic information.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns year-aggregated future projections for Selic, DI, IPCA, or dollar, referencing the Meelion API endpoint. It distinguishes itself from siblings by focusing on future projections and explicitly naming the data source.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly lists when to use the tool (e.g., expectations for interest rates, future inflation, implied DI market, Copom projection, implied curve, macro scenario for fixed income) and includes English keywords. It does not mention exclusions or alternative tools, but the context is specific enough to guide selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_investment_detailsDetalhes de um investimentoARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ID interno do investimento, se disponível. | |
| slug | No | Slug público do investimento na Meelion. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, covering safety. The description adds valuable context by detailing the returned content (tipo, emissor, distribuidor, rentabilidade, prazo, vencimento, garantias, riscos), which is not present in annotations. No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is efficient: two main sentences plus a keyword list. It front-loads the core purpose, then usage, then helpful English keywords. No wasted words, and the structure is clean.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite no output schema, the description enumerates the types of details returned, giving the agent a clear picture of the tool's output. Combined with usage guidance and sibling references, it is complete for a simple read-only detail tool with two optional parameters.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, with both id and slug already described. The description adds a slight clarification that either 'ID ou slug' can be used for lookup, but this is marginal and not fully explicit about exclusivity. Baseline 3 is appropriate given the schema handles the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns complete details of a specific investment by ID or slug, listing the types of information included. It distinguishes itself from sibling get_best_investments by mentioning it deepens an item from that list.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit context for when to use the tool: 'Use quando o usuário quiser entender melhor uma oportunidade específica... ou aprofundar um item retornado por get_best_investments.' It references an alternative tool by name, but does not explicitly state exclusions or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_quotesCotacoes de moedas e ativosARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| assets | No | Lista opcional de ativos desejados. Valores aceitos: usd, eur, gold, silver, btc. Se omitido, retorna todas as cotações disponíveis. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds that quotes are 'atualizadas' and for assets tracked by Meelion, but does not disclose behavior like refresh rates, data source, or response format. This is a modest addition but not a comprehensive disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences, each serving a clear purpose: stating the function, providing usage guidance, and listing English keywords for matching. It is front-loaded with the main purpose and contains no redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with one optional parameter, no output schema, clear annotations, and a concise description. The description provides enough context for selection and invocation, though it does not describe the return format, which is a minor gap given the tool's simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the optional 'assets' parameter is already well-documented. The description adds natural language mapping (dollar, euro, etc.) but does not introduce new syntax or constraints beyond the schema, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: returning updated quotes for assets and currencies tracked by Meelion, with specific examples like dollar, euro, gold, silver, and Bitcoin. This distinguishes it from sibling tools focused on investments, indicators, and projections.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says when to use the tool ('Use quando o usuário perguntar sobre câmbio, cotação atual, variação de moedas, metais ou criptoativos...'), providing clear context. It does not mention when-not to use it or name alternatives, so it misses the top score.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides Brazilian financial market data including stock prices, fundamentals, dividends, FIIs, and macro indicators to AI assistants.11MIT
- Alicense-qualityDmaintenanceBrazilian 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
- Alicense-qualityDmaintenanceConnects Brazilian banks (Itaú, Bradesco, Nubank, etc.) to AI agents, enabling natural language queries about expenses, statements, investments, and credit cards via regulated Open Finance.17MIT
- AlicenseAqualityBmaintenanceMCP 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 loo151556MIT
Your Connectors
Sign in to create a connector for this server.