Skip to main content
Glama

MCP Webpage Timestamps

package.json1.26 kB
{ "name": "mcp-webpage-timestamps", "version": "1.0.1", "description": "MCP server for extracting webpage creation and modification timestamps", "main": "dist/index.js", "bin": { "mcp-webpage-timestamps": "dist/index.js" }, "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "jest", "test:watch": "jest --watch", "lint": "eslint src/ --ext .ts", "lint:fix": "eslint src/ --ext .ts --fix", "format": "prettier --write src/", "prepare": "npm run build" }, "keywords": ["mcp", "webpage", "timestamps", "metadata", "web-scraping"], "author": "Fabien Desablens", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "axios": "^1.6.0", "cheerio": "^1.0.0-rc.12", "date-fns": "^2.30.0" }, "devDependencies": { "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "eslint-config-prettier": "^9.0.0", "jest": "^29.0.0", "@types/jest": "^29.0.0", "ts-jest": "^29.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0", "prettier": "^3.0.0" }, "engines": { "node": ">=18.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/Fabien-desablens/mcp-webpage-timestamps'

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