{ "name": "@servicialo/mcp-server", "version": "0.9.14", "mcpName": "com.servicialo/mcp-server", "description": "Open protocol for professional service delivery — connects AI agents with scheduling, verification and settlement of professional services", "license": "Apache-2.0", "homepage": "https://servicialo.com", "repository": { "type": "git", "url": "https://github.com/servicialo/mcp-server.git" }, "type": "module", "bin": { "servicialo-mcp": "./dist/index.js" }, "main": "./dist/index.js", "files": [ "dist", "!dist/__tests__" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "test:http-compat": "vitest run http-compat --reporter=verbose" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.4", "esbuild": "^0.27.0", "typescript": "^5.7.3", "vitest": "^4.0.18" }, "engines": { "node": ">=18" }, "deprecated_registry_entry": "io.github.danioni/servicialo was deprecated in March 2026. Use com.servicialo/mcp-server.", "keywords": [ "mcp", "model-context-protocol", "servicialo", "professional-services", "scheduling", "healthcare", "ai-agents" ] }