appointment-mcp-server
Version:
Customer-focused MCP Server for appointment management with comprehensive service discovery, availability checking, and booking capabilities
63 lines (62 loc) • 1.53 kB
JSON
{
"name": "appointment-mcp-server",
"version": "1.8.4",
"description": "Customer-focused MCP Server for appointment management with comprehensive service discovery, availability checking, and booking capabilities",
"type": "module",
"main": "build/index.js",
"bin": {
"appointment-mcp": "./build/index.js"
},
"scripts": {
"build": "tsc && chmod 755 build/index.js",
"start": "node build/index.js",
"dev": "npm run build && npm start",
"prepublishOnly": "npm run build"
},
"files": [
"build",
"README.md",
"customer_inquiry_prompt.md",
"customer_inquiry_resources.md",
"database_schema.sql",
"mcp-config-example.json",
".env.example"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"pg": "^8.11.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/pg": "^8.10.0",
"typescript": "^5.0.0"
},
"keywords": [
"mcp",
"server",
"appointment",
"customer-service",
"booking",
"postgresql",
"claude",
"anthropic",
"model-context-protocol"
],
"author": "Ari",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/arimunandar/appointment-mcp-server.git"
},
"bugs": {
"url": "https://github.com/arimunandar/appointment-mcp-server/issues"
},
"homepage": "https://github.com/arimunandar/appointment-mcp-server#readme",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=16.0.0"
}
}