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

Academic Research Kernel

PYPI · ACADEMIC-RESEARCH-KERNEL · SCANNED SEP 21

Deterministic research state, evidence validation and statistical recomputation.

66 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 20 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability73
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1025 tokens (~85/item across 12 items; 12 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage98
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 95% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "decision_ledger_validate" implies "execute" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the Academic Research Kernel MCP server?

Academic Research Kernel runs locally as a PyPI package, launched with uvx academic-research-kernel. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · academic-research-kernel

# add to Claude Code
claude mcp add xngg1021-academic-research-kernel -- uvx academic-research-kernel
// .cursor/mcp.json
{
  "mcpServers": {
    "xngg1021-academic-research-kernel": {
      "command": "uvx",
      "args": [
        "academic-research-kernel"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "xngg1021-academic-research-kernel": {
      "command": "uvx",
      "args": [
        "academic-research-kernel"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add xngg1021-academic-research-kernel -- uvx academic-research-kernel
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "xngg1021-academic-research-kernel": {
      "type": "local",
      "command": [
        "uvx",
        "academic-research-kernel"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add xngg1021-academic-research-kernel --command uvx --arg academic-research-kernel
# ~/.hermes/config.yaml
mcp_servers:
  xngg1021-academic-research-kernel:
    command: "uvx"
    args: ["academic-research-kernel"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "xngg1021-academic-research-kernel": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "academic-research-kernel"
      ]
    }
  }
}
# add to Vellum
assistant mcp add xngg1021-academic-research-kernel -t stdio -c uvx -a academic-research-kernel
// mcp.json
{
  "mcpServers": {
    "xngg1021-academic-research-kernel": {
      "command": "uvx",
      "args": [
        "academic-research-kernel"
      ]
    }
  }
}
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.

  • 21 Sept 26 66

    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 21 Sept 2026 · Analysed pypi/academic-research-kernel@2.0.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 20 packages
Packages resolved 20
Stale 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 12 exposed · ~1,025 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
academic_check_percentage ~71

Check if a reported percentage and count can mathematically arise from a sample size.

NameTypeReqDescription
countintegeryesObserved count (numerator)
percentnumberyesReported percentage (e.g. 12.5)
sample_sizeintegerOptional total sample size (denominator)

No output schema declared.

No examples provided.

academic_recompute_statistics ~151

Recompute statistical claims (effect sizes, p-values, t-tests, CIs, OR/RR) to detect rounding errors or impossible figures.

NameTypeReqDescription
dfnumberDegrees of freedom (integer or Welch fractional)
mean1numberGroup 1 mean
mean2numberGroup 2 mean
n1integerGroup 1 size
n2integerGroup 2 size
p_valuenumberReported p-value
sd1numberGroup 1 SD
sd2numberGroup 2 SD
t_statnumberReported t-statistic

No output schema declared.

No examples provided.

academic_scfabric_hardware_probe ~34

Probe local hardware accelerators (CUDA, ROCm, MPS, XPU) and execution environments.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

claim_evidence_trace ~94

Trace all supporting and refuting evidence anchors and attached receipts for a given claim.

NameTypeReqDescription
claim_idstringyesTarget claim identifier to trace.
content_payloadsobjectAuthorized base64 content by lineage entity ID; maximum total 10 MiB.
graphobjectyesClaimEvidenceGraph export dictionary.
receiptsobjectPhysical receipt registry keyed by receipt ID or payload SHA-256.

No output schema declared.

No examples provided.

claim_evidence_validate ~84

Validate the structural integrity, cycles, and cryptographic receipt bindings of a ClaimEvidenceGraph snapshot.

NameTypeReqDescription
content_payloadsobjectAuthorized base64 content by lineage entity ID; maximum total 10 MiB.
graphobjectyesClaimEvidenceGraph export dictionary.
receiptsobjectPhysical receipt registry keyed by receipt ID or payload SHA-256.

No output schema declared.

No examples provided.

decision_ledger_validate ~77

Execute complete four-gate verification over a Decision Ledger export dictionary.

NameTypeReqDescription
content_payloadsobjectAuthorized base64 content by lineage entity ID; maximum total 10 MiB.
ledgerobjectyesDecisionLedger export dictionary.
receiptsobjectPhysical receipt registry keyed by receipt ID or payload SHA-256.

No output schema declared.

No examples provided.

decision_trace ~93

Trace causal ancestry, basis dependencies, outcome corrections, and lifecycle state history for a decision.

NameTypeReqDescription
content_payloadsobjectAuthorized base64 content by lineage entity ID; maximum total 10 MiB.
decision_idstringyesThe decision identifier to trace.
ledgerobjectyesDecisionLedger export dictionary.
receiptsobjectPhysical receipt registry keyed by receipt ID or payload SHA-256.

No output schema declared.

No examples provided.

research_artifact_ingest ~140

Deterministically ingest a scholarly artifact envelope into kernel state (ResearchObjects, CEG, and Ledger).

NameTypeReqDescription
bindingsobjectOptional explicit bindings (e.g. {'decision_id': '...', 'claim_id': '...'}).
content_payloadsobjectAuthorized base64 content by lineage entity ID; maximum total 10 MiB.
dry_runbooleanIf true, simulates ingestion and returns plan without committing state.
envelopeobjectyesThe ResearchArtifactEnvelope to ingest.
stateobjectOptional initial kernel state snapshot (containing 'ceg', 'ledger', 'objects').

No output schema declared.

No examples provided.

research_artifact_validate ~104

Validate a ResearchArtifactEnvelope against its schema and verify its cryptographic payload SHA-256 without side effects.

NameTypeReqDescription
bindingsobject
content_payloadsobjectAuthorized base64 content by lineage entity ID; maximum total 10 MiB.
envelopeobjectyesThe ResearchArtifactEnvelope dictionary to validate.
receiptsobjectOptional physical receipt registry required to replay receipt-backed CEG or Ledger snapshots.
stateobject

No output schema declared.

No examples provided.

research_lineage_trace ~56

Trace backward provenance ancestry for a specified entity within a LineageGraph snapshot.

NameTypeReqDescription
lineage_graphobjectyesExported LineageGraph dictionary.
target_entity_idstringyesThe entity ID to trace upstream lineage from.

No output schema declared.

No examples provided.

research_object_resolve ~42

Resolve and aggregate candidate bibliographic/identity records into discrete five-state equivalence judgments.

NameTypeReqDescription
recordsarrayyesList of candidate metadata records sharing possible identifiers.

No output schema declared.

No examples provided.

research_receipt_verify ~79

Verify an AcademicEvidenceReceipt or LineageReceipt against a strongly typed ReceiptRef.

NameTypeReqDescription
content_payloadsobjectAuthorized base64 content by lineage entity ID; maximum total 10 MiB.
receipt_payloadobjectyesThe full physical receipt payload dictionary to verify.
receipt_refobjectyesThe ReceiptRef reference dictionary.

No output schema declared.

No examples provided.

Common questions

What is the Academic Research Kernel MCP server?

Academic Research Kernel is an MCP server listed in the public MCP registry as io.github.xngg1021/academic-research-kernel. Deterministic research state, evidence validation and statistical recomputation. This page covers its PyPI package (academic-research-kernel).

Is the Academic Research Kernel MCP server safe to use?

Academic Research Kernel scores 66 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Academic Research Kernel MCP server expose?

Academic Research Kernel exposes 12 tools: research_artifact_validate, research_artifact_ingest, research_receipt_verify, research_object_resolve, research_lineage_trace, and 7 more. Their descriptions and schemas cost roughly 1,025 tokens of context every time the server is loaded.

Is the Academic Research Kernel MCP server still maintained?

Academic Research Kernel is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.