olostep-mcp

by olostep
Verified
{ "name": "olostep-mcp", "version": "1.0.4", "description": "Olostep MCOP server for web scraping, google search and website urls search.", "type": "module", "bin": { "olostep-mcp": "./build/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"" }, "files": [ "build" ], "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "dotenv": "^16.4.7", "node-fetch": "^3.3.2", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.10", "typescript": "^5.8.2" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "mcp", "olostep", "web-scraping", "google-search", "markdown-extraction" ], "repository": { "type": "git", "url": "git+https://github.com/olostep/olostep-mcp-server.git" }, "author": "olostep", "bugs": { "url": "https://github.com/olostep/olostep-mcp-server/issues" }, "homepage": "https://github.com/olostep/olostep-mcp-server#readme" }