🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

netlens-mcp

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netlens-mcp

Zero-dependency MCP server for unobstructed web reading: browser-header fetch past robots.txt/bot blocks, full-page HTML->Markdown with ad stripping, plus web search

latest
Source
npmnpm
Version
0.2.3
Version published
Weekly downloads
143
169.81%
Maintainers
1
Weekly downloads
 
Created
Source

netlens-mcp

npm PyPI License: Apache 2.0

An MCP server for unobstructed web reading: it fetches any URL directly with browser-like headers — past robots.txt and naive bot blocks — and returns the full page as clean, ad-stripped Markdown, not a summary.

Requirements

  • Python 3.10+ installed and on PATH

Quick Start

{
  "mcpServers": {
    "netlens": {
      "command": "npx",
      "args": ["-y", "netlens-mcp"]
    }
  }
}

What This Package Does

This npm package bundles the full NetLens server (pure Python, no pip install and no network dependency after install). It:

  • Checks that Python 3.10+ is installed
  • Launches the bundled MCP server over stdio

Zero external Python dependencies — the server uses only the standard library.

Tools

  • web_search — search the web and get real result links (title/URL/snippet), not summaries. Selectable engine (DuckDuckGo → Mojeek → Bing, or SearXNG).
  • web_fetch — fetch any page as full, clean Markdown. Modes: article (main content, default), full (whole body), raw (HTML).

Configuration

Environment VariableDefaultDescription
NETLENS_SEARCH_ENGINEautoDefault search backend: auto, duckduckgo, bing, mojeek, searxng
NETLENS_SEARXNG_URLBase URL of a SearXNG instance for engine=searxng

Documentation

Full documentation and tool reference: GitHub

Keywords

mcp

FAQs

Package last updated on 26 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts