OS

Landseed OS · Agent substrate

The substrate for everything Landseed.

Three named agents — Verifier, Methodologist, Captain — running on a Forgejo-scoped MCP gateway. Brand canon, methodology, calculator, registry, and motion grammar in one place. Attach from any Claude surface. Output is production grade by construction.

tools
resources
61 passing tests
EC-M-1.1 methodology version

The fleet

Voice. Theory. Evidence.

Each agent maps to a pillar of the assay-office thesis. They share a single substrate (brand canon, methodology spec, calculator, registry) so the engineering compounds.

Evidence

Verifier
Active

Walks any assessment in the public registry — indicator by indicator, with provenance. Runs live assessments. Quotes scoring code on demand. The "show me your receipts" agent.

  • Per-dimension scoring across all six SEEA EA dimensions
  • Threat-multiplier walk from the calculator source
  • Lower-90 CI minting explanation
  • Counterfactual sensitivity analysis
Tools · calculator_assess · calculator_get_assessment · calculator_list_registry · forge_read_file

Theory

Methodologist
Active

Answers any question about EC-M-1.1 at any rigor. Defends specific choices. Switches register for scientist, regulator, journalist, CFO, or adversarial critic.

  • 1,758-line spec on tap, cites by §
  • Five-vulnerability defense map
  • Comparison vs. Verra, Sylvera, Pachama, Isometric
  • Live calculator execution for examples
Tools · forge_read_file · forge_search · calculator_assess · landseed_fetch

Voice

Captain
Bridge-ready

Read-only bridge to the production publishing agent on Fly.io. 24 data adapters, 17-persona council deliberation, citation-first science publishing to X / LinkedIn / Bluesky.

  • Pipeline state, pending posts
  • Citation chain per published claim
  • Analytics overview, topic health
  • Synthesis timeline, council traces
Tools · captain_health · captain_state · captain_list_posts · captain_post_provenance (+ 4)

Connect

Attach in under five minutes.

The gateway is one URL: landseed-os.aroessner1.workers.dev/<SECRET>/mcp. Get the secret from ~/.claude/CREDENTIALS-MAP.md (operator Mac keychain entry landseed-os-gateway-secret). Pick your surface below.

How to attach

Add to ~/.claude.json under projects['/your/project'].mcpServers:

"landseed-os": {
  "type": "http",
  "url": "https://landseed-os.aroessner1.workers.dev/<GATEWAY_SECRET>/mcp"
}

Restart Claude Code. /mcp will list landseed-os.

Settings → Custom Connectors → Add

https://landseed-os.aroessner1.workers.dev/<GATEWAY_SECRET>/mcp

Name: Landseed OS. Transport: HTTP. Enable per-conversation.

Cowork inherits Claude.ai's connector configuration. Add the connector once at Claude.ai (see tab above), Cowork picks it up automatically.

Use the official @modelcontextprotocol/sdk HTTP transport:

import { Client } from "@modelcontextprotocol/sdk/client/index.js";
import { StreamableHTTPClientTransport } from "@modelcontextprotocol/sdk/client/streamableHttp.js";

const url = new URL("https://landseed-os.aroessner1.workers.dev/<SECRET>/mcp");
const transport = new StreamableHTTPClientTransport(url);
const client = new Client({ name: "my-app", version: "1.0" }, { capabilities: {} });
await client.connect(transport);

Receipts

The public registry, live.

Every Earth Credit assessment recorded in the public ledger. Pulled live from calc-api.landseed.earth. This is what the Verifier walks when asked to show provenance.

Latest assessments

Loading…
Assessment ID Coordinates ECI Indicators Recorded
Fetching from calc-api.landseed.earth…