197,998 tools. Last updated 2026-06-13 03:02
"htmx" matching MCP tools:
- List all rule categories in the HTML Email Playbook with one-line descriptions and page counts, covering structure, compatibility, production, and AI generation.MIT
- List reusable email components with metadata: subcategory, description, Outlook VML requirement, and responsiveness. Use this to discover components before calling get_component.MIT
- Retrieve complete rule pages for a chosen category from the HTML email playbook, including titles, explanations, and HTML/CSS code examples to teach patterns for specific concerns like responsive layout or email client compatibility.MIT
- Retrieve a component's full record, including HTML pattern, slots, and code examples. Use after listing components to get the HTML to paste into an email.MIT
- Retrieve HTML content of a specific element and its children using a CSS selector. Control whether to get outer or inner HTML and limit depth for shallow inspection. Ideal for observing live HMR updates in Vite dev server.MIT
- Generate localized HTML blog posts with consistent writing styles by analyzing existing content and applying proper formatting for SEO optimization.MIT
Matching MCP Servers
- AlicenseAqualityBmaintenanceTeaches AI to write HTML email that renders in Outlook, Gmail, and Apple Mail. 19 rules, 6 components.Last updated104MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that converts Markdown content to HTML format.Last updated13,0292MIT
Matching MCP Connectors
Teaches AI to write HTML email that renders in Outlook, Gmail, and Apple Mail. 19 rules, 6 comps.
Instant web publishing for AI agents. POST HTML, get a live URL. No account needed. Publish, update, and delete websites via MCP or REST API. Free tier includes 5MB sites with 24-hour expiry. Pro tier offers permanent hosting.
- Fetch fully rendered HTML from a URL, including JavaScript-generated content, for web pages requiring client-side rendering. Ideal for SPAs and dynamic web applications.MIT
- Convert Markdown to HTML or HTML to Markdown. Specify source type with 'from' parameter.MIT
- Retrieve HTML content from web pages using AdsPower browser automation, enabling data extraction and page analysis for browser profile management.MIT
- Convert Markdown content into HTML format using this tool. Ideal for developers and content creators looking to transform text for web integration.MIT
- Extract specific HTML elements from webpages using CSS selectors to retrieve targeted content for data processing or analysis.MIT
- Generate HTML pages with GPT-5 and save them to specified file paths for web development projects.
- Extract HTML content from any URL or convert web pages to text-only format for streamlined processing and analysis with the MCP URL Fetcher server.
- Convert Markdown text into HTML using an MCP server with support for stdio and HTTP interfaces, enabling easy integration with tools like Cursor and other MCP clients.MIT
- List all rule categories in the Email Playbook with a one-line description and page count. Categories are: structure (head/body container/header/body/footer), compatibility (Outlook MSO, RTL, responsive), production (Gmail clipping, dark mode, preheader, bulletproof buttons), ai-generation (constraints for AI emitters). For reusable components, use list_components instead — they live in a separate dimension and are not returned by get_playbook_rules.Connector
- Permanently delete a published website. The site will be immediately inaccessible. Requires authentication via edit_key or api_key, and requires confirm: true as a safety mechanism to prevent accidental deletion. Use this when a user explicitly asks you to remove or delete a site. IMPORTANT: Always confirm with the user before calling this tool — deletion cannot be undone.Connector
- Publish HTML content to a live URL instantly. No account or API key required. Returns a public URL that anyone can visit. Sites expire after 24 hours unless the owner claims them. Use this when a user asks you to build, create, or deploy a website, landing page, invitation, portfolio, report, or any HTML content they want to share as a link. Supports bundled assets (CSS, JS, images) and multi-page sites (include additional .html files in assets, accessible at /{slug}/{pagename}). IMPORTANT: After publishing, always share the live URL and the claim URL with the user. The claim URL lets them take permanent ownership of the site. Store the edit_key from the response silently — do not show it to the user — you will need it if they ask you to make changes to the site later. If you lose the edit_key, ask the user to claim the site first (via the claim URL in the page footer), then provide you with their API key from the dashboard — you can use that instead.Connector
- List all reusable email components in the playbook with their metadata: name, subcategory (layout/media/interactive/text), description, whether they require Outlook VML, and whether they are responsive. Use this first to discover what components exist before calling get_component.Connector
- Update an existing published website with new HTML content. Requires authentication via edit_key (from the original publish response) or api_key (from the user's dashboard after claiming the site). The html field replaces the entire page — this is a full replacement, not a patch. You can also update assets. Use this when a user asks you to modify, edit, or change a site you previously published. IMPORTANT: You must provide either edit_key or api_key for authentication.Connector
- Return the full rule pages for a given category. Each rule includes the title, description, markdown body explaining the rule, and any HTML/CSS code examples from the playbook. Use this to teach a model the exact patterns for a specific concern (e.g., responsive layout).Connector