Wraps HTTP verbs (GET, POST, HEAD) and returns fully typed JSON instead of raw response text or binary blobs. Part of the Pare toolkit, which is all about turning messy CLI output into structured data that agents can use without string parsing. You'd reach for this when you need an agent to hit APIs or fetch web resources and get back clean, schema-validated objects rather than handling status codes, headers, and body parsing manually. Particularly handy if you're already using other Pare servers for git, npm, or docker, since the structured output pattern stays consistent across all of them. Runs over stdio transport, so it slots into Claude Desktop or any MCP-compatible client without extra setup.
claude mcp add --transport stdio io.github.dave-london-pare-http uvx pare-http