Fetch API is an API request server designed to streamline HTTP communications, operating within the Model Context Protocol (MCP) framework. It empowers users to send a comprehensive range of HTTP requests, including GET, POST, PUT, and DELETE, offering robust support for custom headers, form data submission, JSON payload delivery, and comprehensive cookie management. The server intelligently processes incoming responses, automatically parsing them into accessible formats such as JSON, plain text, or Base64-encoded binary data, ensuring seamless data integration for various applications.
주요 기능
01Manages cookie settings for requests
020 GitHub stars
03Supports multiple HTTP methods (GET, POST, PUT, DELETE)
04Customizable request headers
05Submits form data and JSON payloads
06Automatically parses diverse response types (JSON, text, binary)