This commit is contained in:
walidsi
2025-05-04 23:33:19 +03:00
commit 9c78bad4a0
7 changed files with 242 additions and 0 deletions

37
README.md Normal file
View File

@@ -0,0 +1,37 @@
# MCP Weather Server
A simple MCP server that provides hourly weather forecasts using the AccuWeather API.
## Setup
1. Install dependencies using `uv`:
```bash
uv venv
uv sync
```
## Running the Server
```json
{
"mcpServers": {
"open_meteo_weather": {
}
}
}
```
## API Usage
### Get 7-dy Weather Forecast
Response:
```json
{
}
```
## The API provides: