+ c0mpute.com speaks{" "}
+ WebMCP — a
+ browser AI agent visiting the site can call its tools directly instead
+ of scraping the page. Tools register on{" "}
+ document.modelContext and are a no-op in browsers that
+ don't implement the (draft) spec.
+
Tools exposed on every page:
+c0mpute_list_plugins — the plugin catalogue with install
+ commands (also at /api/plugins)
+ c0mpute_network_status — live workers, jobs in flight,
+ 24h throughput, latency (also at /api/status)
+ c0mpute_latest_release — CLI release manifest &
+ per-platform artifacts
+ c0mpute_install_command — install command for the CLI or
+ a plugin by id
+ Any WebMCP-capable client can enumerate them:
+
+{`// in a page context on c0mpute.com
+const tools = await document.modelContext.getTools();
+const status = await document.modelContext.callTool("c0mpute_network_status", {});`}
+
+ Architecture decisions live in the{" "}