mcpserver.lol
registry/claude-webcache
Connection check local install

claude-webcache

Cross-session WebFetch cache for Claude Code. Unlimited TTL by default, SQLite, MCP plugin.

Tools 4
GitHub stars 1
Installs / wk
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

4 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

cached_fetch from source
Look up a URL+prompt pair in the local WebFetch cache. Returns cached output if present (instant), or
cache_list from source
List recently cached URLs (most recent first).
cache_stats from source
Return cache statistics: total entries, total hits, last cached timestamp.
cache_store from source
Store a WebFetch result in the cache after a CACHE_MISS. Pass the original url, prompt, and the output text returned by WebFetch.