# Weather > Global weather data, forecasts, and conditions. ## Website https://github.com/isdaniel/mcp_weather_server ## Portal https://weather.on.xpay.sh ## MCP Servers ### Weather Global weather data, forecasts, and conditions URL: https://weather.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY Tools: - get_current_weather: Get current weather information for a specified city. It extracts the current hour's temperature and weather code, maps the weather code to a human-readable description, and returns a formatted summary. ($0.01/call) - get_weather_byDateTimeRange: Get weather information for a specified city between start and end dates. ($0.01/call) - get_weather_details: Get detailed weather information for a specified city as structured JSON data. This tool provides raw weather data for programmatic analysis and processing. ($0.01/call) - get_current_datetime: Get current time in specified timezone. ($0.01/call) - get_timezone_info: Get information about a specific timezone including current time and UTC offset. ($0.01/call) - convert_time: Convert time from one timezone to another. ($0.01/call) - get_air_quality: Get air quality information for a specified city including PM2.5, PM10, ozone, nitrogen dioxide, carbon monoxide, and other pollutants. Provides health advisories based on current air quality levels. ($0.01/call) - get_air_quality_details: Get detailed air quality information for a specified city as structured JSON data. This tool provides raw air quality data for programmatic analysis and processing. ($0.01/call) ## Get Started 1. Get an API key at https://weather.on.xpay.sh/account/keys 2. Add the MCP server URL to your client config (Claude, Cursor, Windsurf) 3. Pay per tool call from your XPay wallet ## About Powered by XPay — pay-per-use API access for AI agents. https://xpay.sh