Wraps curl into a structured MCP interface that returns clean JSON instead of raw HTTP response text. You get parsed headers, status codes, and body content as typed fields rather than terminal output with escape codes and formatting noise. Part of the Pare project, which focuses on token-efficient output for AI agents by eliminating the need to parse brittle CLI strings. Useful when you want Claude to make HTTP requests and act on the response data directly without writing custom parsing logic. Supports standard HTTP methods and returns schema-validated results through stdio transport.
claude mcp add --transport stdio io.github.dave-london-http uvx http