Changelog
New tools, SDK updates, and platform improvements.
June 30, 2026MCP + SDK
v0.3.0SDK v0.2.0 · MCP v0.3.0 · Python SDK
- Node.js SDK bumped to v0.2.0 — 400+ functions across 14 modules
- Python SDK v0.2.0 — 351 functions across 16 modules, identical return shapes to Node
- MCP server expanded to 95+ tools (up from 70)
- Added full ai_agent module: 28 tools for LLM pipelines (token management, compression, PII, RAG, JSON utilities)
- SDK examples reorganized into examples/node/ and examples/python/ with verified working code
- Added 60+ example prompts for MCP (prompts.md on GitHub)
- Docs: new Examples section linking all public repos
June 29–30, 2026AI Tools
15 new AI agent tools
- Token Estimator — count tokens and estimate LLM cost before sending
- PII Detector — find emails, phones, SSNs, credit cards in text
- Secret Detector — scan for leaked API keys, tokens, passwords
- Prompt Injection Detector — score and flag adversarial inputs
- JSON Repair — fix malformed JSON with a list of applied fixes
- Context compression: HTML, Markdown, JSON compressors
- RAG utilities: chunk text, rerank chunks, expand query, summarize
- Extraction tools: extract URLs, JSON blocks, entities from text
June 28, 2026Launch
v0.1.0Public launch
- 107 browser tools across 14 categories — no login required, runs client-side
- REST API at api.utilix.tech/v1 with interactive reference at api.utilix.tech/docs
- Node.js SDK v0.1.0 (@utilix-tech/sdk) on npm
- MCP Server v0.2.0 (@utilix-tech/mcp) — works with Claude Desktop, Cursor, VS Code Copilot
- Pro plan ($9/month) with Paddle — 10k API req/day, AI tools, snippet manager
- AI tools: SVG Generator, NL→Regex, CLI Builder, CSS Explainer, JSON Schema Generator
- Dashboard with API key management and usage charts
- Snippet manager: save and retrieve tool outputs via API