Skip to main content
Glama

Weather MCP Server

package.json827 B
{ "name": "weather-mcp", "version": "1.0.0", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node build/index.js", "deploy": "npm run build && sam deploy --guided", "deploy:quick": "npm run build && sam deploy", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "weather", "temperature" ], "author": "", "license": "ISC", "description": "MCP server for temperature conversion", "dependencies": { "@modelcontextprotocol/sdk": "^1.20.1", "@vendia/serverless-express": "^4.12.6", "express": "^5.1.0", "zod": "^3.25.76" }, "devDependencies": { "@types/express": "^5.0.3", "@types/node": "^24.8.1", "tsx": "^4.20.6", "typescript": "^5.9.3" } }

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/mkowalskizoovu/mcp-test'

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