Skip to main content
Glama
giannidona

dolar-argentina

by giannidona

🇦🇷 dolar-argentina MCP

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

npm version license


Was ist das?

Ein MCP (Model Context Protocol) Server, der Claude Echtzeit-Zugriff auf die Dollarkurse in Argentinien gibt. Sobald er installiert ist, kann Claude automatisch aktualisierte Preise abrufen, wenn du mit Budgets, Vergleichstabellen, Umrechnungen und jeglichen Analysen arbeitest, die Währungen beinhalten.


Related MCP server: Economía Venezuela MCP

Installation

Voraussetzungen

1. Öffne die Claude-Konfiguration

Claude Desktop → Settings → Developer → Edit Config

2. Füge dies in die Datei ein

{
  "mcpServers": {
    "dolar-argentina": {
      "command": "npx",
      "args": ["-y", "dolar-argentina-mcp"]
    }
  }
}

Wenn du bereits andere MCPs konfiguriert hast, füge nur den Block "dolar-argentina" innerhalb von "mcpServers" hinzu.

3. Starte Claude Desktop neu

Schließe die Anwendung vollständig (Cmd+Q auf dem Mac / Alt+F4 unter Windows) und öffne sie erneut. Der Server sollte unter Settings → Developer als aktiv erscheinen.

Das ist alles. Du musst das Repo nicht klonen oder manuell etwas installieren — npx kümmert sich darum, es herunterzuladen und auf dem neuesten Stand zu halten.


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 (Kauf / Verkauf)

get_dolar_oficial

Aktueller Preis des offiziellen Dollars (Kauf / Verkauf)

Beispiel für eine Antwort:

[
  { "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 }
]

Empfohlene Verwendung

Damit Claude die Preise automatisch abfragt, ohne dass du jedes Mal danach fragen musst, füge 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.

Anwendungsbeispiele

Sobald die Installation abgeschlossen ist, kannst du 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 dolarapi.com bezogen und in Echtzeit aktualisiert.


Beiträge

PRs und Feedback sind willkommen! Wenn du einen Bug findest oder ein neues Feature vorschlagen möchtest, öffne ein Issue.


Lizenz

MIT

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to search products, compare prices, and find the best deals across multiple supermarkets in Argentina through Superprecio's price comparison API. Transforms Claude into an expert shopping assistant for Latin American grocery shopping.
    15
    14
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides real-time Venezuelan economic data, including official and parallel exchange rates, inflation statistics, and basic goods basket prices. It enables AI assistants to query historical economic trends and current market indicators via natural language.
  • A
    license
    A
    quality
    C
    maintenance
    Real-time Argentine exchange rates for AI agents. Dollar blue, oficial, MEP, CCL, crypto rates plus currency conversion and spread calculator.
    6
    15
    5
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    Enables Claude to access real-time crypto prices, forex rates, and market sentiment data through free public APIs with no keys required.
    5
    3
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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