Best for
- AI coding assistants needing reliable, typed HTTP response data
- Developers seeking to reduce token usage and parsing errors
Pare HTTP is an MCP server for AI agents, focusing on HTTP operations with structured JSON output, reducing token consumption and improving reliability. It's best suited for workflows that need to interact with HTTP APIs, but not for scenarios requiring alternate transports or non-HTTP functionality.
Pare HTTP is one of the MCP servers in the Pare project, providing structured HTTP request operations (GET, POST, HEAD) that return typed, schema-validated JSON instead of raw terminal text. It wraps tools like curl, eliminating fragile parsing of CLI output and enabling agents to consume reliable data directly.
Install via npm and configure your MCP client, e.g., npx -y @paretools/http. Set command to npx and args to ['-y', '@paretools/http'] in client config. Ensure Node.js version >= 20.