This commit is contained in:
walidsi
2025-05-04 23:46:41 +03:00
parent da1765e2c3
commit 565b111399

View File

@@ -1,6 +1,6 @@
# MCP Weather Server
A simple MCP server that provides hourly weather forecasts using the AccuWeather API.
A simple MCP server that provides hourly weather forecasts using the Open-meteo API.
## Setup
@@ -17,21 +17,14 @@ uv sync
{
"mcpServers": {
"open_meteo_weather": {
"command": "uv",
"args": [
"--directory",
"path/to/openmeteo-weather-mcp/",
"run",
"openmeteo_weather/openmeteo_weather.py"
]
}
}
}
```
## API Usage
### Get 7-dy Weather Forecast
Response:
```json
{
}
```
## The API provides: