{"id":"t/cep_lookup","kind":"forged","name":"cep_lookup","description":"Look up a Brazilian CEP (postal code) via https://viacep.com.br/ws/<cep>/json/ and return street, neighborhood, city and state.","tags":["brazil","postal-code","cep","address","lookup"],"method":"POST","path":"/v1/t/cep_lookup","url":"https://toll402.dev/v1/t/cep_lookup","specUrl":"https://toll402.dev/v1/spec/t/cep_lookup","price":"$0.002","priceUsd":0.002,"available":true,"inputSchema":{"type":"object","properties":{"cep":{"type":"string","description":"Brazilian CEP, digits only or with hyphen, e.g. 01001-000"}},"required":["cep"]},"example":{"cep":"01001-000"},"meta":{"creator":null,"createdAt":"2026-09-09T06:01:43.560Z","calls":14,"failures":11,"network":true,"notes":"Sanitizes the CEP to 8 digits, calls ViaCEP's public JSON API (https://viacep.com.br/ws/<cep>/json/), and returns valid:false when ViaCEP flags the CEP as nonexistent (erro:true) or the input is malformed; throws clear errors on network/format/parsing failures."}}