Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Htmlpdf Transform Mcp

io.github.varvararatta/htmlpdf_transform_mcp

Htmlpdf Transform Mcp connects AI agents to real public APIs via MCP. Tools include

Uptime
100.0%
1 direct probes · 30d
Response
4827ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

html_to_markdown

Convert HTML to clean Markdown. Returns: {markdown, original_length, markdown_length}

html_to_text

Strip all HTML tags and return clean plain text. Returns: {text, word_count}

extract_tables_from_html

Extract all tables from HTML as structured data. Returns: {tables: [{headers, rows, row_count}]}

json_to_markdown_table

Convert list of dicts or list of lists to Markdown table. Returns: {table, rows, columns}

health_check

Server health check.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "htmlpdf_transform_mcp": {
      "url": "https://htmlpdf-transform-mcp.mcpize.run/mcp",
      "transport": "streamable-http"
    }
  }
}