日々のタスクをシンプルにする
無料のオンラインツール。
変換、生成、計算、フォーマット — ブラウザ上でそのまま動く、高速でプライベートな小さなツールが何百種類も。インストール不要、アカウント不要、費用もかかりません。
人気のツール
カテゴリから探す
コレクションから探す
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.
小さなツールを、きちんと作る
無料で使える
ブラウザで使えるツールはすべて無料、有料の壁はありません。一部のAIツールのみ無料アカウントが必要で、APIやMCP経由でツールを呼び出す場合は常にクレジットを消費します。
ほとんどのツールはサインアップ不要
ツールを開けばすぐに作業を始められます。サインインが必要なのは、一部のAI搭載ツールだけです。
設計からプライベート
ほとんどのツールはブラウザ内で動作します。ファイルやテキストが端末の外に出ることはありません。
驚くほど高速
軽量でシングルパーパスなツールが、瞬時に結果を返します。
お気に入りをKitsに保存
よく使うツールをまとめ1つのKitに登録 — ワンクリックでいつでもツールバー全体を呼び出せます。
ツールをチェーンでつなぐ
1つのツールの出力を次のツールへそのまま渡す — タブ間のコピペをやめて、再利用できる一連の流れを作れます。
どこからでも、すべてのツールへ
REST経由でツールを呼び出す、MCPでエージェントに接続する、あるいはブラウザ拡張機能でキーボードショートカットからすぐ使う — どれでも。
POST /v1/tool/caesar-cipher
{ "inputText": "Hello", "shift": "13" }
→ { "outputs": { "output": "Uryyb" } }MCP server
Claude、各種エージェント、MCP対応クライアントに全ツールを接続 — ロジックは同じで、つなぎコードは不要。エージェントが自分でカタログを検索し、クレジットを消費する前に確認を求めます。
"mcpServers": {
"iotools": { "type": "http", "url": "https://mcp.iotools.cloud/mcp" }
}
→ 1100+ tools available to your agent埋め込みウィジェット
HTML1行で好きなツールをサイトに追加できます。完全レスポンシブで、コンテナのサイズに自動調整し、常に最新の状態を保ちます。
<iframe
src="https://iotools.cloud/embed/json-formatter/"
width="100%" height="520"
></iframe>コード不要。それでも問題なし。
n8n、Zapier、Makeなど、普段使っているワークフローからそのままツールを実行 — 同じキー、同じクレジット、同じカタログ。