just-every/mcp-read-website-fastMCP Server27/100 via “sha-256 url-based smart caching with configurable ttl”
** - Fast, token-efficient web content extraction that converts websites to clean Markdown. Features Mozilla Readability, smart caching, polite crawling with robots.txt support, and concurrent fetching with minimal dependencies.
Unique: Uses SHA-256 URL hashing for cache key generation rather than raw URL strings, providing collision-resistant, fixed-length keys that work reliably across file systems with path length limitations and special character restrictions
vs others: More reliable than URL-string-based caching because SHA-256 hashing eliminates file system path issues (special characters, length limits) and provides deterministic, collision-free keys; simpler than distributed caches for single-machine deployments