# NavigatorsLab Tools > Sixteen free, open-source (MIT) utilities that run entirely in the user's browser: photo privacy (EXIF strip), metadata inspection, image compression, scan cleanup, PDF signing and page organizing, receipt OCR, QR generation/decoding, audio trimming, invoicing, batch renaming, print prep, text diff, text stats — plus Reimagine, which redesigns an HTML page in 17 directions from the content already in it. Zero uploads, zero accounts, zero tracking — files are processed on the user's device and never sent to any server. An MCP (Model Context Protocol) server endpoint is available for AI agents. The suite processes files client-side (Canvas, Web Audio, WebAssembly, pdf-lib, Tesseract). Nothing is uploaded, stored, or logged. Every release passes an automated verification gate (unit + end-to-end browser tests + a security suite that proves zero non-self network calls on every page). ## How agents use this suite - **MCP server**: `POST https://navigatorslab.com/tools/mcp` — Streamable-HTTP-style JSON-RPC 2.0 (initialize, tools/list, tools/call). Compute tools available to agents: `nl_catalog`, `qr_payload` (Wi-Fi/vCard/mailto/text, spec-correct escaping), `text_diff` (LCS), `text_stats`. - **Deep links**: every tool page accepts URL query parameters (documented in [Agent Mode](https://navigatorslab.com/tools/agents.html)) — e.g. `qr.html?text=` renders a QR, `shrink.html?url=&format=webp&targetKB=300` compresses a same-origin image, `textdiff.html?a=&b=` compares two texts. - **Same-origin rule**: `?url=` file loading accepts only URLs on this origin (or small `data:` URLs) — a page will never fetch files from third-party hosts. ## Tools - [Photo Privacy Kit](https://navigatorslab.com/tools/exif.html): strips GPS/camera/timestamp EXIF from photos; SHA-256 proof before/after. Params: `?url=` - [Metadata & Hidden-Data Checker](https://navigatorslab.com/tools/metadata.html): shows and strips hidden metadata in JPG/PNG/PDF/DOCX/XLSX/PPTX. Params: `?url=` - [Image Shrinker](https://navigatorslab.com/tools/shrink.html): binary-search quality to hit an exact KB target; JPG/WebP/AVIF; batch ZIP. Params: `?url=&format=webp&targetKB=300` - [Scan & Screenshot Cleaner](https://navigatorslab.com/tools/scan.html): auto-straighten, auto-levels, threshold, crop → clean PDF. Params: `?url=` - [Local E-Sign Pad](https://navigatorslab.com/tools/sign.html): draw/type a signature, place, optional date stamp, flatten into the PDF. Params: `?url=&date=1` - [Receipts → One PDF](https://navigatorslab.com/tools/receipts.html): EXIF date-sorted receipt book PDF. Params: `?url=` - [Receipt OCR → CSV](https://navigatorslab.com/tools/ocr.html): on-device Tesseract OCR of receipt totals → CSV. Params: `?url=&autostart=1` - [QR Studio](https://navigatorslab.com/tools/qr.html): generate PNG/SVG or decode any QR image locally. Params: `?text=&ec=M&size=512` or `?url=` to decode - [Audio Trimmer](https://navigatorslab.com/tools/audio.html): trim on the waveform, fades, peak normalize, WAV/MP3 out. Params: `?url=