
Htmlpdf Transform Mcp
Htmlpdf Transform Mcp connects AI agents to real public APIs via MCP.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Htmlpdf Transform Mcp connects AI agents to real public APIs via MCP. Tools include
Server tool list (5)
Raw names from tools/list. Only developers need these.
| 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. |