Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by artryazanov • Uncategorized
An MCP server that fetches raw HTML content from URLs to provide real-time web page context to LLMs.
Fetch real-time HTML content from web pages to enhance context.
Integrate web content retrieval via a standardized MCP interface.
An HTTP or stdio-based service to obtain up-to-date web page data.
This MCP server acts as a bridge between large language models and the web by retrieving the HTML content of specified URLs on demand. It supports both stdio and SSE (HTTP) modes, allowing flexible integration as a subprocess or an HTTP service. Optional in-memory caching improves efficiency by avoiding repeated network calls during runtime. This enables AI assistants to access up-to-date web content beyond their training data.