INTEGRATION QUICKSTART

Add one cheap question before expensive revalidation.

Keep your existing source-validation policy. CHECK first. Reuse only when your policy permits it. If you validate independently anyway, OBSERVE the result for the next agent.

Registryio.github.ovladon/seenrelayNo account · no API key · currently free
THE PATTERN

Do not replace your safety policy.

A safe first deployment is shadow mode: call CHECK before existing validations, record what it would have changed, but skip nothing. Promote only after measured results justify bounded reuse.

goalCHECKreuse or validateOBSERVE
MCP remote
https://www.seenrelay.com/mcp

Registry identifier:
io.github.ovladon/seenrelay

Operations:
check_fact   ✓
observe_fact ✓
COLD START

Useful before broad network coverage exists.

1. Empty network: CHECK returns UNKNOWN and the existing validation continues.

2. First observation: after normal source validation, the caller sends OBSERVE.

3. Later callers: subsequent agents can see the recent observation before repeating the same validation.

4. Broader coverage: external observations add more reusable freshness without changing the integration.

Shadow firstCall CHECK while initially keeping every existing validation.
Measure directlyRecord status distribution, latency and downstream operations actually skipped.
Conservative outcomesUNKNOWN, STALE and CONTESTED mean continue with the validation you already planned.
Caller policySAME_OBSERVED and CHANGED_OBSERVED are evidence; your application decides what they permit.
IMPLEMENT

Copy the complete examples and fact-identity rules.