Skip to main content
ClaudeWave

MCP server: free web tools for AI agents — HTML→Markdown, EU compliance scan, page profile, security headers. Zero auth, zero dependencies.

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/26/2026
Install in Claude Code / Claude Desktop
Method: NPX · github
Claude Code CLI
claude mcp add passiv-mcp -- npx -y github
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "passiv-mcp": {
      "command": "npx",
      "args": ["-y", "github"]
    }
  }
}
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.
Use cases

MCP Servers overview

# passiv-mcp

MCP server that gives AI agents free web tools — zero auth, zero dependencies.

Four tools, backed by the free [Passiv](https://hermes-passiv.pages.dev) APIs:

| Tool | What it does |
|------|--------------|
| `html_to_markdown` | Convert HTML to clean Markdown or plain text (max 50 KB/call) |
| `compliance_scan` | 9-point EU compliance scan: privacy policy, terms, cookie consent, imprint, accessibility statement, DPA, security headers, meta tags, hreflang |
| `profile_page` | Page profile: meta/OG tags, JSON-LD, heading structure, alt-text coverage, security headers, score + grade |
| `check_security_headers` | CSP, HSTS, X-Frame-Options, X-Content-Type-Options, Referrer-Policy |

Listed in the official [MCP Registry](https://registry.modelcontextprotocol.io) as `io.github.mahope/passiv-mcp`.

Works with any MCP client: Claude Desktop, Claude Code, Cursor, Windsurf, and others.

## Install

No dependencies. Node.js 18+ required.

### Run from GitHub (no clone needed)

```bash
npx github:mahope/passiv-mcp
```

### Claude Desktop

Add to `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "passiv": {
      "command": "npx",
      "args": ["github:mahope/passiv-mcp"]
    }
  }
}
```

### Claude Code

```bash
claude mcp add passiv -- npx github:mahope/passiv-mcp
```

## Example prompts

Once connected, try:

- "Convert this HTML snippet to Markdown: <h1>…</h1>…"
- "Scan example.com for GDPR compliance basics"
- "Check the security headers on my site"
- "Profile this page and tell me what meta tags are missing"

## Privacy

URLs sent to a tool are fetched server-side by the Passiv scan proxy and not stored.
HTML sent to `html_to_markdown` is converted and discarded immediately.

## Related

- [Clean Copy](https://github.com/mahope/clean-copy) — browser extension, same Markdown engine
- [clean-copy-cli](https://github.com/mahope/clean-copy-cli) — CLI version
- [compliance-site-check](https://github.com/mahope/compliance-site-check) — GitHub Action with the compliance engine

## License

MIT
ai-toolsclaudecompliancegdprhtml-to-markdownmarkdownmcpmodel-context-protocolsecurity-headersweb-tools

What people ask about passiv-mcp

What is mahope/passiv-mcp?

+

mahope/passiv-mcp is mcp servers for the Claude AI ecosystem. MCP server: free web tools for AI agents — HTML→Markdown, EU compliance scan, page profile, security headers. Zero auth, zero dependencies. It has 0 GitHub stars and its last recorded update is dated 2026-08-25.

How do I install passiv-mcp?

+

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

Is mahope/passiv-mcp safe to use?

+

Our security agent has analyzed mahope/passiv-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains mahope/passiv-mcp?

+

mahope/passiv-mcp is maintained by mahope. The last recorded GitHub activity is dated 2026-08-25, with 0 open issues.

Are there alternatives to passiv-mcp?

+

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

Deploy passiv-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: mahope/passiv-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mahope-passiv-mcp)](https://claudewave.com/repo/mahope-passiv-mcp)
<a href="https://claudewave.com/repo/mahope-passiv-mcp"><img src="https://claudewave.com/api/badge/mahope-passiv-mcp" alt="Featured on ClaudeWave: mahope/passiv-mcp" width="320" height="64" /></a>

More MCP Servers

passiv-mcp alternatives