{"schema_version":"v1","name":"veradata","description":"Verified Latin American data for autonomous AI agents via x402 micropayments. Sanctions screening (OFAC+UN+EU+UK, 59k+ entries), entity enrichment (RUES/CNPJ/RFC), central bank rates (DTF/TIIE/Selic/TRM/UF), business registry, and AI-powered market context. EU AI Act Art.13 compliant audit trails. $0.02–$0.10 USDC per call on Base and Solana. No API key required.","tools":[{"name":"vera_rates","description":"Real-time central bank rates for LATAM countries (CO, MX, BR, CL, PE). Returns TRM, DTF, IBR (Colombia), TIIE, INPC (Mexico), Selic, CDI, PTAX (Brazil), TPM, UF (Chile), BCRP rate (Peru). 5-minute cache. $0.02 USDC via x402.","input_schema":{"type":"object","properties":{"country":{"type":"string","enum":["CO","MX","BR","CL","PE"],"description":"ISO 3166-1 alpha-2 country code"},"signals":{"type":"array","items":{"type":"string"},"description":"Optional: specific signals to return (e.g. usd_cop, dtf_ea, selic)"}},"required":["country"]}},{"name":"vera_sanctions","description":"Screen persons or companies against global sanctions lists: OFAC SDN, UN Consolidated, EU Consolidated, UK HM Treasury (59,000+ entries). Returns risk_score 0.0-1.0 and EU AI Act Art.13 compliant audit hash (SHA-256). 20,000+ entries updated daily. $0.05 USDC via x402.","input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Person or company name to screen"},"country":{"type":"string","description":"ISO country code (CO, MX, BR, CL, PE)"},"type":{"type":"string","enum":["person","company"],"default":"person"}},"required":["name","country"]}},{"name":"vera_entity","description":"Company enrichment from official LATAM public registries: RUES Colombia (NIT), Receita Federal Brazil (CNPJ), SAT Mexico (RFC), SII Chile (RUT). Returns legal status, representative, CIIU/CNAE code, incorporation date. 24h cache. $0.03 USDC via x402.","input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Company name for search"},"identifier":{"type":"string","description":"NIT, CNPJ, or RFC number"},"country":{"type":"string","enum":["CO","MX","BR","CL","PE"]}},"required":["country"]}},{"name":"vera_context","description":"AI-powered LATAM market intelligence. Returns market_size_usd, growth_rate_pct, key_players, regulatory_framework (regulator + key regulations + EU AI Act applicability), and market_signals. Uses live central bank rates for macro context. $0.10 USDC via x402.","input_schema":{"type":"object","properties":{"sector":{"type":"string","description":"Industry sector (e.g. fintech, logistics, healthtech, retail)"},"country":{"type":"string","enum":["CO","MX","BR","CL","PE"]},"query":{"type":"string","description":"Specific market question or focus area"}},"required":["sector","country"]}}]}