Install
openclaw skills install baselight-mcpConnects 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.
openclaw skills install baselight-mcpUse 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
Connect using OAuth or API key depending on client.
Tables use:
@username.dataset.table
Example:
SELECT * FROM @user.soccer.matches LIMIT 10;
Connection fails: - Verify MCP URL - Reauthenticate or regenerate key
Unauthorized: - Invalid key or expired OAuth
Slow query: - Reduce scope - Add LIMIT
Docs: https://baselight.ai/docs/connecting-to-the-baselight-mcp-server/