MCP Server
MCP
NetLens
Read any web page as clean, ad-stripped Markdown past robots.txt and bot blocks, plus web search.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "netlens-mcp",
"version": "0.2.3",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Default search backend: auto, duckduckgo, bing, mojeek, or searxng",
"format": "string",
"default": "auto",
"name": "NETLENS_SEARCH_ENGINE"
},
{
"description": "Base URL of a SearXNG instance to use when engine=searxng (e.g. https://searx.example.org)",
"format": "string",
"name": "NETLENS_SEARXNG_URL"
}
]
},
{
"registryType": "pypi",
"identifier": "netlens-mcp",
"version": "0.2.3",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Default search backend: auto, duckduckgo, bing, mojeek, or searxng",
"format": "string",
"default": "auto",
"name": "NETLENS_SEARCH_ENGINE"
},
{
"description": "Base URL of a SearXNG instance to use when engine=searxng (e.g. https://searx.example.org)",
"format": "string",
"name": "NETLENS_SEARXNG_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
pypi
Comments
Sign in to leave a comment