Back to the catalog

io.github.nao1234g/calibration-routing

Route tasks by measured judgment quality: third-party-verified, Brier-based calibration records.

Open source Repository Open in the app JSON README (API)

About

Route tasks by measured judgment quality: third-party-verified, Brier-based calibration records.

Details

Kind
MCP servers
Topic
Government & public data
Publisher
nao1234g
Origin
official
Category
ferramentas
Transport
http
Version
1.0.0
Last push
2026-07-26T00:37:27Z
Repository state
ativo
Language
Python
License
NOASSERTION
Added
2026-08-29 04:00:52
Updated
2026-08-29 04:00:52
Origin id
io.github.nao1234g/calibration-routing

README

# nowpattern-calibration-routing (MCP)

Query a counterparty's MEASURED judgment quality before delegating.

Third-party-resolved, OTS-sealed calibration records. Read-only. Money OFF.
Default-deny on unverified candidates. The operator's own losses are
published (notary honesty doctrine).

## Endpoints

- Descriptor: https://nowpattern.com/.well-known/calibration-routing.json
- Route (POST JSON): https://nowpattern.com/calibration-routing/route
- Discovery index: https://nowpattern.com/.well-known/mcp.json

## Zero-trust verification (3 lines, no account, offline)

    curl -O https://nowpattern.com/.well-known/rjp/genuine_only_v1.json
    curl -O https://nowpattern.com/.well-known/rjp/rjp_verify.py
    python rjp_verify.py genuine_only_v1.json

Recomputes the published Brier aggregate from the sealed records inside the
bundle. Honesty context included: genuine-only segment n=173, mean Brier
0.3096 vs 0.2117 base rate, 74.93% provenance contamination quarantined and
disclosed, Hosmer-Lemeshow / Murphy-decomposition audit attached.

## License

Data: CC BY 4.0 with attribution to nowpattern.com. Verifier: MIT.

More