
Weather MCP Server
The Weather MCP Server connects AI assistants to real-time and historical weather data using the Open-Meteo API—no API keys needed. Enable AI-driven workflows w...
Integrate advanced, real-time weather data and forecasts into your AI agents and workflows with the Weather MCP Server for FlowHunt.
The Weather MCP Server is a Model Context Protocol (MCP) server designed to provide AI assistants with seamless access to comprehensive weather data and related services. By acting as an intermediary between AI clients and the WeatherAPI, this server enables AI-driven workflows to retrieve current weather conditions, forecasts (up to 14 days), historical weather data, air quality indices, astronomy data, location-based searches, timezone information, and even details on sports events. The server is built with FastAPI and the MCP framework, facilitating easy integration into AI development environments. This enhances the ability of AI agents to answer user queries, automate weather-dependent workflows, and enrich context for language model interactions.
No explicit prompt templates were found in the repository files.
No explicit resources are described in the available documentation or code listings.
mcpServers
object with the command and arguments."mcpServers": {
"weather-mcp": {
"command": "python",
"args": ["main.py"]
}
}
Set your WeatherAPI key using environment variables:
"env": {
"WEATHER_API_KEY": "your_api_key_here"
},
"inputs": {
// Other config options
}
mcpServers
object as shown below."mcpServers": {
"weather-mcp": {
"command": "python",
"args": ["main.py"]
}
}
"env": {
"WEATHER_API_KEY": "your_api_key_here"
}
"mcpServers": {
"weather-mcp": {
"command": "python",
"args": ["main.py"]
}
}
"env": {
"WEATHER_API_KEY": "your_api_key_here"
}
mcpServers
object."mcpServers": {
"weather-mcp": {
"command": "python",
"args": ["main.py"]
}
}
"env": {
"WEATHER_API_KEY": "your_api_key_here"
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"weather-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “weather-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ⛔ | No explicit MCP resources listed |
List of Tools | ✅ | Weather, forecast, alerts, air quality, astronomy, location, timezone… |
Securing API Keys | ✅ | .env example and JSON config examples provided |
Sampling Support (less important in evaluation) | ⛔ | Not specified |
Based on the available information, the Weather MCP Server provides solid tool coverage and easy setup, but lacks explicit documentation for prompts, resources, or support for roots and sampling. Its primary focus is on weather-related tools, with clear instructions for API key security. For a focused weather MCP, it’s effective but could be improved with more MCP-standard documentation and resource definitions.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 9 |
Number of Stars | 6 |
The Weather MCP Server is an intermediary that connects AI agents (like those in FlowHunt) to comprehensive weather information—including real-time conditions, forecasts, air quality, astronomy, and more—via WeatherAPI. It enables AI-driven workflows to access rich weather and environmental data for user queries, automation, and context enrichment.
It offers real-time weather, 1-14 day forecasts, historical weather data, air quality indices, weather alerts, astronomy data (sunrise, sunset, moon phases), location-based search, timezone information, and weather data for sports events.
Add your WeatherAPI key as an environment variable in your configuration (e.g., 'WEATHER_API_KEY'). This keeps credentials secure and separate from your source code.
Common use cases include personal AI assistants answering weather queries, travel planning automations, environmental dashboards, event scheduling with weather checks, and smart home automations based on real-time weather.
Add the MCP component to your flow, configure the Weather MCP Server with your endpoint and API key, and connect it to your agent. Your AI will then be able to use all weather-related functions in conversations and automations.
Enhance your AI workflows with real-time weather, forecasts, air quality, and astronomy data using FlowHunt's Weather MCP Server.
The Weather MCP Server connects AI assistants to real-time and historical weather data using the Open-Meteo API—no API keys needed. Enable AI-driven workflows w...
The OpenWeather MCP Server connects AI assistants to real-time weather data using the OpenWeatherMap API. It enables retrieval of current weather and 5-day fore...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...