← brazilianfinance.com

INDIVIDUAL MCP TOOL

get_markets_snapshot

Get a live snapshot of key Brazilian and global market quotes — Ibovespa, Brazil ADR index, USD/BRL, EUR/BRL, EWZ, S&P 500, Dow, NASDAQ, oil, gold and Bitcoin.

brazilianfinance.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://brazilianfinance.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_markets_snapshot and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

brazilianfinance.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.brazilian-finance]
url = "https://brazilianfinance.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "brazilian-finance": {
      "type": "http",
      "url": "https://brazilianfinance.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: brazilian-finance
Remote MCP URL: https://brazilianfinance.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "brazilian-finance": {
      "url": "https://brazilianfinance.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "brazilian-finance": {
      "type": "http",
      "url": "https://brazilianfinance.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "brazilian-finance",
  "transport": "streamable-http",
  "url": "https://brazilianfinance.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_brazilian_finance — Search Brazilian Finance by keyword, company name or ticker.
  • convert_brl — Convert an amount between the Brazilian Real (BRL) and any of 30+ supported currencies, at the latest stored rate.
  • get_article_markdown — Fetch the full text of a Brazilian Finance article, news item, guide or opinion piece as clean Markdown, including headings, tables, FAQ and sources.