About
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
- Supports GET, POST, PUT, PATCH, and DELETE HTTP requests
- Integrates with Claude Desktop via MCP
- Uses the Python httpx library
- Supports optional token authentication
- Allows custom HTTP headers
- 0 GitHub stars
Use Cases
- Retrieving data from external APIs in AI workflows
- Sending data to external APIs in AI workflows
- Automating API interactions within AI agents