Skip to main content
Glama
openweather_api.json1.88 kB
{ "name": "openweather", "base_url": "https://api.openweathermap.org/data/2.5", "description": "OpenWeatherMap API for weather data", "auth": { "type": "api_key", "api_key": "YOUR_API_KEY_HERE", "api_key_param": "appid" }, "endpoints": [ { "name": "current_weather", "description": "Get current weather data for a location", "method": "GET", "path": "/weather", "params": [ { "name": "q", "type": "string", "location": "query", "required": true, "description": "City name, state code and country code divided by comma" }, { "name": "units", "type": "string", "location": "query", "required": false, "default": "metric", "description": "Units of measurement", "enum": ["standard", "metric", "imperial"] }, { "name": "lang", "type": "string", "location": "query", "required": false, "description": "Language code for output" } ] }, { "name": "weather_forecast", "description": "Get 5 day weather forecast", "method": "GET", "path": "/forecast", "params": [ { "name": "q", "type": "string", "location": "query", "required": true, "description": "City name" }, { "name": "units", "type": "string", "location": "query", "required": false, "default": "metric", "enum": ["standard", "metric", "imperial"] }, { "name": "cnt", "type": "integer", "location": "query", "required": false, "description": "Number of timestamps to return" } ] } ] }

Latest Blog Posts

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/GongRzhe/APIWeaver'

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