Fetch web pages and APIs with custom headers, methods, redirects, and timeouts.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-local-fetch" yet — see the docs or source repo.
Use mcp-local-fetch to request https://example.com and return the status code, final URL, and first 1000 characters of HTML.
A summary of the web request including status code, redirected URL, and partial source HTML.
Use mcp-local-fetch to send a GET request to https://api.example.com/v1/items with Authorization and Accept headers, then return a summary of the JSON response.
A concise summary of the API status, key fields, and main response data.
Use mcp-local-fetch to request a URL that redirects, disable automatic redirects, set a 5-second timeout, and report the response headers and Location value.
Response details without following redirects, useful for diagnosing redirect settings or network issues.
Fetch web content via MCP in HTML, JSON, text, or Markdown.
Politely scrape websites and extract structured data with bounded async crawling.
Fetch web pages as markdown for LLM reading, analysis, and automation.
Safely fetch web pages, extract readable text, and metadata.
Lets agents extract clean web text and send full HTTP requests efficiently.
Fetch web content and return it in HTML, JSON, text, or Markdown.