dolar-argentina
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dolar-argentinaconvert 1000 USD to ARS at the blue rate"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🇦🇷 dolar-argentina MCP
Real-time Argentine dollar exchange rates for Claude — blue, official, MEP, CCL, crypto and more.
What is this?
A MCP (Model Context Protocol) server that gives Claude real-time access to dollar exchange rates in Argentina. Once installed, Claude can automatically query updated prices when you work with budgets, comparison tables, conversions, and any analysis involving currencies.
Related MCP server: EconomÃa Venezuela MCP
Installation
Requirements
Node.js v18 or higher
1. Open the Claude config
Claude Desktop → Settings → Developer → Edit Config
2. Paste this into the file
{
"mcpServers": {
"dolar-argentina": {
"command": "npx",
"args": ["-y", "dolar-argentina-mcp"]
}
}
}If you already have other MCPs configured, add only the
"dolar-argentina"block inside"mcpServers".
3. Restart Claude Desktop
Close it completely (Cmd+Q on Mac / Alt+F4 on Windows) and reopen it. The server should appear active in Settings → Developer.
That's it. There is no need to clone the repo or install anything manually — npx takes care of downloading and keeping it updated.
Available Tools
Tool | Description |
| All exchange rates (official, blue, MEP, CCL, wholesale, crypto, card) |
| Current price of the blue dollar (buy / sell) |
| Current price of the official dollar (buy / sell) |
Example response:
[
{ "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 }
]Recommended usage
So that Claude queries prices automatically without you having to ask every time, add this in 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.Usage examples
Once installed, you can ask Claude things like:
"Make a comparison table of these services in USD and convert them to pesos at the blue and official rates"
"How much does this product cost in dollars at today's price?"
"Create a budget in ARS using the MEP dollar"
"How much is $500 USD at the blue rate right now?"
Data source
Prices are obtained from dolarapi.com, updated in real-time.
Contributions
PRs and feedback are welcome! If you find a bug or want to suggest a new feature, open an issue.
License
MIT
This server cannot be installed
Maintenance
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
- AlicenseAqualityCmaintenanceEnables 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.1514MIT
- FlicenseNot gradedqualityDmaintenanceProvides 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.
- AlicenseAqualityCmaintenanceReal-time Argentine exchange rates for AI agents. Dollar blue, oficial, MEP, CCL, crypto rates plus currency conversion and spread calculator.6155MIT
- AlicenseAqualityFmaintenanceEnables Claude to access real-time crypto prices, forex rates, and market sentiment data through free public APIs with no keys required.53MIT
Related MCP Connectors
Live & historical FX rates and currency conversion for AI agents. No API keys.
Argentina payments for AI agents — Mercado Pago wallet / cuotas via Mercado Pago. Never holds funds.
Live & historical FX rates for AI agents, from European Central Bank data. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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