latamfx-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LATAMFX_CACHE_TTL | No | Quote/series cache TTL (seconds). | 60.0 |
| LATAMFX_HTTP_RETRIES | No | Max attempts on transient failures. | 3 |
| LATAMFX_HTTP_TIMEOUT | No | HTTP timeout (seconds). | 10.0 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_fx_sourcesA | List the supported FX sources (Argentine dollar variants). |
| get_fx_quoteA | Get the latest buy/sell quote for an FX source (e.g. 'blue', 'oficial'). |
| get_fx_timeseriesB | Get the historical buy/sell series for a source (most recent |
| get_fx_statsB | Summary statistics (min/max/mean/volatility) of a source's mid price. |
| convertB | Convert an amount between currencies using a source's quote (e.g. USD<->ARS). |
| reconcileA | Reconcile two ledgers with a multi-rule engine (exact ref, amount+date, fuzzy). Returns matched pairs (with the rule and a confidence score), unmatched ids on each side, and the overall match rate. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| sources_resource | The FX source catalog as a human-readable list. |
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/floreskemec/latamfx-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server