{"id":51058395,"url":"https://github.com/vinkius-labs/html-markdown-converter-mcp","last_synced_at":"2026-06-27T03:00:30.258Z","repository":{"id":366082413,"uuid":"1274997362","full_name":"vinkius-labs/html-markdown-converter-mcp","owner":"vinkius-labs","description":"Vinkius Edge high-performance Model Context Protocol (MCP) server for bidirectional HTML/Markdown transformation.","archived":false,"fork":false,"pushed_at":"2026-06-20T07:04:41.000Z","size":33,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-20T08:08:19.976Z","etag":null,"topics":["ai-agent","ai-tools","converter","developer-tools","html","html-to-markdown","llm-tool","markdown","mcp","mcp-server","modelcontextprotocol","parser","token-optimization","vinkius","vinkius-cloud","vinkius-edge"],"latest_commit_sha":null,"homepage":"https://vinkius.com/mcp/html-to-markdown-converter","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vinkius-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-20T05:58:40.000Z","updated_at":"2026-06-20T07:09:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vinkius-labs/html-markdown-converter-mcp","commit_stats":null,"previous_names":["vinkius-labs/html-markdown-converter-mcp"],"tags_count":null,"template":true,"template_full_name":null,"purl":"pkg:github/vinkius-labs/html-markdown-converter-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinkius-labs%2Fhtml-markdown-converter-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinkius-labs%2Fhtml-markdown-converter-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinkius-labs%2Fhtml-markdown-converter-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinkius-labs%2Fhtml-markdown-converter-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vinkius-labs","download_url":"https://codeload.github.com/vinkius-labs/html-markdown-converter-mcp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinkius-labs%2Fhtml-markdown-converter-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34668499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agent","ai-tools","converter","developer-tools","html","html-to-markdown","llm-tool","markdown","mcp","mcp-server","modelcontextprotocol","parser","token-optimization","vinkius","vinkius-cloud","vinkius-edge"],"created_at":"2026-06-22T23:02:07.658Z","updated_at":"2026-06-22T23:02:08.378Z","avatar_url":"https://github.com/vinkius-labs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTML to Markdown Converter MCP\n\nAn MCP server optimized for LLM token efficiency, converting raw HTML into clean, well-formatted Markdown.\n\nThis tool is especially useful for AI agents because parsing raw HTML consumes a massive amount of tokens and often causes hallucination or context window exhaustion. By converting HTML to Markdown, you save up to 80% on tokens and provide the LLM with a highly structured, readable format.\n\nIf you don't want to run this locally, you can use the hosted version for free on Vinkius Edge: [HTML Markdown Converter MCP on Vinkius](https://vinkius.com/mcp/html-to-markdown-converter).\n\n## Tools Available\n\n- `convert_html_to_markdown`: Converts raw HTML strings into clean Markdown deterministically without LLM truncation or data loss. Preserves headings, links, lists, and code blocks.\n\n## Why Use This MCP?\n\n1. **Token Efficiency**: LLMs struggle with the noise of raw HTML tags. Markdown is their native language and is far more token-efficient.\n2. **Deterministic Processing**: Bypasses LLM hallucinations when extracting data from complex DOM structures.\n3. **Data Preservation**: Accurately maintains headings, lists, links, images, and code blocks during the conversion.\n\n## How to use\n\n### 1. Free Edge Hosting (Recommended)\nYou do not need to host this yourself! **Vinkius provides FREE, highly available edge hosting for MCP servers.** You can connect directly via the [Vinkius Edge Marketplace](https://vinkius.com/mcp/html-to-markdown-converter).\n\nAlternatively, you can deploy this exact server to our secure V8 isolate cloud in seconds:\n```bash\nnpx mcpfusion deploy\n```\n*This command bundles your code and instantly deploys it to the Vinkius Edge, providing you with a live, DDoS-protected URL ready to be consumed by your AI agents.*\n\n### 2. Run Locally\n\n1. Install dependencies:\n```bash\nnpm install\n```\n\n2. Build the server:\n```bash\nnpm run build\n```\n\n3. Run the development server:\n```bash\nnpm run dev\n```\n\n## Built with MCP Fusion\nThis server was built using the [MCP Fusion](https://www.npmjs.com/package/@mcpfusion/core) framework, ensuring high stability, typesafe models, and strict adherence to the Model Context Protocol.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinkius-labs%2Fhtml-markdown-converter-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinkius-labs%2Fhtml-markdown-converter-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinkius-labs%2Fhtml-markdown-converter-mcp/lists"}