dolar-argentina
🇦🇷 dolar-argentina MCP
为 Claude 提供实时的阿根廷比索汇率——包括蓝市汇率 (blue)、官方汇率、MEP、CCL、加密货币汇率等。
这是什么?
这是一个 MCP (Model Context Protocol) 服务器,让 Claude 能够实时获取阿根廷的美元汇率。安装后,当你在处理预算、对比表格、货币换算或任何涉及货币的分析时,Claude 可以自动查询最新的价格。
可用工具
工具 | 描述 |
| 所有汇率类型(官方、蓝市、MEP、CCL、批发、加密货币、信用卡) |
| 当前蓝市美元价格(买入/卖出) |
| 当前官方美元价格(买入/卖出) |
响应示例:
[
{ "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 }
]安装
要求
Node.js v18 或更高版本
1. 克隆仓库
git clone https://github.com/tuusuario/dolar-argentina-mcp.git
cd dolar-argentina-mcp
npm install2. 添加配置到 Claude
打开 Claude Desktop → Settings → Developer → Edit Config 并粘贴以下内容:
{
"mcpServers": {
"dolar-argentina": {
"command": "node",
"args": ["/ruta/absoluta/al/repo/dolar-argentina-mcp/index.js"]
}
}
}⚠️ 请将
/ruta/absoluta/al/repo/替换为你机器上的实际路径。
3. 重启 Claude Desktop
完全关闭(Mac 上为 Cmd+Q)并重新打开。服务器应该会显示在 Settings → Developer 中。
推荐用法
为了充分利用该功能,请在 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 将在需要时自动查询价格。
使用示例
安装完成后,你可以要求 Claude 执行以下操作:
“制作一个这些服务的对比表,以美元计价,并按蓝市和官方汇率转换为比索”
“这个产品按今天的价格折合多少美元?”
“使用 MEP 汇率制定一份 ARS 预算”
“现在 500 美元折合多少蓝市比索?”
数据来源
价格来源于 bluelytics.com.ar / dolarapi.com,实时更新。
贡献
欢迎提交 PR 和反馈!如果你发现任何 bug 或想建议新功能,请提交 issue。
许可证
MIT
dolar-argentina-mcp
This server cannot be installed
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