claude-code-setup
Verified Safeby Danservfinn
Overview
Enables Claude Code agents to make HTTP requests to retrieve information from arbitrary web URLs, facilitating data collection and real-time information access for development tasks.
Installation
No command providedEnvironment Variables
- HTTP_PROXY
- HTTPS_PROXY
- NO_PROXY
- FETCH_TIMEOUT
Security Notes
A web fetching capability inherently carries risks, including Server-Side Request Forgery (SSRF) if not rigorously configured with egress filtering, potential for Denial of Service (DoS) through large file downloads or excessive requests, and information leakage if sensitive data is fetched from internal or restricted networks. Without reviewing the actual server implementation code, assumptions on input sanitization, timeout enforcement, and sandboxing cannot be definitively made. Users should be aware of the potential for unintended network access or data exposure.
Similar Servers
mcp-server-browserbase
Enables LLMs to perform cloud browser automation tasks such as navigating, interacting with elements, extracting data, and capturing screenshots on web pages.
fetcher-mcp
This MCP server is designed for fetching web page content using a Playwright headless browser, enabling intelligent content extraction, JavaScript execution, and flexible output formats.
mcp
This server provides Hyperbrowser's Model Context Protocol (MCP) interface, offering tools for web scraping, structured data extraction, crawling, and general-purpose browser automation using AI agents like OpenAI's CUA and Anthropic's Claude Computer Use.
computer-use-mcp
This server allows an AI model, such as Claude, to control a user's computer by interacting with the desktop GUI through mouse, keyboard, and screen capture actions.