streamable-httpupdated 1mo ago
Query a counterparty's MEASURED judgment quality before delegating.
What can you do with calibration routing?
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.
Install
Add calibration routing to your client. Pick the one you use.
claude mcp add --transport http calibration-routing https://nowpattern.com/calibration-routing/routecodex mcp add calibration-routing --url https://nowpattern.com/calibration-routing/route{
"mcpServers": {
"calibration-routing": {
"url": "https://nowpattern.com/calibration-routing/route"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"calibration-routing": {
"type": "http",
"url": "https://nowpattern.com/calibration-routing/route"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"calibration-routing": {
"url": "https://nowpattern.com/calibration-routing/route"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"calibration-routing": {
"serverUrl": "https://nowpattern.com/calibration-routing/route"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
38 / 100
Incomplete
- Documentation4/25
- Maintenance16/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 37 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 26, 2026 |