
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@paretools/http
Advanced tools
MCP server for HTTP — structured request/response data with headers and status for AI agents
Structured, token-efficient HTTP requests for AI agents. Wraps curl with typed JSON output including status, headers, body, and timing.
Part of the Pare suite of MCP servers.
| Tool | Description |
|---|---|
request | Make an HTTP request with any method, headers, and body |
get | Convenience GET request (no body) |
post | Convenience POST request (body required) |
head | HEAD request returning headers only (no response body) |
npx -y @paretools/http
Add to your MCP client config:
{
"mcpServers": {
"pare-http": {
"command": "npx",
"args": ["-y", "@paretools/http"]
}
}
}
get output:
{
"status": 200,
"statusText": "OK",
"headers": {
"content-type": "application/json",
"content-length": "1234"
},
"body": "{\"id\": 1, \"name\": \"example\"}",
"timing": { "total": 0.125 },
"size": 1234,
"contentType": "application/json"
}
http:// and https:// URL schemes are allowed (file://, ftp://, etc. are blocked)--data-raw to prevent curl @file expansionWorks with any MCP-compatible client: Claude Code, Claude Desktop, Cursor, Windsurf, VS Code / GitHub Copilot, Cline, Roo Code, Zed, Continue.dev, Gemini CLI, OpenAI Codex
FAQs
MCP server for HTTP — structured request/response data with headers and status for AI agents
The npm package @paretools/http receives a total of 70 weekly downloads. As such, @paretools/http popularity was classified as not popular.
We found that @paretools/http demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.