Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
/plugin marketplace add chackchang/elsevier_mcpnpx agentmods add plugins/chackchang/elsevier_mcp/elsevier_mcpgit clone --depth 1 https://github.com/chackchang/elsevier_mcpGrade A, and why
elsevier-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
100% identical to elsevier-mcp — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "elsevier-mcp",
"displayName": "Elsevier Research Tools",
"version": "1.0.0",
"description": "Give Claude access to Elsevier APIs (Scopus, ScienceDirect, and more). Search scholarly literature, retrieve abstracts and full-text articles, look up journals, authors, citations, and altmetrics.",
"author": {
"name": "kemalabut",
"url": "https://github.com/kemalabuteliyte"
},
"homepage": "https://github.com/kemalabuteliyte/elsevier-mcp",
"repository": "https://github.com/kemalabuteliyte/elsevier-mcp",
"license": "MIT",
"keywords": [
"elsevier",
"scopus",
"sciencedirect",
"academic",
"research",
"papers",
"citations",
"literature"
],
"mcpServers": {
"elsevier": {
"command": "node",
"args": ["${CLAUDE_PLUGIN_ROOT}/dist/bundle.cjs"],
"env": {
"ELSEVIER_API_KEY": "${ELSEVIER_API_KEY}",
"ELSEVIER_INST_TOKEN": "${ELSEVIER_INST_TOKEN}",
"ELSEVIER_ENABLE_ALL_TOOLS": "${ELSEVIER_ENABLE_ALL_TOOLS}"
}
}
}
}
What it installs
The manifest is a name and a version. 1 skill, 1 MCP server travel with it, and installing the plugin installs all of them — 42 tokens a session between them. Each is measured on its own page, and each can be installed alone.
What ships with it
1 file beside plugin.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 36 lines scan A d67d1ba91b2a
elsevier-mcp is a plugin published in the GitHub repository chackchang/elsevier_mcp (0 stars, last pushed 1mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. It is 100% identical to elsevier-mcp, differing in 0 lines, and is treated as a copy.
Other plugins, from other repositories
siza
Sabela notebook pairing skill — a typed compiled client (list, read, run, edit cells; pre-flight parse + security scan; provenance) over the Sabela AI bridge, plus an MCP stdio server (siza mcp) for any MCP client.
protein-design-skills marketplace
Claude Code skills for computational protein design - backbone generation, sequence design, structure prediction, and experimental validation.
hypha
Hypha is the AI agent of the Mycelium ecosystem: a connecting filament between engineers and the SysML v2 specification. Provides skills and subagents for KerML/SysML v2 metamodel lookup, standard model library lookup, normative spec citation, and SysML v2 textual-notation validation.
ar
ar — autoresearch: a skill-only autonomous experiment loop. Propose → measure → keep winners → repeat, against any numeric objective, with noise-floor gating so nothing is banked on noise. Five skills: /ar:start opens a run (dedicated branch + baseline noise floor), /ar:resume advances it, /ar:status prints read-only…
earthquake-mcp-server
Search USGS and EMSC seismic data — real-time feeds, event queries, and earthquake counts via MCP. STDIO or Streamable HTTP.
academic-research
Academic research toolkit for AI PhD researchers — literature survey, paper reviewing, citation management, and more.