{ "name": "veris-mcp", "version": "0.2.0", "mcpName": "io.github.jakeyoung1/veris", "description": "Provenance-first web access for AI agents. Clean content plus verifiable source metadata in one call.", "type": "module", "main": "dist/index.js", "bin": { "veris-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "ai", "agents", "web", "search", "provenance", "model-context-protocol" ], "license": "MIT", "author": "Jake Young", "repository": { "type": "git", "url": "git+https://github.com/jakeyoung1/veris.git" }, "homepage": "https://github.com/jakeyoung1/veris#readme", "bugs": { "url": "https://github.com/jakeyoung1/veris/issues" }, "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "@mozilla/readability": "^0.5.0", "jsdom": "^24.1.3", "turndown": "^7.2.0", "zod": "^3.23.8" }, "devDependencies": { "@types/jsdom": "^21.1.7", "@types/node": "^22.10.0", "@types/turndown": "^5.0.5", "typescript": "^5.6.3" } }