We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/geosp/mcp-mixsearch'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•262 B
"""
Web Search feature for the MCP MixSearch
Provides comprehensive web search capabilities with multiple engines and content extraction.
"""
from .service import WebSearchService
from .tool import register_tool
__all__ = ["WebSearchService", "register_tool"]