UNPKG

weather-mcp-server-mariox

Version:

MCP server for querying weather by current IP location using Open-Meteo free API

46 lines (45 loc) 1.01 kB
{ "name": "weather-mcp-server-mariox", "version": "1.0.0", "description": "MCP server for querying weather by current IP location using Open-Meteo free API", "type": "module", "main": "index.js", "bin": { "weather-mcp-server": "./index.js" }, "scripts": { "start": "node index.js", "dev": "node --watch index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "axios": "^1.6.0" }, "keywords": [ "mcp", "weather", "ip-location", "openmeteo", "free", "model-context-protocol", "weather-api", "climate-data" ], "author": "mariox <your-email@example.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mariox/weather-mcp-server.git" }, "bugs": { "url": "https://github.com/mariox/weather-mcp-server/issues" }, "homepage": "https://github.com/mariox/weather-mcp-server#readme", "engines": { "node": ">=18.0.0" }, "files": [ "index.js", "README.md" ] }