Skip to main content
Glama
giannidona

dolar-argentina

by giannidona

🇦🇷 dolar-argentina MCP

为 Claude 提供阿根廷比索实时汇率——包括蓝市汇率 (blue)、官方汇率、MEP、CCL、加密货币汇率等。

npm version license


这是什么?

这是一个 MCP (Model Context Protocol) 服务器,让 Claude 能够实时获取阿根廷的美元汇率。安装后,当你在处理预算、对比表、货币转换或任何涉及货币的分析时,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,只需将 "dolar-argentina" 块添加到 "mcpServers" 中即可。

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 执行以下操作:

  • “制作一个这些服务的对比表,以美元计价,并分别转换为蓝市汇率和官方汇率的比索价格”

  • “这个产品按今天的价格折合多少美元?”

  • “使用 MEP 汇率制定一份阿根廷比索 (ARS) 预算”

  • “现在 500 美元折合多少蓝市比索?”


数据来源

价格来源于 dolarapi.com,实时更新。


贡献

欢迎提交 PR 和反馈!如果你发现任何 bug 或想建议新功能,请开启一个 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