← Back to browse

Meelion MCP

Indexed by io.github.danmarkprintes

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http meelion-mcp https://mcp.meelion.com/
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"meelion-mcp","type":"http","url":"https://mcp.meelion.com/"}'
JSON
{
  "mcpServers": {
    "meelion-mcp": {
      "url": "https://mcp.meelion.com/"
    }
  }
}