MCP Server
MCP
io.github.leochong/visus-mcp
Security-first web access for Claude. Sanitizes pages, blocks injection, redacts PII.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "visus-mcp",
"version": "0.6.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional timeout in milliseconds for page fetching (default: 10000)",
"format": "number",
"name": "VISUS_TIMEOUT_MS"
},
{
"description": "Optional maximum content size in KB before truncation (default: 512)",
"format": "number",
"name": "VISUS_MAX_CONTENT_KB"
},
{
"description": "Optional URL for managed Lambda renderer (Phase 2 - not yet available)",
"format": "string",
"name": "VISUS_RENDERER_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment