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
44.0%
25 probes
Response
484ms
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.…

Similar MCP servers embedding-nearest

Baselight
Query 70,000+ public datasets across finance, demographics, sports, and more via natural language.
0 tools
Srclight
Deep code indexing for AI agents. SQLite FTS5 + tree-sitter + embeddings + MCP.
0 tools
DataForB2B
B2B data API for AI agents with search and enrichment of 800M+ people and company profiles.
0 tools
DataForB2B
Search and enrich B2B people & companies — 70+ filters, live enrichment, emails, lookalike.
0 tools · streamable-http
CloudQuery
Query cloud asset inventory data across AWS, Azure, GCP, and 70+ sources
0 tools
Forage Shopping
AI shopping comparison — search 50M+ products, compare prices, find deals
0 tools · streamable-http

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"
    }
  }
}