Free to start, Pro to automate
Launch Readiness Pack
Prepare metadata, URL slugs, launch copy, and clean head markup before a page goes live.
Freelancers, site owners, and launch checklists
4 free tools
Paid value
API batch for repeated launch checks MCP prompt for assistant-side QA Prompt sync for reusable launch notes
Outputs
Search/social metadata URL-safe slugs Title and description length checks Formatted launch markup
Copy API batch
{
"operations": [
{
"tool": "slug-generator",
"input": "New Client Landing Page: Spring Campaign"
},
{
"tool": "text-statistics",
"input": "Paste the page title, meta description, and hero copy here."
},
{
"tool": "html-formatter",
"input": "<head><title>Example</title><meta name=\"description\" content=\"Example page\"></head>"
}
]
}
Copy batch JSON
Copy MCP prompt
Use HTMLToolz to make this page launch-ready: create a clean slug, check title and meta-description length, and format the final head markup.
Copy MCP prompt
Pro
API Debugging Pack
Normalize JSON, decode Base64 and URL fragments, inspect JWTs, and generate checksums with one paid automation path.
Developers debugging payloads, webhooks, tokens, and logs
5 free tools
Paid value
2,000 API requests/day on Pro Batch cleanup for webhook payloads MCP calls from Claude or Cursor
Outputs
Readable JSON Decoded query/body fragments JWT header and payload review SHA checksum for releases
Copy API batch
{
"operations": [
{
"tool": "json-formatter",
"input": "{\"event\":\"invoice.paid\",\"items\":[1,2,3]}",
"options": {
"minify": false
}
},
{
"tool": "url-encoder",
"input": "name=HTMLToolz%20Pro&status=active",
"options": {
"mode": "decode"
}
},
{
"tool": "hash-generator",
"input": "release-v2",
"options": {
"algorithm": "sha256"
}
}
]
}
Copy batch JSON
Copy MCP prompt
Use HTMLToolz to format this payload, decode encoded fields, inspect any JWTs, and create a checksum for the final payload.
Copy MCP prompt
Team
Client QA Pack
Standardize the last-mile review: accessibility signals, markup cleanup, contrast notes, and handoff copy.
Small teams shipping client-ready web updates
4 free tools
Paid value
Shared workflow library for teams 10,000 API requests/day 50-operation API batches
Outputs
A11y risks to fix Cleaner handoff markup Design-token inventory Consistent client notes
Copy API batch
{
"operations": [
{
"tool": "html-formatter",
"input": "<main><h1>Client page</h1><p>Ready for QA</p></main>"
},
{
"tool": "text-statistics",
"input": "Paste client release notes here."
},
{
"tool": "case-converter",
"input": "client handoff qa complete",
"options": {
"mode": "title"
}
}
]
}
Copy batch JSON
Copy MCP prompt
Use HTMLToolz to clean this handoff HTML, summarize QA notes, and prepare a concise client release checklist.
Copy MCP prompt
Pro
Email Production Pack
Repair email HTML, encode unsafe copy, minify production output, and keep repeatable repair prompts synced.
Marketers and builders shipping email templates
4 free tools
Paid value
API batches for template repair MCP prompt for assistant cleanup Higher AI limits for email HTML help
Outputs
Cleaner source template Entity-safe content Minified production HTML Reusable repair prompt
Copy API batch
{
"operations": [
{
"tool": "html-formatter",
"input": "<table><tr><td>Hello & welcome</td></tr></table>"
},
{
"tool": "html-entity-encoder",
"input": "Hello & welcome",
"options": {
"mode": "encode"
}
},
{
"tool": "html-minifier",
"input": "<table> <tr> <td>Hello</td> </tr> </table>"
}
]
}
Copy batch JSON
Copy MCP prompt
Use HTMLToolz to format this email HTML, encode unsafe text, and return a minified production version.
Copy MCP prompt
Agency
Agent Context Pack
Turn page snippets, structured facts, and release notes into context packs an AI assistant can safely reuse.
Agencies and advanced builders feeding assistants reliable context
5 free tools
Paid value
10 seats for client work 200-operation API batches 50,000 API requests/day
Outputs
Plain-text page context Normalized JSON facts Structured notes Traceable context checksum
Copy API batch
{
"operations": [
{
"tool": "html-stripper",
"input": "<article><h1>Project Notes</h1><p>Use this content.</p></article>"
},
{
"tool": "json-formatter",
"input": "{\"client\":\"Example\",\"status\":\"ready\"}",
"options": {
"minify": false
}
},
{
"tool": "hash-generator",
"input": "client-context-pack-v1",
"options": {
"algorithm": "sha256"
}
}
]
}
Copy batch JSON
Copy MCP prompt
Use HTMLToolz to strip this HTML to clean context, normalize the JSON facts, and hash the final context pack for traceability.
Copy MCP prompt
Free to start, Pro to automate
Content Cleanup Pack
Clean raw text and markup with free tools, then automate repeated cleanup through the API when it becomes routine.
People cleaning pasted copy, scraped snippets, CMS text, and handoff notes
5 free tools
Paid value
Automated cleanup from scripts Prompt sync for repeat cleanup rules MCP access when cleanup lives inside the assistant
Outputs
Plain text from messy HTML Deduplicated lists Readable case conversion Reusable content slugs
Copy API batch
{
"operations": [
{
"tool": "html-stripper",
"input": "<section><h2>Messy CMS Copy</h2><p>Keep this text.</p></section>"
},
{
"tool": "case-converter",
"input": "quarterly launch checklist",
"options": {
"mode": "title"
}
},
{
"tool": "slug-generator",
"input": "Quarterly Launch Checklist"
}
]
}
Copy batch JSON
Copy MCP prompt
Use HTMLToolz to strip this markup to plain text, standardize the heading case, and create a URL-safe slug.
Copy MCP prompt