Skip to main content
Glama

MCP Weather Server

by TJarriault
package.jsonβ€’888 B
{ "name": "mcp-weather-streamable", "version": "1.0.0", "description": "Streamable HTTP MCP weather server based on Open-Meteo API", "type": "module", "main": "build/index.js", "bin": { "weather-mcp": "./build/index.js" }, "scripts": { "build": "tsc && chmod 755 build/index.js", "dev": "tsc && node build/index.js", "start": "node build/index.js" }, "files": [ "build" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "axios": "^1.6.0", "cors": "^2.8.5", "express": "^4.18.0", "node-fetch": "^3.3.2", "zod": "^3.22.0" }, "devDependencies": { "@types/cors": "^2.8.0", "@types/express": "^4.17.0", "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "keywords": [ "mcp", "weather", "streaming", "open-meteo", "api" ], "author": "Your name", "license": "MIT" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TJarriault/mcp-weather-sample'

If you have feedback or need assistance with the MCP directory API, please join our Discord server