{"name":"Toolrail","description":"Operator-maintained catalog of Toolrail's paid x402 HTTP endpoints. The current quote is authoritative in each route's HTTP 402 response.","website":"https://toolrail.dev","openapi":"https://toolrail.dev/openapi.json","x402":"https://toolrail.dev/.well-known/x402.json","items":[{"id":"post-pdf","type":"http","method":"POST","url":"https://toolrail.dev/pdf","price":"$0.01","currency":"USDC","description":"Generate a print-ready PDF from JSON data (invoice, report, contract templates) or raw HTML. Returns application/pdf. No account or subscription needed.","example":"curl -X POST https://toolrail.dev/pdf -H \"Content-Type: application/json\" -d '{\"template\":\"invoice\",\"data\":{\"number\":\"F-001\",\"currency\":\"USD\",\"tax_rate\":19,\"issuer\":{\"name\":\"Acme\"},\"client\":{\"name\":\"Client Inc\"},\"items\":[{\"description\":\"Consulting\",\"quantity\":2,\"unit_price\":150}]}}' -o invoice.pdf"},{"id":"get-vat-rates","type":"http","method":"GET","url":"https://toolrail.dev/vat/rates","price":"$0.002","currency":"USDC","description":"Current VAT rates for supported European countries (EU-27 + UK, CH, NO...). Standard, reduced and super-reduced rates, provided through the third-party vatnode dataset; verify applicability for your transaction.","example":"curl \"https://toolrail.dev/vat/rates?country=DE\""},{"id":"post-vat-validate","type":"http","method":"POST","url":"https://toolrail.dev/vat/validate","price":"$0.003","currency":"USDC","description":"Validate an EU VAT number against the official European Commission VIES registry, with retries and caching for reliability. Returns validity, company name and address.","example":"curl -X POST https://toolrail.dev/vat/validate -H \"Content-Type: application/json\" -d '{\"countryCode\":\"IE\",\"vatNumber\":\"6388047V\"}'"},{"id":"post-vat-price","type":"http","method":"POST","url":"https://toolrail.dev/vat/price","price":"$0.002","currency":"USDC","description":"VAT price calculator for supported European countries: net-to-gross or gross-to-net with the current standard or reduced rate. Returns net, VAT amount and gross.","example":"curl -X POST https://toolrail.dev/vat/price -H \"Content-Type: application/json\" -d '{\"amount\":100,\"country\":\"DE\",\"direction\":\"net-to-gross\"}'"},{"id":"get-fx-convert","type":"http","method":"GET","url":"https://toolrail.dev/fx/convert","price":"$0.003","currency":"USDC","description":"Convert between 30+ major currencies using official European Central Bank reference rates, current or historical since 1999.","example":"curl \"https://toolrail.dev/fx/convert?from=USD&to=EUR&amount=100\""},{"id":"get-fx-rates","type":"http","method":"GET","url":"https://toolrail.dev/fx/rates","price":"$0.003","currency":"USDC","description":"Full ECB reference rate table for any base currency, current or for a historical date since 1999.","example":"curl \"https://toolrail.dev/fx/rates?base=USD\""},{"id":"get-days-holidays","type":"http","method":"GET","url":"https://toolrail.dev/days/holidays","price":"$0.003","currency":"USDC","description":"Official public holidays for supported countries (any year 1975-2075): date, local and English name, nationwide vs regional flag. Chile enhanced with a curated statutory table.","example":"curl \"https://toolrail.dev/days/holidays?country=DE&year=2026\""},{"id":"get-days-business-days","type":"http","method":"GET","url":"https://toolrail.dev/days/business-days","price":"$0.003","currency":"USDC","description":"Business-day calculator for supported countries: add N working days to a date skipping weekends and official public holidays. Essential for scheduling, deadlines and logistics.","example":"curl \"https://toolrail.dev/days/business-days?country=US&from=2026-08-01&days=10\""},{"id":"post-validate-iban","type":"http","method":"POST","url":"https://toolrail.dev/validate/iban","price":"$0.002","currency":"USDC","description":"Validate an IBAN (international bank account number): ISO 13616 mod-97 check digits and per-country length registry for 88 countries. Returns formatted IBAN and BBAN.","example":"curl -X POST https://toolrail.dev/validate/iban -H \"Content-Type: application/json\" -d '{\"iban\":\"DE89 3704 0044 0532 0130 00\"}'"},{"id":"post-validate-phone","type":"http","method":"POST","url":"https://toolrail.dev/validate/phone","price":"$0.002","currency":"USDC","description":"Validate and format phone numbers for ~240 regions (Google libphonenumber): validity, region, line type, E.164 / international / national formats.","example":"curl -X POST https://toolrail.dev/validate/phone -H \"Content-Type: application/json\" -d '{\"phone\":\"+56 9 6123 4567\"}'"},{"id":"post-validate-tax-id","type":"http","method":"POST","url":"https://toolrail.dev/validate/tax-id","price":"$0.002","currency":"USDC","description":"Validate tax IDs across Latin America and Spain with official check-digit algorithms: Chile RUT, Argentina CUIT/CUIL, Brazil CPF and CNPJ, Mexico RFC, Peru RUC, Colombia NIT, Spain NIF/NIE. The only pan-LATAM ID validator for agents.","example":"curl -X POST https://toolrail.dev/validate/tax-id -H \"Content-Type: application/json\" -d '{\"country\":\"BR\",\"id\":\"529.982.247-25\"}'"},{"id":"get-latam-indexacion","type":"http","method":"GET","url":"https://toolrail.dev/latam/indexacion","price":"$0.005","currency":"USDC","description":"Latin American inflation-indexed units used in real contracts, mortgages and rents: UF (Chile), UVA (Argentina), UVR (Colombia), UDI (Mexico) — live official central-bank values with local-currency conversion.","example":"curl \"https://toolrail.dev/latam/indexacion?unidad=uva&monto=100\""},{"id":"get-latam-dolar-argentina","type":"http","method":"GET","url":"https://toolrail.dev/latam/dolar-argentina","price":"$0.005","currency":"USDC","description":"Argentine dollar quotes in one call: oficial, blue (parallel) and euro rates plus the gap percentage — the region's most watched FX spread.","example":"curl \"https://toolrail.dev/latam/dolar-argentina\""},{"id":"get-latam-fx","type":"http","method":"GET","url":"https://toolrail.dev/latam/fx","price":"$0.015","currency":"USDC","description":"All official LATAM exchange rates against USD in ONE call: Chilean peso (central bank), Argentine oficial+blue with gap, Brazilian real (PTAX), Mexican peso (FIX), Colombian peso (legal TRM) and Peruvian sol (SBS). The region's FX aggregator no one else serves.","example":"curl \"https://toolrail.dev/latam/fx\""},{"id":"get-br-indices","type":"http","method":"GET","url":"https://toolrail.dev/br/indices","price":"$0.005","currency":"USDC","description":"Brazil's key official rates in one call: SELIC target, annualized CDI, monthly IPCA inflation and PTAX dollar — straight from Banco Central do Brasil's SGS API.","example":"curl \"https://toolrail.dev/br/indices\""},{"id":"get-br-cep","type":"http","method":"GET","url":"https://toolrail.dev/br/cep","price":"$0.002","currency":"USDC","description":"Brazilian postal code (CEP) lookup: street, neighborhood, city, state and IBGE code for any of Brazil's 700k+ CEPs.","example":"curl \"https://toolrail.dev/br/cep?cep=01310-100\""},{"id":"get-ar-indices","type":"http","method":"GET","url":"https://toolrail.dev/ar/indices","price":"$0.005","currency":"USDC","description":"Argentina's macro pulse: latest monthly inflation, compounded year-over-year inflation, and country risk (riesgo país) in basis points.","example":"curl \"https://toolrail.dev/ar/indices\""},{"id":"get-co-trm","type":"http","method":"GET","url":"https://toolrail.dev/co/trm","price":"$0.005","currency":"USDC","description":"Colombia's official TRM (Tasa Representativa del Mercado) — the legal COP/USD rate used for taxes and contracts, with validity dates.","example":"curl \"https://toolrail.dev/co/trm\""},{"id":"get-pe-tipo-cambio","type":"http","method":"GET","url":"https://toolrail.dev/pe/tipo-cambio","price":"$0.005","currency":"USDC","description":"Peru's official SBS exchange rate (buy/sell PEN per USD) from the central bank (BCRP).","example":"curl \"https://toolrail.dev/pe/tipo-cambio\""},{"id":"get-mx-indicadores","type":"http","method":"GET","url":"https://toolrail.dev/mx/indicadores","price":"$0.005","currency":"USDC","description":"Mexico's official FIX dollar rate (used for obligations) and TIIE 28-day interest rate, from Banco de México.","example":"curl \"https://toolrail.dev/mx/indicadores\""},{"id":"get-cl-reajuste","type":"http","method":"GET","url":"https://toolrail.dev/cl/reajuste","price":"$0.01","currency":"USDC","description":"Chilean IPC adjustment calculator: compound official monthly inflation between two months to reajust any amount — the standard calculation for rents, alimony and contracts in Chile.","example":"curl \"https://toolrail.dev/cl/reajuste?desde=2025-01&hasta=2025-06&monto=500000\""},{"id":"post-qr","type":"http","method":"POST","url":"https://toolrail.dev/qr","price":"$0.002","currency":"USDC","description":"Generate a QR code as PNG or SVG from any text or URL (up to 2000 chars, 64-2048 px). Pairs with the PDF endpoint for payment links and labels.","example":"curl -X POST https://toolrail.dev/qr -H \"Content-Type: application/json\" -d '{\"data\":\"https://toolrail.dev\",\"format\":\"png\",\"size\":512}' -o qr.png"},{"id":"get-cl-indicadores","type":"http","method":"GET","url":"https://toolrail.dev/cl/indicadores","price":"$0.005","currency":"USDC","description":"Chilean economic indicators: UF, UTM, dolar observado, euro, IPC — current or for a given date. Official Banco Central de Chile data.","example":"curl \"https://toolrail.dev/cl/indicadores?indicador=uf\""},{"id":"get-cl-uf","type":"http","method":"GET","url":"https://toolrail.dev/cl/uf","price":"$0.005","currency":"USDC","description":"Convert amounts between UF (Unidad de Fomento) and Chilean pesos at any date. Essential for Chilean contracts, rents and insurance.","example":"curl \"https://toolrail.dev/cl/uf?monto=50&direccion=uf-clp\""},{"id":"get-cl-dias-habiles","type":"http","method":"GET","url":"https://toolrail.dev/cl/dias-habiles","price":"$0.003","currency":"USDC","description":"Chilean business-day calculator: add N working days to a date respecting national holidays. Types: administrativo (Mon-Fri) or corrido.","example":"curl \"https://toolrail.dev/cl/dias-habiles?desde=2026-08-01&plazo=10\""},{"id":"get-cl-feriados","type":"http","method":"GET","url":"https://toolrail.dev/cl/feriados","price":"$0.003","currency":"USDC","description":"Official Chilean public holidays for 2026-2027 as structured JSON, including statutory moved holidays.","example":"curl \"https://toolrail.dev/cl/feriados?ano=2026\""},{"id":"post-cl-rut","type":"http","method":"POST","url":"https://toolrail.dev/cl/rut","price":"$0.002","currency":"USDC","description":"Validate and format a Chilean RUT (tax ID) including check digit (modulo 11).","example":"curl -X POST https://toolrail.dev/cl/rut -H \"Content-Type: application/json\" -d '{\"rut\":\"12.345.678-5\"}'"},{"id":"post-cl-sueldo-liquido","type":"http","method":"POST","url":"https://toolrail.dev/cl/sueldo-liquido","price":"$0.01","currency":"USDC","description":"Chilean net salary calculator: gross to net with AFP, health, unemployment insurance and impuesto unico using live UF/UTM values and current legal brackets.","example":"curl -X POST https://toolrail.dev/cl/sueldo-liquido -H \"Content-Type: application/json\" -d '{\"bruto\":1500000,\"afp\":\"modelo\"}'"},{"id":"get-cl-farmacias-turno","type":"http","method":"GET","url":"https://toolrail.dev/cl/farmacias-turno","price":"$0.005","currency":"USDC","description":"On-duty (night shift) pharmacies in Chile by comuna, from the official MINSAL registry.","example":"curl \"https://toolrail.dev/cl/farmacias-turno?comuna=VALPARAISO\""},{"id":"get-guia-pdf","type":"http","method":"GET","url":"https://toolrail.dev/guia/pdf","price":"$7.00","currency":"USDC","description":"PDF edition of 'Build your own x402 API' — available in Spanish, English or Portuguese (?lang=es|en|pt). A real-world walkthrough of building Toolrail: architecture, real bugs found and fixed, security checklist, discovery channels, and an honest revenue simulation. Includes a printable launch checklist. One-time purchase.","example":"curl \"https://toolrail.dev/guia/pdf?lang=en\" -o guide-x402.pdf"}]}