关于
This project implements an MCP (Model Context Protocol) server to fetch live weather details using the WeatherAPI.com API. It supports querying weather data by city name or latitude/longitude and integrates with CrewAI for agent-based workflows and A2A (Agent-to-Agent) communication for collaborative data processing. Built with FastAPI and Server-Sent Events (SSE), it provides real-time weather information, designed for scalability and secure operations.
主要功能
- Real-Time Weather Data
- Geolocation Support
- CrewAI Integration for agent-based workflows
- A2A Communication for enhanced data processing
- FastAPI with SSE for real-time communication
- 0 GitHub stars
使用案例
- Obtain current weather conditions for specific locations by city or coordinates.
- Automate weather data retrieval and summarization via AI agents.
- Enable agent-to-agent communication for advanced weather-related tasks.