We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcp-service/media-crawler-mcp-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# -*- coding: utf-8 -*-
"""登录服务相关异常定义。"""
class LoginServiceError(Exception):
"""登录服务异常"""
class LoginExpiredError(LoginServiceError):
"""登录过期或 Cookie 失效异常(用于 MCP 工具早返回)。"""