We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DamionR/RivalSearchMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•174 B
"""
Tools module for RivalSearchMCP.
Provides various tools for search, analysis, and content processing.
"""
from .multi_search import web_search
__all__ = ["web_search"]