The Web Fetch Server is an MCP (Model Context Protocol) server designed to empower AI assistants, such as ChatGPT, with robust web fetching capabilities. It allows AI models to programmatically retrieve content from any URL, supporting a full range of HTTP methods (GET, POST, PUT, DELETE, PATCH) and custom headers. Crucially, it employs adaptive chunking to efficiently handle large responses, ensuring compatibility with MCP payload limits, and offers simplified integration via OpenAPI-driven ChatGPT Actions or direct MCP protocol communication, making it ideal for extending AI model interactivity with the live web.
주요 기능
01Fetch content from any URL with full HTTP method support
02Custom HTTP headers and request body support for various requests
03Adaptive chunking for large responses to overcome MCP payload limits
04Dockerized for easy and portable deployment
05Supports integration via ChatGPT Actions (OpenAPI) and native MCP Protocol
060 GitHub stars