Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

ai.baselight/baselight

ai.baselight/baselight

Query Baselight's public catalog of 70,000+ datasets — finance, demographics, sports, and more.

Uptime
16.7%
156 probes
Response
492ms
last probe
Tools
9
callable

Tools · 9

baselight_ping

Simple ping test to verify MCP server is responding

baselight_search_catalog

Search the catalog for datasets using a text query and filters. Datasets in Baselight have the following format: @username.dataset. Datasets can be public or private — you can search and use all publi…

baselight_search_tables

Search for tables using a text query and filters. Tables in Baselight have the following format: @username.dataset.table. Tables are grouped into datasets which can be public or private — you can sear…

baselight_get_dataset_metadata

Retrieve detailed schema and metadata for a specific dataset using Baselight format @username.dataset. Use this after discovering datasets to understand their structure before querying. Tables within …

baselight_get_dataset_tables

Retrieve a paginated list of tables from a specific dataset using Baselight format @username.dataset. Use this tool to browse datasets with many tables or to search for specific tables within a datase…

baselight_get_table_metadata

Retrieve detailed schema and metadata for a specific table using Baselight format @username.dataset.table. Use this to understand table structure, column types, and constraints before writing SQL quer…

baselight_get_user

Retrieve detailed information about a Baselight user including their profile bio, website, and public datasets. Use this to understand who owns datasets you're interested in.

baselight_sdk_query_execute

Execute a SQL query on Baselight and wait for results (up to 1 minute). The query executes and returns the first 100 rows upon completion, or info about a pending query that needs more time. Use DuckD…

baselight_sdk_get_results

Retrieve results from a previously executed SDK job using the resultId from `sdk-query-execute`. If the query is complete, returns results immediately. If still pending, polls for up to 1 more minute.…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai.baselight/baselight": {
      "url": "https://api.baselight.app/mcp",
      "transport": "streamable-http"
    }
  }
}