We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/microagents/mcp-weather-free'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•245 B
"""MCP Weather Free - A Model Context Protocol server for weather data using Open-Meteo API."""
from .main import mcp, get_weather, get_weather_by_city, main
__version__ = "0.1.0"
__all__ = ["mcp", "get_weather", "get_weather_by_city", "main"]