Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_all_dollars | Get all Argentine dollar exchange rates: blue, oficial, bolsa (MEP), contado con liqui (CCL), cripto, mayorista, and tarjeta. Returns buy/sell prices. |
| get_dollar | Get a specific dollar exchange rate. Types: blue, oficial, bolsa, contadoconliqui, cripto, mayorista, tarjeta. |
| get_all_currencies | Get all foreign currency exchange rates vs ARS (EUR, BRL, UYU, CLP, etc.). |
| get_currency | Get exchange rate for a specific foreign currency vs ARS. |
| convert | Convert an amount between ARS and any currency or dollar type. At least one side must be ARS. |
| get_spread | 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 | |