{ "name": "@oktopeak/filevine-mcp", "version": "1.0.1", "mcpName": "io.github.oktopeak/filevine-mcp", "description": "Open-source MCP server connecting Claude to Filevine practice management. Built by Oktopeak.", "homepage": "https://oktopeak.com/filevine-mcp/?utm_source=npm&utm_medium=package&utm_campaign=filevine-mcp&utm_content=homepage", "type": "module", "main": "build/index.js", "bin": { "filevine-mcp": "./build/index.js" }, "scripts": { "build": "tsc", "start": "node build/index.js", "inspect": "npx @modelcontextprotocol/inspector node build/index.js", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "keywords": [ "mcp", "filevine", "legal", "claude", "law", "practice-management" ], "author": "Oktopeak", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "dotenv": "^16.6.1", "open": "^11.0.0", "zod": "^3.25.76" }, "devDependencies": { "@jest/globals": "^30.3.0", "@types/jest": "^30.0.0", "@types/node": "^22.0.0", "jest": "^30.3.0", "ts-jest": "^29.4.9", "typescript": "^5.5.0" }, "engines": { "node": ">=18" } }