LargeQuant API + MCP
The LQM operating system, programmable.
Build and run models, compose systems, benchmark reliability, connect operating data, verify outputs, guard actions and record outcomes through shared platform services.
Platform contracts
GET
/api/v1/modelsList available Large Quantitative Models and their schemasPOST
/api/v1/models/{model}/runsQueue an idempotent governed model executionGET
/api/v1/connector-definitionsList generic integration contracts and availability stateGET / POST
/api/v1/connectionsInspect or configure tenant-scoped connectionsGET / POST
/api/v1/workflowsList or create versioned quantitative workflowsPOST
/api/v1/workflows/{uuid}/runsQueue an idempotent workflow run and step ledgerStable assurance contracts
POST
/api/v1/verifyVerify analysis text or a multipart quantitative documentPOST
/api/v1/verify/calculationRecompute one material quantitative claimPOST
/api/v1/verify/documentExtract, classify and reconcile document claimsPOST
/api/v1/benchmarks/runsIssue a signed quantitative reliability profilePOST
/api/v1/guard/checkReturn ALLOW, BLOCK, CHALLENGE, REQUIRE EVIDENCE, REQUIRE HUMAN, RECOMPUTE or DEFERPOST
/api/v1/outcomesAttach an observed forecast outcome and update skillGET
/api/v1/proofs/{uuid}Retrieve a signed verification and integrity stateGET
/api/v1/webhooksList registered assurance event endpointsPOST
/api/v1/webhooksRegister an HMAC-signed event endpoint; the secret is returned oncePOST
/api/v1/webhooks/{uuid}/testQueue a signed test deliveryQuantitative tools
POST
/api/v1/verify/numberReconcile a material number with sourced valuesPOST
/api/v1/verify/financial-analysisVerify pasted analysis or multipart source documentsPOST
/api/v1/verify/financial-analysis/structuredVerify structured quantitative claimsPOST
/api/v1/verify/uncertaintyCalculate confidence intervals and signed evidencePOST
/api/v1/verify/scenarioApply traceable absolute or percentage changesPOST
/api/v1/verify/evidence-packetsBind arbitrary quantitative input and results to Ed25519 evidenceVerified forecasting
POST
/api/v1/verify/forecastsGenerate a 13-week base, upside and downside cash forecastGET
/api/v1/verify/forecasts/{uuid}Retrieve scenarios, risk flags, drivers and observed model skillPOST
/api/v1/verify/forecasts/{uuid}/benchmarkCompare selected and challenger modelsPOST
/api/v1/verify/forecasts/{uuid}/outcomesRecord actuals and recompute accuracy, bias and calibrationAgent assurance
POST
/api/v1/verify/agent-policiesCreate reusable confidence, evidence, value and liquidity policyPOST
/api/v1/verify/agent-decisionsRun the backward-compatible agent decision contractPOST
/api/v1/verify/mcpMCP JSON-RPC endpoint exposing assurance and quantitative tools# Verify a number
curl -X POST https://largequant.com/api/v1/verify/number \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"claimed_value":1245000,"source_values":[1245000,1244999.99],"currency":"ZAR"}'
# Discover MCP tools
curl -X POST https://largequant.com/api/v1/verify/mcp \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Signed event delivery
Register verification.completed, forecast.completed, benchmark.completed, guard.checked or outcome.recorded. Verify X-LargeQuant-Signature as HMAC-SHA256 of X-LargeQuant-Timestamp + "." + raw_request_body. Reject stale timestamps before processing the event.
Existing public discovery
GET
/api/public/v1/lqm/modelsList public built-in LQMsGET
/api/public/v1/lqm/models/{key}/{version}Get one model contractGET
/api/public/v1/lqm/benchmarksBenchmark definitions and opt-in public resultsExisting governed runtime
POST
/api/v1/lqm/executeAuthenticated LQM executionGET
/api/v1/lqm/evidence/{uuid}Retrieve execution evidencePOST
/api/v1/lqm/evidence/{uuid}/verifyVerify LQEP evidence