{ "name": "africa-api-mcp", "mcpName": "io.github.africa-api/africa-api-mcp", "version": "0.3.1", "description": "MCP server for Africa API — access data on all 54 African countries through Claude", "main": "dist/index.js", "bin": { "africa-api-mcp": "dist/index.js" }, "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "africa", "api", "claude", "ai", "data" ], "author": "Africa API ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/africa-api/africa-api-mcp.git" }, "homepage": "https://africa-api.com", "bugs": { "url": "https://github.com/africa-api/africa-api-mcp/issues" }, "files": [ "dist/**/*.js", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0" }, "devDependencies": { "typescript": "^5.7.0", "@types/node": "^22.0.0" } }