Renewals forecasting — which contracts will be re-tendered

An agent hunting pipeline wants contracts and frameworks likely to be re-tendered in a window, with per-signal evidence.

Tools

GET /v1/renewals?window_months=12 ($0.25/call) or POST /v1/research ($0.50/call) for a full brief. MCP: get_renewals, research.

Example response (labeled sample)

# GET /v1/renewals?window_months=12&cpv=72  ($0.25 USDC)
→ {"data": {"signals": [{"id": 1, "signal_type": "duration_expiry", "cpv": "72000000",
   "buyer": {"name": "Consorci Hospital Clínic de Barcelona"},
   "window_start": "2022-09-18", "window_end": "2023-03-17", "confidence": "low",
   "basis": {"signal_type": "duration_expiry", "tender_ref": "..."}}],
   "meta": {"paid": true, "price_usd": "0.25",
   "methodology": "Deterministic heuristic — NOT calibrated probabilities."}}

Honesty note

Signals are a deterministic heuristic over historical awards and dates with confidence low|medium|high — never a probability estimate. Every signal exposes its full evidence in basis, and the envelope carries meta.provenance.

all use cases