38 lines
404 B
Markdown
38 lines
404 B
Markdown
# 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:
|