← Back to search

io.github.bakhtiersizhaev/openevidence-mcp

bakhtiersizhaev Scanned 31d ago

Unofficial MCP server that connects OpenEvidence to AI agents via the user's authenticated browser session

A
90.4 / 100

Versions

0.2.1latest
first seen Jun 30, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 5

oe_auth_status
annotations: verified low

Check whether the saved OpenEvidence browser session is authenticated. Use before history/article/ask tools when auth state is unknown. Returns authenticated=true/false and basic account metadata when available. Requires the local browser profile created by npm run login:session. No side effects. Can fail if the profile is missing, expired, or network access fails.

readOnlyHint true idempotentHint true
oe_history_list
annotations: verified low

List prior OpenEvidence articles from the authenticated account. Use only when the user asks to inspect prior OpenEvidence work or needs an article_id. Inputs: limit, offset, optional search, optional include_raw=false. Returns a privacy-reduced list by default; include_raw=true may expose private prior questions and must be used only with explicit user intent. Requires authenticated session. No side effects.

readOnlyHint true idempotentHint true
oe_article_get
annotations: verified low

Fetch an OpenEvidence article by article_id. Use after history lookup or oe_ask returns an article ID. Inputs: article_id UUID, optional include_raw=false. Returns normalized status, question, and answer fields by default. include_raw=true may expose private thread context and must be used only with explicit user intent. Requires authenticated session. No side effects.

readOnlyHint true idempotentHint true
oe_article_wait
annotations: verified low

Wait for an existing OpenEvidence article_id to finish, then return normalized fields. Use after oe_ask with wait_for_completion=false, especially for long research questions that may exceed MCP host timeouts. Inputs: article_id UUID, optional timeout_sec, poll_interval_ms, and include_raw=false. include_raw=true may expose private thread context and must be used only with explicit user intent. Requires authenticated session. No side effects.

readOnlyHint true idempotentHint true
oe_ask
annotations: verified low

Create an OpenEvidence research question, not medical advice or patient-specific diagnosis. For long questions, prefer wait_for_completion=false and then call oe_article_wait with the returned article_id. Use original_article_id only for true follow-up continuity; omit it for fresh questions. Returns privacy-reduced created article data and optionally normalized completed fields. Side effect: creates a question/article in the user's OpenEvidence account through the local browser profile.

readOnlyHint false idempotentHint false

Permissions 4

network medium
Server uses network capabilities via: fetch()
filesystem low
Server uses filesystem capabilities via: fs sync ops
shell high
Server uses shell capabilities via: child_process, spawn(), spawnSync()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 21

info
Tool 'oe_ask' annotations are consistent annotation_checker · 80%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
info
Tool 'oe_auth_status' annotations are consistent annotation_checker · 80%
info
Tool 'oe_history_list' annotations are consistent annotation_checker · 80%
info
Tool 'oe_article_get' annotations are consistent annotation_checker · 80%
info
Tool 'oe_article_wait' annotations are consistent annotation_checker · 80%
info
package.json metadata manifest_parser · 100%
info
Tool: oe_auth_status manifest_parser · 85%
info
Tool: oe_history_list manifest_parser · 85%
info
Tool: oe_article_get manifest_parser · 85%
info
Tool: oe_article_wait manifest_parser · 85%
info
Tool: oe_ask manifest_parser · 85%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (16) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: filesystem access detected permission_analyzer · 90%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 130 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%