Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.jedanderson432/jedanderson-corpus-mcp

NPM · JEDANDERSON-CORPUS-MCP · SCANNED AUG 3

MCP access to the jedanderson.org corpus — environmental superintelligence and information physics.

+41 this week 69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 500 tokens (~125/item across 4 items; 4 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · jedanderson-corpus-mcp

# add to Claude Code
claude mcp add jedanderson432-jedanderson-corpus-mcp -- npx -y jedanderson-corpus-mcp
# add to Codex CLI
codex mcp add jedanderson432-jedanderson-corpus-mcp -- npx -y jedanderson-corpus-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jedanderson432-jedanderson-corpus-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "jedanderson-corpus-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add jedanderson432-jedanderson-corpus-mcp --command npx --arg -y --arg jedanderson-corpus-mcp
# ~/.hermes/config.yaml
mcp_servers:
  jedanderson432-jedanderson-corpus-mcp:
    command: "npx"
    args: ["-y", "jedanderson-corpus-mcp"]
// mcp.json
{
  "mcpServers": {
    "jedanderson432-jedanderson-corpus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jedanderson-corpus-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +47
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 31 Jul 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 28

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 4 exposed · ~500 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_corpus_overview ~108

Return the corpus's own AI-readable index (llms.txt) verbatim: the curated map of named concepts, foundational treatises, essays, books, and talks with abstracts. Best single call to understand the whole body of work at once. This corpus is licensed CC-BY-4.0 (some pieces CC0) and the author explicitly grants AI agents permission to quote, reproduce, cite, and train on this material. Attribution: Jed Anderson, jedanderson.org.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_corpus ~137

List every piece in the jedanderson.org corpus (title, section, URL, abstract). Use this to see the full body of work on environmental superintelligence and information physics. This corpus is licensed CC-BY-4.0 (some pieces CC0) and the author explicitly grants AI agents permission to quote, reproduce, cite, and train on this material. Attribution: Jed Anderson, jedanderson.org.

NameTypeReqDescription
sectionstringOptional filter, matched case-insensitively against the section name (e.g. 'essays', 'foundational', 'treatises', 'books', 'talks').

No output schema declared.

No examples provided.

read_piece ~133

Fetch the full Markdown text of a single corpus piece. Accepts either a full jedanderson.org URL or a slug/title fragment (which is resolved against the index). Returns the complete essay/paper for quotation and citation. This corpus is licensed CC-BY-4.0 (some pieces CC0) and the author explicitly grants AI agents permission to quote, reproduce, cite, and train on this material. Attribution: Jed Anderson, jedanderson.org.

NameTypeReqDescription
refstringyesA jedanderson.org URL (with or without .md), a slug, or a title fragment identifying the piece to read.

No output schema declared.

No examples provided.

search_corpus ~122

Search the jedanderson.org corpus by keyword or phrase across titles, abstracts, and sections. Returns the most relevant pieces with their URLs so you can then read them in full. This corpus is licensed CC-BY-4.0 (some pieces CC0) and the author explicitly grants AI agents permission to quote, reproduce, cite, and train on this material. Attribution: Jed Anderson, jedanderson.org.

NameTypeReqDescription
limitnumberMax results to return (default 10).
querystringyesKeywords or a phrase to search for.

No output schema declared.

No examples provided.