← Back to Settings

MCP API Documentation

Integrate Leadership Under Uncertainty forecasting and intelligence into your AI agents

Getting Started

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.

Authentication

All API requests require an API key passed in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Generate API keys from the Settings page.

Base URL

https://leadershipunderuncertainty.org/api/mcp

Rate Limits

EndpointModeRate LimitEst. Cost
Forecastfast100/min$0.001
Forecastsuperforecast30/min$0.01
Forecastadw-delphi5/min$0.30
Briefquick/standard/deep50/30/10 /min$0.002-0.03
Predictionslist/create/update60/20/30 /minFree

Response Format

All responses are JSON with the following structure:

{
  "success": true,
  "traceId": "mcp-forecast-abc123",
  // ... endpoint-specific data
}

Error Responses

{
  "error": "Error type",
  "message": "Human-readable error message",
  "traceId": "mcp-forecast-abc123"
}