UNPKG

mcp-server-unhcr

Version:

MCP server for accessing UNHCR refugee data and statistics API

42 lines 816 B
{ "name": "mcp-server-unhcr", "version": "1.0.1", "description": "MCP server for accessing UNHCR refugee data and statistics API", "main": "index.js", "type": "module", "bin": { "unhcr-mcp-server": "./cli.js" }, "scripts": { "start": "node index.js", "test": "node index.js" }, "keywords": [ "mcp", "unhcr", "refugees", "api", "humanitarian", "modelcontextprotocol" ], "author": "Shahzad Arain", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/shahzadarain/unhcr-mcp-server.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "axios": "^1.6.0" }, "files": [ "index.js", "README.md" ], "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" } }