We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hellomcp/mcp-demo1'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•172 B
"""Tools package for MCP Weather Server."""
from .toolhandler import *
from .tools_time import *
from .tools_weather import *
from .weather_service import *
__all__ = []