@agencyenterprise/fathom-mcp-server
AMCP server package fathom-mcp-server
Install
agr install @agencyenterprise/fathom-mcp-server --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "fathom-mcp-server", "version": "1.2.5", "description": "MCP server connecting Claude to Fathom AI meeting recordings, transcripts, and summaries", "type": "module", "license": "MIT", "author": "Jeff Patterson jeff@ae.studio", "repository": { "type": "git", "url": "https://github.com/agencyenterprise/fathom-mcp-server" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "fathom", "fathom-ai", "claude", "anthropic", "meetings", "transcripts", "ai", "ai-assistant", "ai-agent", "llm", "meeting-notes", "meeting-transcription", "remote-mcp-server", "oauth" ], "engines": { "node": ">=18" }, "scripts": { "dev": "tsx watch src/index.ts", "build": "tsup && cp -r public dist/", "start": "node dist/index.js", "lint": "eslint src/", "lint:fix": "eslint src/ --fix", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "ci": "npm run lint && npm run typecheck && npm run test:coverage && npm run build", "format": "prettier --write src/", "format:check": "prettier --check src/", "db:generate": "drizzle-kit generate", "db:migrate": "drizzle-kit migrate", "db:push": "drizzle-kit push", "db:studio": "drizzle-kit studio" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "dotenv": "^17.3.1", "drizzle-orm": "^0.45.1", "express": "^5.2.1", "express-rate-limit": "^8.2.1", "pg": "^8.19.0", "pino": "^10.3.1", "pino-http": "^11.0.0", "zod": "^4.3.6", "zod-openapi": "^5.4.6" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/express": "^5.0.6", "@types/express-rate-limit": "^6.0.2", "@types/node": "^25.3.3", "@types/pg": "^8.18.0", "@types/supertest": "^7.2.0", "@vitest/coverage-v8": "^4.0.18", "drizzle-kit": "^0.31.9", "eslint": "^10.0.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.5", "pino-pretty": "^13.1.3", "prettier": "^3.8.1", "supertest": "^7.2.2", "tsup": "^8.5.1", "tsx": "^4.21.0", "typescript": "^5.9.3", "typescript-eslint": "^8.56.1", "vitest": "^4.0.18" } }
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- warnType matchbest-effort: server code not analyzed
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-fe27469faa8d2026-08-06