# calibration-routing [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/nao1234g/nowpattern-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/calibration-routing

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

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "calibration-routing": {
    "url": "https://nowpattern.com/.well-known/calibration-routing.json"
  }
}
```

## Documentation & 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.

