← Back to Plugins
MCP Server MCP

URL to Clean Markdown for LLMs & RAG

github By github 👁 1 views ▲ 0 votes

Fetch URLs and return clean Markdown for RAG — nav, ads and boilerplate stripped.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.apify.com/?actors=eltociear/url-to-markdown-for-llms",
      "headers": [
        {
          "description": "Apify API token, sent as `Bearer <token>`. The endpoint answers 401 without one. Runs are billed to YOUR Apify account at this Actor's pay-per-event price — there is no free tier here and no charge to us.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...