← toolrail.dev

INDIVIDUAL MCP TOOL

latam_dolar_argentina

Argentine dollar quotes: oficial, blue (parallel) and the gap percentage.

toolrail.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://toolrail.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for latam_dolar_argentina and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

toolrail.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.toolrail]
url = "https://toolrail.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "toolrail": {
      "type": "http",
      "url": "https://toolrail.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: toolrail
Remote MCP URL: https://toolrail.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "toolrail": {
      "url": "https://toolrail.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "toolrail": {
      "type": "http",
      "url": "https://toolrail.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "toolrail",
  "transport": "streamable-http",
  "url": "https://toolrail.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • vat_rates — Current VAT rates for 44 European countries (EC TEDB).
  • vat_validate — Validate an EU VAT number against the official VIES registry.
  • vat_price — Compute net/gross price with EU VAT for a given country.
  • fx_convert — Convert between 30+ currencies using official ECB reference rates.
  • fx_rates — Full ECB reference rate table for a base currency.
  • days_holidays — Official public holidays for any of 187 countries.
  • days_business_days — Add N business days to a date, respecting official holidays, for 187 countries.
  • validate_iban — Validate an IBAN (ISO 13616 mod-97, 88 countries).