We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fengin/search-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•208 B
"""
Metaso Search API client implementation.
This module provides the core client functionality for interacting with Metaso Search API.
"""
from .client import MetasoClient
__all__ = [
'MetasoClient'
]