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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 17 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add open-and-sustainable-prismaid-mcp -- docker run --rm -i ghcr.io/open-and-sustainable/prismaid-mcp:0.16.0
codex mcp add open-and-sustainable-prismaid-mcp -- docker run --rm -i ghcr.io/open-and-sustainable/prismaid-mcp:0.16.0
{
"$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
}
}
} mcp_servers:
open-and-sustainable-prismaid-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/open-and-sustainable/prismaid-mcp:0.16.0"] {
"mcpServers": {
"open-and-sustainable-prismaid-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/open-and-sustainable/prismaid-mcp:0.16.0"
]
}
}
} 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
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
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| protocol | string | yes | required |
| record_json | string | yes | required |
| Name | Type | Req | Description |
|---|---|---|---|
| error | null|object | — | — |
| report | null|object | — | — |
No examples provided.
prismaid_convert ~51
Convert files (pdf, docx, html) in a directory to plain text.
| Name | Type | Req | Description |
|---|---|---|---|
| formats | string | yes | required |
| input_dir | string | yes | required |
| tika_server | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| error | null|object | — | — |
| result | null|object | — | — |
No examples provided.
prismaid_download_url_list ~32
Download files from a text file of URLs, one per line.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | required |
| Name | Type | Req | Description |
|---|---|---|---|
| error | null|object | — | — |
| result | null|object | — | — |
No examples provided.
prismaid_download_zotero ~34
Download attachments from a Zotero collection using a TOML configuration.
| Name | Type | Req | Description |
|---|---|---|---|
| toml | string | yes | required |
| Name | Type | Req | Description |
|---|---|---|---|
| error | null|object | — | — |
| result | null|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).
| Name | Type | Req | Description |
|---|---|---|---|
| authors | null|array | — | — |
| country | string | — | — |
| id | string | — | — |
| include_manual_stage_stubs | boolean | — | — |
| language | string | — | — |
| status | string | — | — |
| title | string | — | — |
| type | string | — | — |
| version | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| error | null|object | — | — |
| record | string | — | — |
No examples provided.
prismaid_generate_review_config ~180
Generate a well-formed review-tool TOML configuration from structured parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| Author | string | yes | — |
| CotJustification | string | yes | — |
| Definitions | string | yes | — |
| Duplication | string | yes | — |
| Example | string | yes | — |
| ExpectedResult | string | yes | — |
| Failsafe | string | yes | — |
| InputDirectory | string | yes | — |
| LLMs | null|array | yes | — |
| LogLevel | string | yes | — |
| Name | string | yes | — |
| OutputFormat | string | yes | — |
| Persona | string | yes | — |
| ResultsFileName | string | yes | — |
| RevAIse | null|object | yes | — |
| ReviewItems | null|array | yes | — |
| Summary | string | yes | — |
| Task | string | yes | — |
| Version | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| toml | string | yes | — |
No examples provided.
prismaid_generate_screening_config ~159
Generate a well-formed screening-tool TOML configuration from structured parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| ArticleType | object | yes | — |
| Author | string | yes | — |
| Deduplication | object | yes | — |
| IdentifierColumn | string | yes | — |
| InputFile | string | yes | — |
| LLM | null|object | yes | — |
| Language | object | yes | — |
| LogLevel | string | yes | — |
| Name | string | yes | — |
| OutputFile | string | yes | — |
| OutputFormat | string | yes | — |
| RevAIse | null|object | yes | — |
| TextColumn | string | yes | — |
| TextColumns | null|array | yes | — |
| TopicRelevance | object | yes | — |
| Version | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| toml | string | yes | — |
No examples provided.
prismaid_generate_zotero_config ~69
Generate a well-formed Zotero-download TOML configuration from structured parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| APIKey | string | yes | — |
| Group | string | yes | — |
| OutputDir | string | yes | — |
| RevAIse | null|object | yes | — |
| User | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| toml | string | yes | — |
No examples provided.
prismaid_list_protocols ~23
List the protocol identifiers accepted by prismaid_check_conformance.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| error | null|object | — | — |
| protocols | null|array | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| record_json | string | yes | required |
| stage_json | string | yes | required |
| Name | Type | Req | Description |
|---|---|---|---|
| error | null|object | — | — |
| record | string | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| protocol | string | yes | required |
| Name | Type | Req | Description |
|---|---|---|---|
| error | null|object | — | — |
| guidance | null|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.
| Name | Type | Req | Description |
|---|---|---|---|
| context | boolean | — | — |
| raw | boolean | — | — |
| type | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| description | null|object | — | — |
| error | null|object | — | — |
| raw | string | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| toml | string | yes | required |
| Name | Type | Req | Description |
|---|---|---|---|
| error | null|object | — | — |
| result | null|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.
| Name | Type | Req | Description |
|---|---|---|---|
| toml | string | yes | required |
| Name | Type | Req | Description |
|---|---|---|---|
| error | null|object | — | — |
| result | null|object | — | — |
No examples provided.
prismaid_validate_config ~52
Validate a prismAId configuration (review, screening, or zotero) without executing it. Offline and read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| config_type | string | yes | required |
| toml | string | yes | required |
| Name | Type | Req | Description |
|---|---|---|---|
| error | null|object | — | — |
| valid | boolean | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| record_json | string | yes | required |
| Name | Type | Req | Description |
|---|---|---|---|
| error | null|object | — | — |
| errors | null|array | — | — |
| valid | boolean | yes | — |
No examples provided.