We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/argotdev/nhl-mcp-python'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•183 B
"""NHL MCP Server - Model Context Protocol server for NHL data"""
__version__ = "1.0.0"
from .nhl_api import NHLAPIClient
from .server import app
__all__ = ["NHLAPIClient", "app"]