Ferramentas online gratuitas para simplificar
suas tarefas do dia a dia.
Converta, gere, calcule e formate — centenas de ferramentas rápidas e privadas que rodam direto no seu navegador. Sem instalação, sem conta, sem custo.
Ferramentas mais populares
Explorar por categoria
Explorar por coleção
A request is failing and the error message isn't telling you why. These eleven tools take you from rebuilding the call by hand to reading the response, decoding the token and reproducing the whole thing — all in your browser, nothing uploaded.
Fourteen tools covering the whole lifecycle — get things into a PDF, rearrange and clean up the pages, lock or unlock it, then get the content back out into Word, Excel, PowerPoint or images. All processed in your browser, so contracts and statements never leave your machine.
Eighteen tools for the things people mix up daily — encoding versus encryption, which hash belongs on a password, and what an HMAC is actually for. Everything runs in your browser, so nothing you paste is uploaded.
Eleven tools for the two-minute tasks that break your focus — scheduling across time zones, sharing a link as a QR code, working out a date, splitting a bill, writing down something you'll need in ten minutes. No account, no app to install.
You've been handed a blob of JSON — an API response, a config file, a sample payload — and you need to trust its shape. These twelve tools take you from making it readable, through finding what's actually inside it and giving it real types, to reshaping it into whatever comes next. Everything runs in your browser, so nothing you paste is uploaded.
A QR code for a menu, a business card, a flyer or a product has to survive being branded and being printed small — two things that quietly break scanning. These six tools take you from getting the payload right, through adding a logo without exceeding the error-correction budget, to proving the finished code still reads at its real physical size.
You have a raw image — a phone photo, a screenshot, a design export — and it isn't ready to ship: wrong format, far too heavy, carrying metadata that shouldn't be public, and served as one giant file to every device. These eight tools take it from that state to a responsive, privacy-clean asset, all in your browser.
Thirteen tools for the mess in pasted text — line endings from the wrong OS, an unknown encoding, two versions you can't tell apart, inconsistent casing, and lengths that don't match where the text is going. Everything runs in your browser, so nothing you paste is uploaded.
Ferramentas simples, feitas com capricho
Gratuito para usar
Toda ferramenta do navegador é gratuita, sem paywall. Algumas ferramentas de IA exigem uma conta gratuita, e chamar qualquer ferramenta pela API ou pelo MCP sempre consome créditos.
Sem cadastro na maioria das ferramentas
Abra uma ferramenta e comece a trabalhar em segundos. Só o punhado de ferramentas com IA pede login antes.
Privado por natureza
A maioria das ferramentas roda no seu navegador. Seus arquivos e textos nunca saem do seu dispositivo.
Extremamente rápido
Ferramentas leves e de propósito único, feitas para dar resultados na hora.
Salve favoritos em Kits
Agrupe as ferramentas que você mais usa em um Kit — um clique traz de volta toda a sua barra de ferramentas, sempre.
Encadeie ferramentas
Ligue a saída de uma ferramenta direto à entrada da próxima — crie uma sequência reutilizável em vez de copiar e colar entre abas.
Toda ferramenta, em qualquer lugar
Chame as ferramentas via REST, conecte-as a agentes com MCP, ou deixe-as a um atalho de teclado de distância com a extensão do navegador.
Developer API
Um endpoint REST por ferramenta, com schemas de requisição e resposta gerados automaticamente — além de uma especificação OpenAPI 3.1 completa.
POST /v1/tool/caesar-cipher
{ "inputText": "Hello", "shift": "13" }
→ { "outputs": { "output": "Uryyb" } }MCP server
Conecte cada ferramenta ao Claude, a agentes e a clientes compatíveis com MCP — mesma lógica, sem código de integração. Seu agente pesquisa o catálogo sozinho e pede sua confirmação antes de gastar um crédito.
"mcpServers": {
"iotools": { "type": "http", "url": "https://mcp.iotools.cloud/mcp" }
}
→ 1100+ tools available to your agentWidgets incorporáveis
Adicione qualquer ferramenta ao seu site com uma linha de HTML. É totalmente responsivo, ajusta o tamanho automaticamente ao contêiner e está sempre atualizado.
<iframe
src="https://iotools.cloud/embed/json-formatter/"
width="100%" height="520"
></iframe>Extensão do navegador
Pesquise qualquer ferramenta a partir de qualquer aba — sem precisar voltar antes ao iotools.cloud.
Sem código? Sem problema.
Rode qualquer ferramenta a partir do n8n, Zapier, Make, ou de onde seus fluxos de trabalho já vivem — mesma chave, mesmos créditos, mesmo catálogo.
Integração com n8n
Rode qualquer ferramenta a partir de um fluxo do n8n — um node da comunidade, seis operações, com a mesma API por trás.
Integração com Zapier
Rode qualquer ferramenta a partir de um Zap — um gatilho, uma busca, duas ações, com a mesma API por trás.