Free web tools for AI agents: HTML to Markdown, compliance scan, page profile, security headers.
MCPpedia last refreshed this data
io.github.mahope/passiv-mcp is an MCP server that free web tools for AI agents: HTML to Markdown, compliance scan, page profile, security headers. Its tool list has not been published yet over stdio, requires no API key, and scores 35/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-mahope-passiv-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Free web tools for AI agents: HTML to Markdown, compliance scan, page profile, security headers.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / writing
MCP client bridge: connects to MCP servers and registers their tools on ctx.tools
An autonomous agent that conducts deep research on any data using any LLM providers
The official MCP server implementation for the Perplexity API Platform
1000+ scientific tools for AI scientists: life science, reserach, literature, and more.
MCP Security Weekly
Get CVE alerts and security updates for io.github.mahope/passiv-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server that gives AI agents free web tools — zero auth, zero dependencies.
Four tools, backed by the free Passiv 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 as io.github.mahope/passiv-mcp.
Works with any MCP client: Claude Desktop, Claude Code, Cursor, Windsurf, and others.
No dependencies. Node.js 18+ required.
npx github:mahope/passiv-mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"passiv": {
"command": "npx",
"args": ["github:mahope/passiv-mcp"]
}
}
}
claude mcp add passiv -- npx github:mahope/passiv-mcp
Once connected, try:
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.
MIT