We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CupOfOwls/kroger-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
auth_tools.py•245 B
"""
Separate module for registering authentication tools to avoid circular imports
"""
from .auth import register_auth_tools
def register_tools(mcp):
"""Register authentication tools with the FastMCP server"""
register_auth_tools(mcp)