mcp-science
PyPI
v0.1.7
Published by an unidentified publisher — no publish provenance and no public repository, so the publisher could not be verified and the source cannot be independently located.
Open Source MCP Servers for Scientific Research
The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.
1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:
The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.
2. Client adoption risk — 100 − 12 = 88. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:
| Points | Adoption-risk factor |
|---|---|
| −10 | capability blast radius (critical) — client exposure if the model is manipulated |
| −2 | publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read |
Capability observations and info notes are shown under Findings but never scored.
Open any row's finding below for the file, line and evidence behind a deduction.
This server (without client built-ins) exposes a complete data-exfiltration chain: txyz_search_web → read_jupyter_file → add_cell_and_execute_code. Untrusted input is ingested, private data is read, and it can be sent to an external sink via the agent composing the tools (→). Static analysis proves the primitive exists, not that a specific run will occur.
Fix: Remove one leg of the trifecta: isolate untrusted-input tools from secret-reading tools and from egress tools, or require human approval between them.
Location: flow txyz_search_web → read_jupyter_file → add_cell_and_execute_code
Tool "execute_code" appears to run shell commands or evaluate code (keyword "execute code" in tool name). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.
Fix: Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.
Location: tool execute_code
Tool "add_cell_and_execute_code" appears to run shell commands or evaluate code (keyword "execute code" in tool name). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.
Fix: Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.
Location: tool add_cell_and_execute_code
Tool "ssh_exec" appears to run shell commands or evaluate code (keyword "exec" in tool name). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.
Fix: Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.
Location: tool ssh_exec
In the server's implementation (`servers/python-code-execution/src/python_code_execution/server.py:38`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: ] process = subprocess.run( cmd, capture_output=True, text=True,
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server servers/python-code-execution/src/python_code_execution/server.py
In the server's implementation (`src/mcp_science/__init__.py:50`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: ommand result = subprocess.run(uvx_cmd, check=False) sys.exit(result.returncode) except FileNotFoun
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server src/mcp_science/__init__.py
In the server's implementation (`servers/web-fetch/src/web_fetch/fetch.py:30`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: url} response = requests.post("https://r.jina.ai/", headers=headers, json=data) return response.text
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server servers/web-fetch/src/web_fetch/fetch.py
In the server's implementation (`servers/python-code-execution/src/python_code_execution/local_python_executor.py:1106`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: raw_module = __import__(expression.module, fromlist=[ alias.name for alia
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server servers/python-code-execution/src/python_code_execution/local_python_executor.py
Tool "execute_code" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.
Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.
Location: tool execute_code
Tool "add_cell_and_execute_code" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.
Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.
Location: tool add_cell_and_execute_code
Tool "ssh_exec" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.
Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.
Location: tool ssh_exec
Each tool and what it can reach — statically extracted from the published source.
add_cell_and_execute_coderuns code / shellexecute_coderuns code / shellread_jupyter_filereads sensitive datassh_execruns code / shelltxyz_search_webingests untrusted inputaddno sensitive capabilityadd_cellno sensitive capabilityanalyze_eigenstateno sensitive capabilityanalyze_ground_stateno sensitive capabilitybuild_supercellno sensitive capabilitycheck_calculation_resultno sensitive capabilitycompute_energy_spectrumno sensitive capabilitycreate_new_projectno sensitive capabilitycreate_quantum_systemno sensitive capabilitycreate_structure_from_cifno sensitive capabilitycreate_structure_from_poscarno sensitive capabilitycreate_tableno sensitive capabilitydelete_documentsno sensitive capabilitydelete_quantum_systemno sensitive capabilitydisplay_numerical_resultno sensitive capabilitydrop_tableno sensitive capabilityexecute_mathematicano sensitive capabilitygenerate_plotno sensitive capabilityget_image_of_flowerno sensitive capabilityget_system_detailsno sensitive capabilityinsert_documentno sensitive capabilitylist_quantum_systemsno sensitive capabilitymoire_homobilayerno sensitive capabilitynemad_formula_searchno sensitive capabilitynemad_list_cacheno sensitive capabilitynemad_read_resultsno sensitive capabilitynemad_searchno sensitive capabilityparameter_sweepno sensitive capabilityplot_structureno sensitive capabilityplot_xyno sensitive capabilitypurge_tableno sensitive capabilitypython_code_executionno sensitive capabilityquery_documentsno sensitive capabilityread-image-urlno sensitive capabilityreplace_cellno sensitive capabilitysearch_materials_by_formulano sensitive capabilityselect_material_by_idno sensitive capabilityset_hamiltonianno sensitive capabilityset_hilbert_spaceno sensitive capabilityset_latticeno sensitive capabilitystart_calculationno sensitive capabilitytxyz_search_smartno sensitive capabilityupdate_documentsno sensitive capabilityverify_derivationno sensitive capabilityCross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).
Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.
| Version | Score | Findings | Engine | Scanned |
|---|---|---|---|---|
v0.1.7 latest |
B 88/100 | 11 | 1.13.0 | 2026-08-25 |
Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.
The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.
npx mcptrustchecker scan mcp-science --online --registry pypi
Independent packages implementing the same tool, scanned with the same engine. Compare all 2 side by side →
Agent IP: MCP server with patents search tools
MCP server for searching the Agent Almanac — the public catalog of 9,000+ Model Context Protocol servers. Find, install, and discover MCP servers from inside Claude Desktop, Cursor, Continue, Zed, or any MCP-aware agent.
Search agents & MCP servers by capability, with daily-observed pricing, liveness and market data.
Verified merchants accepting agentic payments on Lightning/L402/BOLT12/USDT — search, verify, pay.
Airframe MCP Client - Connect agents to Airframe's product intelligence
Amazon product search demand over time, with growth for any keyword. Free key at trendsmcp.ai