UNPKG

aiwen-mcp-server-geoip

Version:

MCP server for using the aiwen geo loc API

37 lines (36 loc) 804 B
{ "name": "aiwen-mcp-server-geoip", "version": "2.0.0", "description": "MCP server for using the aiwen geo loc API", "license": "MIT", "author": "fred", "homepage": "", "bugs": "", "type": "module", "bin": { "mcp-aiwen-geoip": "build/index.js" }, "files": [ "build" ], "main": "build/index.js", "scripts": { "build": "tsc && shx chmod +x build/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "keywords": ["mcp", "geoip", "iplocation"], "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "@types/node-fetch": "^2.6.12", "node-fetch": "^3.3.2" }, "devDependencies": { "shx": "^0.3.4", "typescript": "^5.6.2" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" } }