ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

baselight-mcp

Connects to the Baselight MCP (Model Context Protocol) server to discover and query 50+ premium dataset sources including Kaggle, OWID, World Bank, Data Commons, Eurostat, FiveThirtyEight, DefiLlama, EVM blockchains, Polymarket, NFLverse, Yahoo Finance, FRED, IMF, SEC filings, OECD, US Census, CDC, FBI Crime, CIA World Factbook, sports (soccer, basketball, fantasy football), weather (Open-Meteo), crypto (XrpScan, XRPL, CoinDesk), and education/health statistics. Run live SQL queries against structured data from AI tools.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/pjsousa79/baselight-mcp
Or

Baselight MCP

Use Baselight via MCP to browse, discover, and query Baselight datasets directly from your AI tool or IDE.

MCP Server URL: https://api.baselight.app/mcp

When to Use This Skill

  • User wants datasets for a topic
  • User wants structured tables
  • User wants SQL analysis
  • User wants verifiable results

Quick Start

Connect using OAuth or API key depending on client.

OAuth Clients

  • ChatGPT connectors
  • Claude Web/Desktop

API Key Clients

  • VS Code
  • Gemini CLI
  • LibreChat

Workflow

  1. Understand question
  2. Discover datasets
  3. Inspect schema
  4. Query data
  5. Return results + SQL

Query Format

Tables use:

@username.dataset.table

Example:

SELECT * FROM @user.soccer.matches LIMIT 10;


Best Practices

  • Discover first
  • Inspect schema
  • Query iteratively
  • Include SQL
  • Explain assumptions

Limitations

  • Requires Baselight account or API key
  • Query limits may apply
  • Dataset freshness varies

Troubleshooting

Connection fails: - Verify MCP URL - Reauthenticate or regenerate key

Unauthorized: - Invalid key or expired OAuth

Slow query: - Reduce scope - Add LIMIT


Support

Docs: https://baselight.ai/docs/connecting-to-the-baselight-mcp-server/

App: https://baselight.app

Metadata

Author@pjsousa79
Stars1217
Views0
Updated2026-02-20
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-pjsousa79-baselight-mcp": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.