Files
openmeteo-weather-mcp/README.md
walidsi 9c78bad4a0 v0.1.0
2025-05-04 23:33:19 +03:00

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: