Skip to main content
Glama
giannidona

dolar-argentina

by giannidona

🇦🇷 dolar-argentina MCP

Claude向けのアルゼンチンペソのリアルタイム為替レート(ブルー、公式、MEP、CCL、暗号資産など)。

npm version license


これは何ですか?

Claudeにアルゼンチンのドル為替レートへのリアルタイムアクセスを提供するMCP (Model Context Protocol)サーバーです。インストールすると、予算作成、比較表の作成、換算、通貨に関連するあらゆる分析を行う際に、Claudeが自動的に最新の価格を参照できるようになります。


Related MCP server: Economía Venezuela MCP

インストール

要件

1. Claudeの設定ファイルを開く

Claude Desktop → Settings → Developer → Edit Config

2. ファイルに以下を貼り付ける

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

他のMCPを既に設定している場合は、"mcpServers"の中に"dolar-argentina"ブロックのみを追加してください。

3. Claude Desktopを再起動する

完全に終了(Macの場合はCmd+Q、Windowsの場合はAlt+F4)してから再度開いてください。Settings → Developerでサーバーがアクティブになっているはずです。

以上です。リポジトリのクローンや手動でのインストールは不要です。npxがダウンロードと更新を自動的に管理します。


利用可能なツール

ツール

説明

get_dolar_prices

すべての為替レート(公式、ブルー、MEP、CCL、卸売、暗号資産、カード)

get_dolar_blue

現在のドル・ブルー価格(買値 / 売値)

get_dolar_oficial

現在の公式ドル価格(買値 / 売値)

レスポンス例:

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

推奨される使用方法

毎回指示しなくてもClaudeが自動的に価格を参照するようにするには、Claude → Settings → Profile → Personal preferencesに以下を追加してください:

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.

使用例

インストール後、Claudeに以下のように依頼できます:

  • 「これらのサービスの比較表をUSDで作成し、ブルーレートと公式レートでペソに換算して」

  • 「この製品は今日のレートで何ドルになりますか?」

  • 「MEPレートを使ってARSで予算を作成して」

  • 「500ドルは今、ブルーレートでいくらですか?」


データソース

価格はdolarapi.comから取得しており、リアルタイムで更新されます。


コントリビューション

PRやフィードバックを歓迎します!バグを見つけた場合や新機能の提案がある場合は、issueを作成してください。


ライセンス

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