dolar-mcp
dolar-mcp
Argentine exchange rates for AI agents.
MCP server that gives AI agents real-time access to Argentine exchange rates via DolarAPI. Dollar blue, oficial, MEP, CCL, crypto — plus currency conversion and spread calculator.
No API key required.
Quick Start
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"dolar": {
"command": "npx",
"args": ["-y", "@dan1d/dolar-mcp"]
}
}
}Claude Code
claude mcp add dolar -- npx -y @dan1d/dolar-mcpCursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"dolar": {
"command": "npx",
"args": ["-y", "@dan1d/dolar-mcp"]
}
}
}Windsurf
{
"mcpServers": {
"dolar": {
"command": "npx",
"args": ["-y", "@dan1d/dolar-mcp"]
}
}
}Once configured, ask your AI assistant things like: "How much is the dollar blue today?" or "Convert 100 USD blue to ARS" or "What's the spread between blue and oficial?"
Related MCP server: dolar-argentina
Available Tools
Tool | Description |
| Get all dollar exchange rates: blue, oficial, bolsa (MEP), contado con liqui (CCL), cripto, mayorista, and tarjeta. Returns buy/sell prices. |
| Get a specific dollar type rate. Types: |
| Get all foreign currency exchange rates vs ARS (EUR, BRL, UYU, CLP, etc.). |
| Get exchange rate for a specific foreign currency vs ARS. |
| Convert an amount between ARS and any currency or dollar type. At least one side must be ARS. Supports |
| Calculate the spread (difference) between two dollar types, e.g. blue vs oficial. Returns absolute and percentage spread. |
Example Prompts
"Dame todas las cotizaciones del dolar"
"Cuanto sale el dolar blue hoy?"
"Converti 500 USD blue a pesos"
"Cual es la brecha entre el oficial y el blue?"
"Cuanto esta el euro?"
"Converti 1000 EUR a ARS"
Programmatic Usage
npm install @dan1d/dolar-mcpimport { createDolarTools } from "@dan1d/dolar-mcp";
const dolar = createDolarTools();
// Get all dollar rates
const rates = await dolar.tools.get_all_dollars();
// Get blue dollar specifically
const blue = await dolar.tools.get_dollar({ type: "blue" });
// Convert 100 USD blue to ARS
const converted = await dolar.tools.convert({
amount: 100,
from: "blue",
});
// Calculate spread between oficial and blue
const spread = await dolar.tools.get_spread({
type_a: "oficial",
type_b: "blue",
});Data Source
All data comes from DolarAPI, a free public API for Argentine exchange rates. No authentication required. Data is updated in real time.
Part of the LATAM MCP Toolkit
Server | What it does |
Mercado Pago payments — create links, search payments, refunds | |
MercadoLibre marketplace — search products, categories, trends | |
DolarAPI MCP | Argentine exchange rates — blue, oficial, CCL, crypto, conversion |
License
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
- Flicense-qualityDmaintenanceProvides 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.Last updated
- Alicense-qualityDmaintenanceProvides real-time Argentine dollar exchange rates to Claude, including blue, official, MEP, CCL, crypto, and other rates. Enables automatic currency conversions for budgets, price comparisons, and financial analysis in pesos and dollars.Last updated13MIT

UniRate MCPofficial
AlicenseAqualityBmaintenanceCurrency conversion and exchange rates for AI assistants. 170+ currencies, historical data back to 1999.Last updated454MIT- AlicenseAqualityBmaintenanceEnables AI agents to query public Latin American FX rates and perform auditable ledger reconciliation using a multi-rule matching engine.Last updated6MIT
Related MCP Connectors
Live Iran exchange rates, gold, crypto, and Toman market data for AI agents.
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.
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/dan1d/dolar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server