We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lumenore-Platform/lumenore-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
exceptions.py•572 B
class AuthorizationError(RuntimeError):
"""Raised when no valid authorization token is found."""
class APIRequestError(RuntimeError):
"""Raised when an API request fails due to a network or HTTP issue."""
class UnexpectedAPIError(RuntimeError):
"""Raised when an unexpected error occurs during API handling."""
class APIRequestTimeout(RuntimeError):
"""Raised when the outbound API request times out."""
class AuthenticationError(Exception):
"""Raised when authentication fails"""
class APIError(Exception):
"""Raised when API calls fail"""