API Tools
toolrail.dev
Provides VAT rates, validation, and currency conversion using official European data.
ENDPOINT 1
https://toolrail.dev/mcp
MCP server metadata
- Name
- toolrail
- Version
- 1.0.0
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
days_business_daysAdd N business days to a date, respecting official holidays, for 187 countries.
Inferred read-onlyvalidate_tax_idValidate a LATAM/Spain tax ID: RUT (CL), CUIT/CUIL (AR), CPF/CNPJ (BR), RFC (MX), RUC (PE), NIT (CO), NIF/NIE (ES).
Inferred read-onlylatam_indexacionLATAM inflation-indexed units: UF (Chile), UVA (Argentina), UVR (Colombia), UDI (Mexico).
Inferred read-onlylatam_dolar_argentinaArgentine dollar quotes: oficial, blue (parallel) and the gap percentage.
Inferred read-onlylatam_fxAll official LATAM exchange rates vs USD in one call: CLP, ARS, BRL, MXN, COP, PEN.
Inferred read-onlycl_reajusteChilean IPC adjustment: compound official inflation between two months.
Inferred read-onlycl_sueldo_liquidoChilean net salary calculator: gross to net with AFP, health, cesantía and impuesto único.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.