Enables execution of REST API operations within AI workflows.
Httpx implements the Model Context Protocol (MCP) to facilitate REST API interactions, providing a suite of methods for performing HTTP requests including GET, POST, PUT, PATCH, and DELETE. It allows users to easily integrate external web services into their AI workflows by programmatically sending requests and processing responses.