Skip to main content
Glama
package.json1.99 kB
{ "name": "@watercrawl/mcp", "version": "1.3.0", "type": "module", "main": "dist/index.js", "bin": { "watercrawl-mcp": "bin/cli.js" }, "scripts": { "clean": "rm -rf dist", "build": "npm run clean && node scripts/build.js", "start": "tsx --require tsconfig-paths/register src/index.ts", "cli": "tsx --require tsconfig-paths/register src/cli.ts", "fix-paths": "tsc-alias", "lint": "eslint . --ext .ts", "lint:fix": "eslint --fix . --ext .ts", "test": "echo \"No tests specified\" && exit 0", "prepare": "npm run build", "semantic-release": "semantic-release" }, "keywords": [ "watercrawl", "mcp", "ai", "web-scraping", "model-context-protocol" ], "author": "WaterCrawl Team", "license": "ISC", "description": "A Model Context Protocol (MCP) server for WaterCrawl, enabling AI systems to perform web crawling and search operations", "repository": { "type": "git", "url": "https://github.com/watercrawl/watercrawl-mcp.git" }, "publishConfig": { "access": "public" }, "dependencies": { "@watercrawl/nodejs": "^1.2.1", "commander": "^13.1.0", "dotenv": "^16.5.0", "fastmcp": "^1.23.2", "http": "^0.0.1-security", "ts-node": "^10.9.2", "tsx": "^4.19.4", "typescript": "^5.8.3", "zod": "^3.24.3" }, "devDependencies": { "@types/uri-templates": "^0.1.34", "esbuild": "^0.25.3", "tsc-alias": "^1.8.15", "tsconfig-paths": "^4.2.0", "@semantic-release/commit-analyzer": "^11.1.0", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^9.2.1", "@semantic-release/npm": "^11.0.2", "@semantic-release/release-notes-generator": "^12.1.0", "semantic-release": "^22.0.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "prettier": "^3.2.5" } }

Latest Blog Posts

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/watercrawl/watercrawl-mcp'

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