{ "name": "civicrm-mcp", "version": "0.2.0", "mcpName": "io.github.YogiAdhik/civicrm-mcp", "description": "Model Context Protocol server for CiviCRM — AuthX-first, schema-introspected.", "license": "MIT", "author": "Yogesh Adhikari", "homepage": "https://github.com/YogiAdhik/civicrm-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/YogiAdhik/civicrm-mcp.git" }, "bugs": { "url": "https://github.com/YogiAdhik/civicrm-mcp/issues" }, "type": "module", "bin": { "civicrm-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist/**/*.js", "dist/**/*.d.ts", "!dist/__tests__", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "test": "npm run build && node scripts/run-tests.mjs", "clean": "rm -rf dist" }, "engines": { "node": ">=18.17" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "@types/node": "^22.9.0", "typescript": "^5.6.3" }, "keywords": [ "mcp", "model-context-protocol", "civicrm", "crm", "nonprofit" ] }