Fetch and transform web content on demand in multiple formats including HTML, JSON, plain text, and Markdown using a Model Context Protocol (MCP) server with customizable request headers and seamless integration.
Unlock the full potential of Fetch MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
English | 中文
This MCP server provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.
fetch_html
url
(string, required): URL of the website to fetchheaders
(object, optional): Custom headers to include in the requestfetch_json
url
(string, required): URL of the JSON to fetchheaders
(object, optional): Custom headers to include in the requestfetch_txt
url
(string, required): URL of the website to fetchheaders
(object, optional): Custom headers to include in the requestfetch_markdown
url
(string, required): URL of the website to fetchheaders
(object, optional): Custom headers to include in the requestbun i bun start
docker compose up --build -d
{ "mcpServers": { "fetch-mcp": { "transport": "sse", "url": "http://localhost:3000/sse", "headers": { "Authorization": "Bearer your-token-here", "X-Custom-Header": "custom-value" }, "useNodeEventSource": true } } }
This server does not provide any persistent resources. It is designed to fetch and transform web content on demand.
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!