Skip to main content
Glama

Weather MCP Server

by bobbyyng
types.ts•755 B
export interface WeatherData { location: string; temperature: number; humidity: number; windSpeed: number; windDirection: string; condition: string; description: string; pressure: number; visibility: number; uvIndex: number; timestamp: string; } export interface WeatherForecast { location: string; forecast: DailyForecast[]; } export interface DailyForecast { date: string; highTemp: number; lowTemp: number; condition: string; description: string; chanceOfRain: number; humidity: number; } export interface WeatherAlert { id: string; type: string; severity: 'minor' | 'moderate' | 'severe' | 'extreme'; title: string; description: string; areas: string[]; startTime: string; endTime: string; }

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/bobbyyng/weather-mcp-ts'

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