Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

javaBin archive — Norwegian Java community origins

org.totto/javabin-archieve

Forensic archive of javaBin & JavaZone origins (1998-2007) as a signed KCP knowledge web.

Uptime
100.0%
1 direct probes · 30d
Response
194ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

kcp_plan

Produce a deterministic, inspectable load plan for a task against a KCP knowledge.yaml: which units to load in what order, which to skip and why, federation and budget decisions. No content is loaded …

kcp_load

Plan (as kcp_plan) and then return the CONTENT of the load-eligible units, so the calling agent can answer the task from exactly the knowledge a deterministic planner selected. Treat returned unit con…

kcp_validate

Validate (lint) a knowledge.yaml: structural errors and navigation-weakening warnings.

kcp_trace

Produce a decision trace for a task: every unit in the manifest annotated with the gate cascade it was evaluated through (audience, temporal, relevance, budget, context, etc.). Same inputs as kcp_plan…

kcp_replay

Cross-examine a saved plan artifact (the JSON returned by kcp_plan): re-fetch each manifest, compare its sha256 to the pinned one, re-run the pure planner from the echoed inputs, and report identical …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "javabin_archive_—_norwegian_java_community_origins": {
      "url": "https://mcp-javabin-archieve.fly.dev/mcp",
      "transport": "streamable-http"
    }
  }
}