We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AceDataCloud/MCPSerp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•193 B
"""Tools module for MCP Serp server."""
# Import all tools to register them with the MCP server
from tools import info_tools, search_tools
__all__ = [
"search_tools",
"info_tools",
]