ai.baselight/baselight✓
ai.baselight/baselight · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.baselight/baselight",
"description": "Query Baselight's public catalog of 70,000+ datasets — finance, demographics, sports, and more.",
"version": "1.0.0",
"websiteUrl": "https://baselight.ai",
"remotes": [
{
"type": "streamable-http",
"url": "https://api.baselight.app/mcp",
"headers": [
{
"description": "Baselight API key. Generate one at https://baselight.app under account settings.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "x-api-key"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}