@mariox/weather-mcp-server
Version:
MCP server for querying weather by current IP location using Open-Meteo free API
50 lines (49 loc) • 1.06 kB
JSON
{
"name": "@mariox/weather-mcp-server",
"version": "1.1.1",
"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",
"chinese",
"中文",
"geocoding",
"location-search"
],
"author": "mariox",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+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"
]
}