Skip to main content
Glama

SingleStore MCP Server

utils.py609 B
"""Utility functions for regions operations.""" from typing import List, Dict, Any from src.api.common import build_request def fetch_shared_tier_regions() -> List[Dict[str, Any]]: """ Fetch shared tier regions data from the API. Returns: List of region dictionaries containing region information Raises: Exception: If the API request fails or returns an error """ try: regions_data = build_request("GET", "regions/sharedtier") return regions_data except Exception as e: raise Exception(f"Failed to list shared tier regions: {str(e)}")

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/singlestore-labs/mcp-server-singlestore'

If you have feedback or need assistance with the MCP directory API, please join our Discord server