Convert any URL to clean, LLM-ready Markdown or plain text. Remote MCP server, no local install needed.
Server Config
{
"mcpServers": {
"plainmarkdown": {
"url": "https://api.plainmarkdown.com/mcp",
"headers": {
"Authorization": "Bearer <YOUR_API_KEY>"
}
}
}
}