Skip to main content
Glama

MCP Argentina Datos

by 0xKoller

dolares-por-casa-fecha

Retrieve the dollar exchange rate for a specified currency exchange house and date in Argentina. Supports formats like 'blue', 'oficial', 'cripto', and dates in YYYY/MM/DD.

Instructions

Devuelve la cotización del dólar de la casa de cambio especificada en la fecha indicada (en formato YYYY/MM/DD).

Input Schema

NameRequiredDescriptionDefault
casaYesEJ: blue, oficial, cripto, etc.
fechaYesEJ: 2025/01/01

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "casa": { "description": "EJ: blue, oficial, cripto, etc.", "type": "string" }, "fecha": { "description": "EJ: 2025/01/01", "type": "string" } }, "required": [ "casa", "fecha" ], "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/0xKoller/mcp-argentina-datos'

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