P
pure.md is a web content fetching and processing service optimized for LLMs, providing features like human-like HTTP requests, headless content rendering, markdown conversion, real-time search, and generative AI data extraction, all accessible via the Model Context Protocol.
web scrapingcontent extractionmarkdown conversionLLM contextproxySERPcontext
Installation & Configuration
{
"mcpServers": {
"pure-md": {
"command": "npx",
"args": [
"-y",
"pure-md-mcp"
]
}
}
}