Skip to content

Releases: NimbleBrainInc/mcp-webfetch

v0.1.0

15 Feb 11:29

Choose a tag to compare

Initial release of the WebFetch MCP Server.

  • web_fetch(url, prompt) - fetch a web page and answer questions about its content using Claude Haiku
  • HTTP-to-HTTPS auto-upgrade, cross-host redirect detection
  • In-memory 15-min cache for repeated fetches
  • skill://webfetch/usage resource for LLM guidance
  • Dual transport: stdio (mpak/Claude Desktop) + HTTP (ASGI containers)
  • 25 unit tests, CI pipeline, multi-arch MCPB build workflow