UNPKG

@minjunkwon/localgovernment-welfare-mcp-server

Version:

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

67 lines 1.59 kB
{ "name": "@minjunkwon/localgovernment-welfare-mcp-server", "version": "2.1.2", "description": "MCP server for Korean Local Government Welfare Services - provides intelligent search and information retrieval for local government social welfare programs", "main": "dist/index.js", "type": "module", "bin": { "localgovernment-welfare-mcp": "dist/index.js" }, "files": [ "dist/**/*", "README.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" }, "keywords": [ "mcp", "model-context-protocol", "welfare", "korea", "korean", "local-government", "api", "social-services", "claude", "ai", "assistant", "복지", "한국", "지자체" ], "author": { "name": "MINJUN", "email": "contact@example.com" }, "license": "MIT", "homepage": "https://github.com/minjun/localgovernment-welfare-mcp-server#readme", "repository": { "type": "git", "url": "https://github.com/minjun/localgovernment-welfare-mcp-server.git" }, "bugs": { "url": "https://github.com/minjun/localgovernment-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" } }