Back to the catalog

Passiv Web Tools

Free web tools for AI agents: HTML to Markdown, compliance scan, page profile, security headers.

Open source Open in the app JSON README (API)

About

Free web tools for AI agents: HTML to Markdown, compliance scan, page profile, security headers.

Details

Kind
MCP servers
Topic
Files & documents
Publisher
mahope
Origin
official
Category
ferramentas
Transport
desconhecido
Version
1.2.1
Open pull requests
2
Last push
2026-09-07T18:19:33Z
Repository state
ativo
Language
JavaScript
License
MIT
Added
2026-08-29 04:00:27
Updated
2026-09-07 16:08:37
Origin id
io.github.mahope/passiv-mcp

README

# passiv-mcp

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

Four tools, backed by the free APIs at [mahope.tools](https://mahope.tools):

| 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 with npx (no install needed)

```bash
npx @mahope/passiv-mcp
```

### Claude Desktop

Add to `claude_desktop_config.json`:

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

### Claude Code

```bash
claude mcp add passiv -- npx @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 mahope.tools 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

## Releasing

`npm run release -- patch` (or `minor`/`major`) bumps the version, commits and pushes the tag.
CI publishes to npm and creates the GitHub release.

## License

MIT

## Author

Built by Mads Holst Jensen — developer and technical partner for small businesses, Odense, Denmark. https://mahoje.dk

More