← Registry

API Tools

toolrail.dev

Provides VAT rates, validation, and currency conversion using official European data.

x402 supported1 endpoint27 known toolsFirst detected August 29, 2026Last detected August 29, 2026

ENDPOINT 1

https://toolrail.dev/mcp

No auth detected

MCP server metadata

Name
toolrail
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Toolrail: free LATAM + global utility data tools (27 tools) — official central-bank FX, tax-ID validation for 7 countries, business-day math for 187 countries, EU VAT, and Chilean payroll/UF tooling. This MCP channel is free and rate-limited. For unlimited/agentic pay-per-call access (USDC on Base or Solana, no rate limit), use the x402 HTTP API directly at https://toolrail.dev (see /skill.md).

Known tools 27

vat_rates

Current VAT rates for 44 European countries (EC TEDB).

Inferred read-only
vat_validate

Validate an EU VAT number against the official VIES registry.

Inferred read-only
vat_price

Compute net/gross price with EU VAT for a given country.

Inferred read-only
fx_convert

Convert between 30+ currencies using official ECB reference rates.

Inferred read-only
fx_rates

Full ECB reference rate table for a base currency.

Inferred read-only
days_holidays

Official public holidays for any of 187 countries.

Inferred read-only
days_business_days

Add N business days to a date, respecting official holidays, for 187 countries.

Inferred read-only
validate_iban

Validate an IBAN (ISO 13616 mod-97, 88 countries).

Inferred read-only
validate_phone

Validate and format a phone number (~240 regions).

Inferred read-only
validate_tax_id

Validate a LATAM/Spain tax ID: RUT (CL), CUIT/CUIL (AR), CPF/CNPJ (BR), RFC (MX), RUC (PE), NIT (CO), NIF/NIE (ES).

Inferred read-only
latam_indexacion

LATAM inflation-indexed units: UF (Chile), UVA (Argentina), UVR (Colombia), UDI (Mexico).

Inferred read-only
latam_dolar_argentina

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

Inferred read-only
latam_fx

All official LATAM exchange rates vs USD in one call: CLP, ARS, BRL, MXN, COP, PEN.

Inferred read-only
br_indices

Brazil's SELIC, CDI, IPCA and PTAX dollar (Banco Central do Brasil).

Inferred read-only
br_cep

Brazilian postal code (CEP) lookup: street, city, state.

Inferred read-only
ar_indices

Argentina's monthly/annual inflation and country risk (riesgo país).

Inferred read-only
co_trm

Colombia's official TRM (legal COP/USD exchange rate).

Inferred read-only
pe_tipo_cambio

Peru's official SBS exchange rate (BCRP).

Inferred read-only
mx_indicadores

Mexico's official FIX dollar rate and TIIE 28-day rate (Banxico).

Inferred read-only
cl_reajuste

Chilean IPC adjustment: compound official inflation between two months.

Inferred read-only
cl_indicadores

Chilean economic indicators: UF, UTM, dolar, euro, IPC.

Inferred read-only
cl_uf

Convert between UF and Chilean pesos at any date.

Inferred read-only
cl_dias_habiles

Chilean business-day calculator, respecting national holidays.

Inferred read-only
cl_feriados

Official Chilean public holidays for 2026-2027.

Inferred read-only
cl_rut

Validate and format a Chilean RUT (modulo 11 check digit).

Inferred read-only
cl_sueldo_liquido

Chilean net salary calculator: gross to net with AFP, health, cesantía and impuesto único.

Inferred read-only
cl_farmacias_turno

On-duty (night shift) pharmacies in Chile by comuna (MINSAL).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.