{ "name": "nankai-trough-mcp", "version": "0.1.1", "description": "Nankai Trough (南海トラフ地震) earthquake hazard and building-safety for AI assistants. Official Japanese government figures, cited and dated, never a safety verdict.", "mcpName": "io.github.mrslbt/nankai-trough", "keywords": [ "mcp", "mcp-server", "model-context-protocol", "nankai", "南海トラフ", "earthquake", "jishin", "hazard", "japan", "bousai", "taishin", "disaster", "ai" ], "author": { "name": "Marsel Bait", "url": "https://marselbait.me" }, "license": "MIT", "type": "module", "bin": { "nankai-trough-mcp": "dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=18.0.0" }, "homepage": "https://nankaitrough.bymarsel.me", "repository": { "type": "git", "url": "https://github.com/mrslbt/nankai-trough-mcp.git" }, "scripts": { "build": "tsc && chmod +x dist/index.js", "start": "node dist/index.js", "dev": "tsc --watch", "test": "npm run build && node --test test/*.test.mjs", "smoke": "npm run build && node test/smoke.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^25.6.0", "typescript": "^6.0.3" } }