Skip to main content
Glama

Brasil API MCP

cambio-rate

Retrieve accurate exchange rates for a specified currency on a given date using a simple API query. Automatically adjusts for weekends and holidays to provide the latest available data.

Instructions

Get exchange rates for a specific currency on a specific date

Input Schema

NameRequiredDescriptionDefault
currencyYesCurrency symbol (e.g., USD, EUR, GBP)
dateYesDate in YYYY-MM-DD format. For weekends and holidays, the returned date will be the last available business day.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "currency": { "description": "Currency symbol (e.g., USD, EUR, GBP)", "type": "string" }, "date": { "description": "Date in YYYY-MM-DD format. For weekends and holidays, the returned date will be the last available business day.", "type": "string" } }, "required": [ "currency", "date" ], "type": "object" }

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/guilhermelirio/brasil-api-mcp'

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