{
"name": "mcp-fathom-analytics",
"version": "1.0.2",
"description": "MCP server for Fathom Analytics",
"type": "module",
"bin": {
"mcp-fathom-analytics": "./dist/index.js"
},
"scripts": {
"build": "tsc && node postbuild.js"
},
"files": [
"dist"
],
"keywords": [
"mcp",
"fathom",
"analytics"
],
"author": "mackenly",
"bugs": "https://github.com/mackenly/mcp-fathom-analytics/issues",
"license": "MIT",
"dependencies": {
"@mackenly/fathom-api": "^0.0.14",
"@modelcontextprotocol/sdk": "^1.6.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.9",
"typescript": "^5.8.2"
}
}