Agentโ™ฅ๏ธŽAge
Catalog

io.github.damonwill78-a11y/clean-markdown

Official

by damonwill78-a11y ยท TypeScript

Any URL to clean, LLM-ready Markdown for RAG. Strips ads, nav, and boilerplate.

io.github.damonwill78-a11y/clean-markdown: MCP Server

This MCP server provides an operation for cleaning Markdown content to make it more suitable for LLM-ready retrieval augmented generation (RAG). Its purpose is to strip unnecessary page elements such as ads, navigation, and boilerplate so the resulting Markdown contains cleaner, more relevant text.

๐Ÿ› ๏ธ Key Features

  • Cleans input Markdown for LLM-ready use in RAG
  • Strips ads from source content
  • Removes navigation elements
  • Removes boilerplate content

๐Ÿš€ Use Cases

  • Preparing web or page-derived Markdown for RAG pipelines
  • Reducing noise in text before sending content to language models

โšก Developer Benefits

  • Produces cleaner Markdown focused on main content
  • Helps improve text quality by removing common web artifacts (ads, nav, boilerplate)

โš ๏ธ Limitations

  • The available description specifies only ad, navigation, and boilerplate removal; no other transformation behavior is documented