Pare HTTP ג€” Structured HTTP request operations (GET, POST, HEAD) as typed JSON.
claude mcp add pare-http -- npx -y @paretools/http
claude_desktop_config.json
{
"mcpServers": {
"pare-http": {
"command": "npx",
"args": [
"-y",
"@paretools/http"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"pare-http": {
"command": "npx",
"args": [
"-y",
"@paretools/http"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pare-http": {
"command": "npx",
"args": [
"-y",
"@paretools/http"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"pare-http": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paretools/http"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"pare-http": {
"command": "npx",
"args": [
"-y",
"@paretools/http"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Dave-London--pare-http/reviews or the review_server meta-tool.
POST /mcp