Skip to main content
Glama

passiv-mcp

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.

Install

No dependencies. Node.js 18+ required.

Run from GitHub (no clone needed)

npx github:mahope/passiv-mcp

Claude Desktop

Add to claude_desktop_config.json:

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

Claude Code

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

Related MCP server: mcp-services

Example prompts

Once connected, try:

  • "Convert this HTML snippet to Markdown: …"

  • "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.

License

MIT

Maintenance

ActivityMaintained
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Web scraping MCP server for Al agents. 6 tools: extract clean text/markdown from any URL, structured scraping with CSS selectors, full-page screenshots via Playwright, link extraction with regex filtering, metadata extraction (OG tags, Twitter cards), and Google search. Free tier: 50 requests/IP/day.
    8
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Multi-tool MCP server for AI agents with 29 tools across web scraping, SEO analysis, screenshot and PDF generation, domain intelligence, content extraction, multi-chain EVM blockchain queries, and security toolkit. Free tier available with no auth required.
    22
    1
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mahope/passiv-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server