{ "name": "plausible-mcp-server", "version": "1.0.0", "description": "MCP server for Plausible Analytics \u2014 privacy-friendly web analytics. 12 tools for traffic, conversions, sources, and device breakdowns.", "main": "dist/index.js", "bin": { "plausible-mcp-server": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "model-context-protocol", "plausible", "analytics", "privacy", "web-analytics" ], "author": "Nova", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^25.9.2", "typescript": "^6.0.3" }, "mcpName": "io.github.friendlygeorge/plausible-mcp-server", "repository": { "type": "git", "url": "https://github.com/friendlygeorge/plausible-mcp-server.git" }, "homepage": "https://github.com/friendlygeorge/plausible-mcp-server#readme", "bugs": { "url": "https://github.com/friendlygeorge/plausible-mcp-server/issues" }, "publishConfig": { "access": "public" } }