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.
Key Features
01Supports GET, POST, PUT, PATCH, and DELETE HTTP requests
02Integrates with Claude Desktop via MCP
03Uses the Python httpx library
04Supports optional token authentication
05Allows custom HTTP headers
060 GitHub stars
Use Cases
01Retrieving data from external APIs in AI workflows