← Mozilla Readability Parser MCP Server
1.0.3npm · server-moz-readability · current release
Observed 2026-08-23T14:16:40.543Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
parseExtracts and transforms webpage content into clean, LLM-optimized Markdown. Returns article title, main content, excerpt, byline and site name. Uses Mozilla's Readability algorithm to remove ads, navigation, footers and non-essential elements while preserving the core content structure.Input schema{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "The website URL to parse"
}
},
"required": [
"url"
]
} | — | — · — | — |