{ "name": "@lodd/mcp-server", "version": "0.1.15", "mcpName": "io.github.hholen/lodd-mcp-server", "description": "First-party web analytics for AI agents. Add a script, query your own traffic over MCP.", "type": "module", "main": "dist/index.js", "exports": { ".": "./dist/index.js", "./register": "./dist/register-tools.js", "./auth": "./dist/auth.js" }, "bin": { "lodd-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "test": "node --test test/*.test.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^22.15.3", "typescript": "^5.8.3" }, "files": [ "dist", "README.md" ], "engines": { "node": ">=18" }, "license": "MIT", "keywords": [ "mcp", "analytics", "web-analytics", "headless-analytics", "ai-agent", "model-context-protocol", "claude", "cursor" ], "homepage": "https://lodd.dev", "repository": { "type": "git", "url": "git+https://github.com/hholen/lodd-mcp-server.git" }, "bugs": { "url": "https://github.com/hholen/lodd-mcp-server/issues" } }