Add the server
In your MCP client's settings, add a remote server using the URL below. No authentication is needed.
Connect ProjectEOL Weather MCP to any Model Context Protocol client. Your agent can find a place by name or fetch a forecast for precise coordinates.
In your MCP client's settings, add a remote server using the URL below. No authentication is needed.
Ask your agent to find a city. For an exact spot, provide latitude and longitude directly.
The agent chooses the tool and returns available times, values, units, and data provenance.
https://weatherapi.projecteol.ru/mcp/The service follows Model Context Protocol: clients normally expose these tools to the agent automatically, and they can also be invoked explicitly.
search_locationsSearches the local geographic index and returns a name, country, coordinates, and time zone. Use it before a forecast when you only know a city.
get_forecast_metadataShows the current published dataset: available period, coverage, parameters, model, and source attribution.
get_weather_forecastReturns an hourly forecast for latitude and longitude. This is the primary tool: coordinates work for any point on a map, not only cities.
| Argument | Required | Description |
|---|---|---|
latitude | yes | Latitude from −90 to 90. |
longitude | yes | Longitude from −180 to 180. |
hours | no | Number of hourly steps: from 1 to 168. Default: 24. |
start | no | UTC start time in ISO 8601. If omitted, the nearest available time is used. |
parameters | no | A list of weather parameter codes. If omitted, the service selects a compact useful set. |
interpolation | no | nearest (default) or linear. |
MCP is public: no account, token, or secret needs to be given to your agent.
The limit applies to the request source and protects the service from accidental loops and overload. On a 429 response, wait a minute.
Forecast times are returned in UTC. Units and data provenance are included in the response—do not guess them.
For programmatic integration without MCP, use Weather API and its interactive specification.