We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jaredlang/forecast_storage_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•348 B
"""
Forecast Storage MCP Server
A Model Context Protocol server for storing weather forecasts in Google Cloud SQL.
Provides tools for:
- Uploading forecasts (text + audio) with unicode support
- Retrieving cached forecasts
- Storage statistics and cleanup
Supports full internationalization with all unicode languages.
"""
__version__ = "0.1.0"