We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dipseth/google-workspace-unlimited'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•238 B
"""
Google Sheets MCP Integration
This module provides MCP tools for interacting with Google Sheets API using the universal service architecture.
"""
from .sheets_tools import setup_sheets_tools
__all__ = [
"setup_sheets_tools",
]