dolar-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_all_dollarsA | Get all Argentine dollar exchange rates: blue, oficial, bolsa (MEP), contado con liqui (CCL), cripto, mayorista, and tarjeta. Returns buy/sell prices. |
| get_dollarB | Get a specific dollar exchange rate. Types: blue, oficial, bolsa, contadoconliqui, cripto, mayorista, tarjeta. |
| get_all_currenciesA | Get all foreign currency exchange rates vs ARS (EUR, BRL, UYU, CLP, etc.). |
| get_currencyA | Get exchange rate for a specific foreign currency vs ARS. |
| convertA | Convert an amount between ARS and any currency or dollar type. At least one side must be ARS. |
| get_spreadB | Calculate the spread (difference) between two dollar types. E.g. blue vs oficial. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a distinct purpose: conversion, listing all currencies, listing all dollars, single currency, single dollar, and spread calculation. No overlap or ambiguity.
Most tools follow a 'get_*' pattern for queries, while 'convert' uses a different verb but is still a clear action. The naming is mostly consistent with a minor deviation.
6 tools is well-scoped for a currency exchange rate server, covering all essential operations without being excessive or insufficient.
Covers core functionality: listing and fetching rates, conversion, and spread. Minor gap: no historical data or cross-currency conversion beyond ARS, but acceptable for basic use.