Integrate Leadership Under Uncertainty forecasting and intelligence into your AI agents
The Leadership Under Uncertainty MCP API provides AI agents with access to professional forecasting and intelligence capabilities. Use it to make better predictions, generate intelligence briefs, and track prediction accuracy.
All API requests require an API key passed in the Authorization header:
Authorization: Bearer YOUR_API_KEYGenerate API keys from the Settings page.
https://leadershipunderuncertainty.org/api/mcp| Endpoint | Mode | Rate Limit | Est. Cost |
|---|---|---|---|
| Forecast | fast | 100/min | $0.001 |
| Forecast | superforecast | 30/min | $0.01 |
| Forecast | adw-delphi | 5/min | $0.30 |
| Brief | quick/standard/deep | 50/30/10 /min | $0.002-0.03 |
| Predictions | list/create/update | 60/20/30 /min | Free |
All responses are JSON with the following structure:
{
"success": true,
"traceId": "mcp-forecast-abc123",
// ... endpoint-specific data
}{
"error": "Error type",
"message": "Human-readable error message",
"traceId": "mcp-forecast-abc123"
}