news-weather-mcp
Version:
a cool news and weather MCP server
25 lines • 513 B
JSON
{
"name": "news-weather-mcp",
"version": "1.2.1",
"description": "a cool news and weather MCP server",
"bin": { "news-weather-mcp": "index.js" },
"type": "module",
"keywords": [
"mcp",
"model-context-protocol",
"news",
"weather",
"open-meteo",
"newsapi",
"cli",
"ai-tool",
"llm",
"assistant-tool"
],
"author": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.1",
"node-fetch": "^3.0.0",
"zod": "^3.0.0"
}
}