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.

prismAId MCP

OCI · GHCR.IO/OPEN-AND-SUSTAINABLE/PRISMAID-MCP:0.16.0 · SCANNED AUG 3

MCP server for prismAId AI-assisted systematic reviews and protocol conformance checking.

0 this week 37 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 Security0
  • Malware scan not yet available for this package.Unverified
  • CVE data not yet available for this package.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency-health data not yet available.Unverified
Provenance & Transparency32
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1159 tokens (~72/item across 16 items; 16 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 Coverage77
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 21% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 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

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.

oci · ghcr.io/open-and-sustainable/prismaid-mcp:0.16.0

# add to Claude Code
claude mcp add open-and-sustainable-prismaid-mcp -- docker run --rm -i ghcr.io/open-and-sustainable/prismaid-mcp:0.16.0
# add to Codex CLI
codex mcp add open-and-sustainable-prismaid-mcp -- docker run --rm -i ghcr.io/open-and-sustainable/prismaid-mcp:0.16.0
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "open-and-sustainable-prismaid-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/open-and-sustainable/prismaid-mcp:0.16.0"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  open-and-sustainable-prismaid-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/open-and-sustainable/prismaid-mcp:0.16.0"]
// mcp.json
{
  "mcpServers": {
    "open-and-sustainable-prismaid-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/open-and-sustainable/prismaid-mcp:0.16.0"
      ]
    }
  }
}
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 +4
    • Stability: unverified → 0.23 functional
  • 31 Jul 26 −4
    • 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 +29
    • Tool coverage: unverified → 100 functional
    • First check of Tool coverage: 21 functional
    • First check of Schema quality: pass functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: good functional
    • First check of Schema quality: fail functional
  • 26 Jul 26 8

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
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 oci/ghcr.io/open-and-sustainable/prismaid-mcp:0.16.0

Provenance none

Ecosystem: oci · Outcome: none

Reason: no_attestation

MCP tools — 16 exposed · ~1,159 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
prismaid_check_conformance ~65

Check a RevAIse review record against a reporting protocol's SHACL shapes (e.g. prisma-2020). Offline; the verdict comes from the shapes, not the model.

NameTypeReqDescription
protocolstringyesrequired
record_jsonstringyesrequired
NameTypeReqDescription
errornull|object
reportnull|object

No examples provided.

prismaid_convert ~51

Convert files (pdf, docx, html) in a directory to plain text.

NameTypeReqDescription
formatsstringyesrequired
input_dirstringyesrequired
tika_serverstring
NameTypeReqDescription
errornull|object
resultnull|object

No examples provided.

prismaid_download_url_list ~32

Download files from a text file of URLs, one per line.

NameTypeReqDescription
pathstringyesrequired
NameTypeReqDescription
errornull|object
resultnull|object

No examples provided.

prismaid_download_zotero ~34

Download attachments from a Zotero collection using a TOML configuration.

NameTypeReqDescription
tomlstringyesrequired
NameTypeReqDescription
errornull|object
resultnull|object

No examples provided.

prismaid_generate_revaise_record ~124

Seed a new RevAIse review record (JSON) with a valid review header and, optionally, empty stubs for the stages prismAId does not perform (registration, search, risk of bias, synthesis).

NameTypeReqDescription
authorsnull|array
countrystring
idstring
include_manual_stage_stubsboolean
languagestring
statusstring
titlestring
typestring
versionstring
NameTypeReqDescription
errornull|object
recordstring

No examples provided.

prismaid_generate_review_config ~180

Generate a well-formed review-tool TOML configuration from structured parameters.

NameTypeReqDescription
Authorstringyes
CotJustificationstringyes
Definitionsstringyes
Duplicationstringyes
Examplestringyes
ExpectedResultstringyes
Failsafestringyes
InputDirectorystringyes
LLMsnull|arrayyes
LogLevelstringyes
Namestringyes
OutputFormatstringyes
Personastringyes
ResultsFileNamestringyes
RevAIsenull|objectyes
ReviewItemsnull|arrayyes
Summarystringyes
Taskstringyes
Versionstringyes
NameTypeReqDescription
tomlstringyes

No examples provided.

prismaid_generate_screening_config ~159

Generate a well-formed screening-tool TOML configuration from structured parameters.

NameTypeReqDescription
ArticleTypeobjectyes
Authorstringyes
Deduplicationobjectyes
IdentifierColumnstringyes
InputFilestringyes
LLMnull|objectyes
Languageobjectyes
LogLevelstringyes
Namestringyes
OutputFilestringyes
OutputFormatstringyes
RevAIsenull|objectyes
TextColumnstringyes
TextColumnsnull|arrayyes
TopicRelevanceobjectyes
Versionstringyes
NameTypeReqDescription
tomlstringyes

No examples provided.

prismaid_generate_zotero_config ~69

Generate a well-formed Zotero-download TOML configuration from structured parameters.

NameTypeReqDescription
APIKeystringyes
Groupstringyes
OutputDirstringyes
RevAIsenull|objectyes
Userstringyes
NameTypeReqDescription
tomlstringyes

No examples provided.

prismaid_list_protocols ~23

List the protocol identifiers accepted by prismaid_check_conformance.

Input schema present but exposes no named parameters.

NameTypeReqDescription
errornull|object
protocolsnull|arrayyes

No examples provided.

prismaid_merge_record_stage ~64

Merge a stage into an existing RevAIse review record. The stage fills a matching stub (by stage_type and stage_label) or is appended. Returns the updated record.

NameTypeReqDescription
record_jsonstringyesrequired
stage_jsonstringyesrequired
NameTypeReqDescription
errornull|object
recordstring

No examples provided.

prismaid_protocol_guidance ~54

Return a protocol's full requirement checklist (grouped by record class) so a user can plan a conforming review before running anything. Advisory; does not constrain tool order.

NameTypeReqDescription
protocolstringyesrequired
NameTypeReqDescription
errornull|object
guidancenull|object

No examples provided.

prismaid_revaise_schema ~101

Describe the RevAIse data model from the released, verified artifacts (fetched live; never the LinkML source). With no type, lists the classes and enums; with a type, returns its required slots, properties, and enum values. Use 'raw' for the full JSON Schema or 'context' for the JSON-LD context.

NameTypeReqDescription
contextboolean
rawboolean
typestring
NameTypeReqDescription
descriptionnull|object
errornull|object
rawstring

No examples provided.

prismaid_review ~43

Run a systematic review from a TOML configuration. Reads and writes files and calls LLM APIs using keys from the environment.

NameTypeReqDescription
tomlstringyesrequired
NameTypeReqDescription
errornull|object
resultnull|object

No examples provided.

prismaid_screening ~44

Screen manuscripts from a TOML configuration. Reads and writes files; may call LLM APIs when AI-assisted filters are enabled.

NameTypeReqDescription
tomlstringyesrequired
NameTypeReqDescription
errornull|object
resultnull|object

No examples provided.

prismaid_validate_config ~52

Validate a prismAId configuration (review, screening, or zotero) without executing it. Offline and read-only.

NameTypeReqDescription
config_typestringyesrequired
tomlstringyesrequired
NameTypeReqDescription
errornull|object
validbooleanyes

No examples provided.

prismaid_validate_record ~64

Validate a RevAIse review record against the released data-model JSON Schema (fetched live). Checks structural validity — field names, types, required slots — distinct from prismaid_check_conformance, which checks a reporting protocol.

NameTypeReqDescription
record_jsonstringyesrequired
NameTypeReqDescription
errornull|object
errorsnull|array
validbooleanyes

No examples provided.