ENDPOINT 1
https://api.baselight.app/mcp
Known tools 9
baselight_pingSimple ping test to verify MCP server is responding
baselight_search_catalogSearch the catalog for datasets using a text query and filters.
baselight_search_tablesSearch for tables using a text query and filters.
baselight_get_dataset_metadataRetrieve detailed schema and metadata for a specific dataset using Baselight format @username.dataset.
baselight_get_dataset_tablesRetrieve a paginated list of tables from a specific dataset using Baselight format @username.dataset.
baselight_get_table_metadataRetrieve detailed schema and metadata for a specific table using Baselight format @username.dataset.table.
baselight_get_userRetrieve detailed information about a Baselight user including their profile bio, website, and public datasets.
baselight_sdk_query_executeExecute a SQL query on Baselight and wait for results (up to 1 minute).
baselight_sdk_get_resultsRetrieve results from a previously executed SDK job using the resultId from `sdk-query-execute`.