Skip to main content
Glama
aleks-yustas

Yandex Weather MCP

by aleks-yustas

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost to bind the HTTP server (when using http transport)0.0.0.0
PORTNoPort to bind the HTTP server (when using http transport)3000
LOG_LEVELNoLogging level (e.g., info, debug)info
MCP_TRANSPORTNoMCP transport mode: http or stdiohttp
WEATHER_DB_PATHNoPath to the SQLite database file for scheduler persistence./data/weather.db
CACHE_TTL_SECONDSNoCache time-to-live in seconds600
YANDEX_WEATHER_LANGNoLanguage for weather data (e.g., ru_RU, en_US)ru_RU
YANDEX_WEATHER_API_KEYYesAPI key for Yandex Weather API
YANDEX_WEATHER_API_URLNoOverride the default Yandex Weather API endpointhttps://api.weather.yandex.ru/v2/forecast

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_current_weatherB

Get current weather by coordinates

get_weather_forecastC

Get weather forecast by coordinates

get_weather_summaryC

Build a short human-readable weather summary

compare_weatherC

Compare current weather in two locations

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/aleks-yustas/yandex-weather-mcp'

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