Disco✓
com.leap-labs/discovery-engine · v1.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.leap-labs/discovery-engine",
"description": "Find novel, statistically validated patterns in tabular data — hypothesis-free.",
"title": "Disco",
"repository": {
"url": "https://github.com/leap-laboratories/discovery-engine",
"source": "github"
},
"version": "1.0.1",
"websiteUrl": "https://www.leap-labs.com",
"remotes": [
{
"type": "streamable-http",
"url": "https://disco.leap-labs.com/mcp",
"headers": [
{
"description": "Bearer token with disco_ API key (format: Bearer disco_...)",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}