We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GizAI/arche-browser'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•205 B
"""
Site-specific browser automation clients.
These modules provide high-level APIs for specific websites,
built on top of the core Browser class.
"""
from .chatgpt import ChatGPT
__all__ = ["ChatGPT"]