Skip to main content
Glama
giannidona

dolar-argentina

by giannidona

🇦🇷 dolar-argentina MCP

Echtzeit-Wechselkurse für den argentinischen Peso für Claude — Blue, offiziell, MEP, CCL, Krypto und mehr.


Was ist das?

Ein MCP (Model Context Protocol) Server, der Claude Echtzeit-Zugriff auf die Dollarkurse in Argentinien gibt. Nach der Installation kann Claude automatisch aktualisierte Preise abrufen, wenn Sie mit Budgets, Vergleichstabellen, Umrechnungen und Analysen arbeiten, die Währungen beinhalten.


Verfügbare Tools

Tool

Beschreibung

get_dolar_prices

Alle Wechselkurse (offiziell, Blue, MEP, CCL, Großhandel, Krypto, Karte)

get_dolar_blue

Aktueller Preis des Dollar Blue (Ankauf / Verkauf)

get_dolar_oficial

Aktueller Preis des offiziellen Dollars (Ankauf / Verkauf)

Beispielantwort:

[
  { "nombre": "Oficial", "compra": 1335, "venta": 1385 },
  { "nombre": "Blue", "compra": 1390, "venta": 1410 },
  { "nombre": "Bolsa", "compra": 1393.5, "venta": 1399.1 },
  { "nombre": "Contado con liquidación", "compra": 1447.5, "venta": 1449.3 },
  { "nombre": "Mayorista", "compra": 1350, "venta": 1359 },
  { "nombre": "Cripto", "compra": 1457.9, "venta": 1458 },
  { "nombre": "Tarjeta", "compra": 1735.5, "venta": 1800.5 }
]

Installation

Voraussetzungen

1. Repo klonen

git clone https://github.com/tuusuario/dolar-argentina-mcp.git
cd dolar-argentina-mcp
npm install

2. Konfiguration zu Claude hinzufügen

Öffnen Sie Claude Desktop → Settings → Developer → Edit Config und fügen Sie dies ein:

{
  "mcpServers": {
    "dolar-argentina": {
      "command": "node",
      "args": ["/ruta/absoluta/al/repo/dolar-argentina-mcp/index.js"]
    }
  }
}

⚠️ Ersetzen Sie /ruta/absoluta/al/repo/ durch den tatsächlichen Pfad auf Ihrem Computer.

3. Claude Desktop neu starten

Schließen Sie die Anwendung vollständig (Cmd+Q auf dem Mac) und öffnen Sie sie erneut. Der Server sollte unter Settings → Developer als aktiv angezeigt werden.


Empfohlene Verwendung

Um das Beste daraus zu machen, fügen Sie dies unter Claude → Settings → Profile → Personal preferences hinzu:

Cuando trabajés con presupuestos, precios o tablas comparativas en pesos y dólares,
consultá siempre el MCP dolar-argentina para usar los valores actualizados del día
(blue, oficial, MEP, etc.) sin que yo tenga que pedirlo explícitamente.

Mit dieser Konfiguration wird Claude die Preise automatisch abrufen, wann immer es sie benötigt.


Anwendungsbeispiele

Nach der Installation können Sie Claude Dinge fragen wie:

  • "Erstelle eine Vergleichstabelle dieser Dienste in USD und rechne sie zum Blue- und offiziellen Kurs in Pesos um."

  • *"Wie viel kostet dieses Produkt in Dollar zum heutigen Preis?"

  • *"Erstelle ein Budget in ARS unter Verwendung des MEP-Dollars."

  • *"Wie viel sind 500 USD aktuell zum Blue-Kurs?"


Datenquelle

Die Preise werden von bluelytics.com.ar / dolarapi.com bezogen und in Echtzeit aktualisiert.


Beiträge

PRs und Feedback sind willkommen! Wenn Sie einen Fehler finden oder eine neue Funktion vorschlagen möchten, öffnen Sie ein Issue.


Lizenz

MIT

dolar-argentina-mcp

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/giannidona/dolar-argentina-mcp'

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