Blog
Tutorials and deep dives on developer tooling — JSON, YAML, OpenAPI, MCP, and more.
- May 21, 2026 · 7 min read
JSON → TypeScript: 5 ways to generate types, and when to use each
From quicktype to manual hand-rolling to runtime validators like Zod and io-ts — the trade-offs of every approach to turning JSON into TypeScript types.
- May 21, 2026 · 6 min read
Adding a Model Context Protocol server to your developer tool site
How we exposed 10 JSON/YAML/CSV conversion tools as an MCP server so Claude Code, Cursor, and Cline can call them directly — and what we learned.
- May 21, 2026 · 4 min read
Why your developer tools should run entirely in your browser
Most online JSON formatters silently send your data to a server. Here is what that means for security, why browser-only tools are different, and how convertifydata is built.