Skip to main content

Fetch MCP server guide

Overview

A simple, lightweight MCP server that retrieves data from a website to add real-time context to an AI agent workflow.

GoFetch is a Go implementation of the original Fetch MCP server with improved performance and security, built by Stacklok.

Metadata

Error: Failed to fetch metadata for MCP server "fetch".
Error details
# Error fetching data for fetch
# Failed to fetch MCP server data. See logs for details.
# Please check that the server exists in the registry and thv command is available

Usage

Select the fetch MCP server in the ToolHive registry. No additional configuration is required to run it.

By default, it can access any website. To restrict its network access, enable network isolation and enter the allowed hosts and ports.

Sample prompts

Here are some sample prompts you can use to interact with the Fetch MCP server:

  • "Fetch the latest news from https://news.ycombinator.com"
  • "Get the current weather for https://weather.com"
  • "Retrieve the latest blog posts from https://example.com/blog"
  • Use network isolation to restrict the server's outbound network access to the specific hosts and ports required for your use case.
  • Enable telemetry to monitor tool usage including URL access for security and auditing purposes.