Skip to main content
Glama

MCP Webscan Server

by bsmi021
package.json865 B
{ "name": "mcp-server-webscan", "version": "1.0.0", "description": "MCP server for web content scanning and analysis", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', 0o755)\"", "start": "node build/index.js", "dev": "ts-node src/index.ts" }, "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "@types/turndown": "^5.0.5", "axios": "^1.7.9", "cheerio": "^1.0.0", "html-escaper": "^3.0.3", "jest": "^29.7.0", "mcp-evals": "^1.0.18", "node-fetch": "^3.3.2", "puppeteer": "^24.3.0", "turndown": "^7.2.0", "zod": "^3.23.8" }, "devDependencies": { "@types/html-escaper": "^3.0.4", "@types/node": "^18.0.0", "ts-node": "^10.9.2", "typescript": "^5.0.0" } }

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/bsmi021/mcp-server-webscan'

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