weather-ai-mcp
v1.0.0
Published
Weather Ai tools for AI agents. Capabilities: get current conditions, get forecast, get historical weather. Built by MEOK AI Labs.
Maintainers
Readme
Weather AI MCP
Weather intelligence tools - current conditions, forecasts, historical data, agricultural alerts, severe warnings
Built by MEOK AI Labs | meok.ai
Features
| Tool | Description |
|------|-------------|
| get_current_conditions | See tool docstring for details |
| get_forecast | See tool docstring for details |
| get_historical_weather | See tool docstring for details |
| get_agricultural_alerts | See tool docstring for details |
| get_severe_weather_warnings | See tool docstring for details |
Installation
pip install mcpUsage
As an MCP Server
python server.pyClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"weather-ai-mcp": {
"command": "python",
"args": ["/path/to/weather-ai-mcp/server.py"]
}
}
}Rate Limits
Free tier includes 30-50 calls per tool per day. Upgrade at meok.ai/pricing for unlimited access.
License
MIT License - see LICENSE for details.
Built with FastMCP by MEOK AI Labs
