Skip to main content
ClaudeWave

rqwstr — AI-native HTTP security testing MCP server. Release binaries + Claude Desktop .mcpb bundles. Source proprietary; docs at rqwstr.com.

MCP ServersOfficial Registry0 stars0 forksUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Kjopstad-IT/rqwstr-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "rqwstr-mcp": {
      "command": "node",
      "args": ["/path/to/rqwstr-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Kjopstad-IT/rqwstr-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# rqwstr

AI-native HTTP security testing toolkit, shipped as an MCP server. It gives an AI agent low-level control over HTTP/1.1 and HTTP/2 — raw framing, connection pinning, intruder-style fuzzing, request racing, OOB detection, and multi-step chains — on its own Go engine, rather than wrapping a high-level HTTP client.

This repository hosts the **release binaries and Claude Desktop `.mcpb` bundles**. The source is proprietary. Docs and sign-up: **[rqwstr.com](https://rqwstr.com)**.

## Install

### Claude Desktop (one-click)

Download the `.mcpb` for your platform from the [latest release](https://github.com/Kjopstad-IT/rqwstr-mcp/releases/latest) and double-click it to add rqwstr as a Claude Desktop extension.

- **macOS** — Apple silicon (`darwin_arm64`) or Intel (`darwin_amd64`)
- **Linux** — `linux_amd64` or `linux_arm64`
- **Windows** — `windows_amd64`

### Standalone MCP server

Download the binary for your platform from the [latest release](https://github.com/Kjopstad-IT/rqwstr-mcp/releases/latest), then point your MCP client at it:

```json
{
  "mcpServers": {
    "rqwstr": {
      "command": "rqwstr",
      "args": ["serve"]
    }
  }
}
```

`rqwstr serve` runs the MCP server on stdio.

## What's in the box

17 HTTP tools driven by an AI agent over MCP:

- **Traffic** — `send` (HTTP/1.1), `send_h2` (HTTP/2), `fetch`, `import` (Burp / HAR), `export` (curl / python / requests)
- **Hunt lifecycle** — `hunt`, `scope`, `save`, `search`, `session`, `profile`
- **Attacks** — `intruder` (sniper, battering ram, pitchfork, cluster bomb), `race` (single-packet), `chain`, `parallel`
- **OOB** — `oob` with Interactsh integration
- **Encoding** — `encode` (URL, base64, JWT, and more)

Agents discover workflows through the `rqwstr_docs` tool. Per-hunt state lives in SQLite. The free tier is the core toolset; a Pro tier unlocks the heavier offensive tools.

## Verify a download

Each release includes `checksums.txt`. Verify before running:

```sh
sha256sum -c checksums.txt
```

## License

Proprietary. © Kjøpstad IT. See [rqwstr.com](https://rqwstr.com) for terms.

What people ask about rqwstr-mcp

What is Kjopstad-IT/rqwstr-mcp?

+

Kjopstad-IT/rqwstr-mcp is mcp servers for the Claude AI ecosystem. rqwstr — AI-native HTTP security testing MCP server. Release binaries + Claude Desktop .mcpb bundles. Source proprietary; docs at rqwstr.com. It has 0 GitHub stars and was last updated today.

How do I install rqwstr-mcp?

+

You can install rqwstr-mcp by cloning the repository (https://github.com/Kjopstad-IT/rqwstr-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Kjopstad-IT/rqwstr-mcp safe to use?

+

Kjopstad-IT/rqwstr-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains Kjopstad-IT/rqwstr-mcp?

+

Kjopstad-IT/rqwstr-mcp is maintained by Kjopstad-IT. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to rqwstr-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy rqwstr-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Kjopstad-IT/rqwstr-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/kjopstad-it-rqwstr-mcp)](https://claudewave.com/repo/kjopstad-it-rqwstr-mcp)
<a href="https://claudewave.com/repo/kjopstad-it-rqwstr-mcp"><img src="https://claudewave.com/api/badge/kjopstad-it-rqwstr-mcp" alt="Featured on ClaudeWave: Kjopstad-IT/rqwstr-mcp" width="320" height="64" /></a>

More MCP Servers

rqwstr-mcp alternatives