UNPKG

@minjunkwon/korea-welfare-mcp-server

Version:

MCP server for Korean Central Government Welfare Services - provides intelligent search and information retrieval for Korean social welfare programs

70 lines (69 loc) 1.58 kB
{ "name": "@minjunkwon/korea-welfare-mcp-server", "version": "1.1.1", "description": "MCP server for Korean Central Government Welfare Services - provides intelligent search and information retrieval for Korean social welfare programs", "main": "dist/index.js", "type": "module", "bin": { "korea-welfare-mcp": "dist/index.js" }, "files": [ "dist/**/*", "README.md", "USAGE_GUIDE.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "watch": "tsx --watch src/index.ts", "prepublishOnly": "npm run build", "test": "node test-new-smart.mjs" }, "keywords": [ "mcp", "model-context-protocol", "welfare", "korea", "korean", "government", "api", "social-services", "claude", "ai", "assistant", "복지", "한국", "정부" ], "author": { "name": "MINJUN", "email": "contact@example.com" }, "license": "MIT", "homepage": "https://github.com/minjun/korea-welfare-mcp-server#readme", "repository": { "type": "git", "url": "https://github.com/minjun/korea-welfare-mcp-server.git" }, "bugs": { "url": "https://github.com/minjun/korea-welfare-mcp-server/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "xml2js": "^0.6.2" }, "devDependencies": { "@types/node": "^20.0.0", "@types/xml2js": "^0.4.14", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18" }, "publishConfig": { "access": "public" } }