Aletheia Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Aletheia Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP server that gives AI agents structured access to scientific literature — 250M+ papers indexed via OpenAlex, covering arXiv, PubMed, Crossref, and more — so they can do research, not just search.
Tools like Elicit, Consensus, and SciSpace are great but they're standalone chat apps. You ask one question, you get one answer. You can't chain operations.
With aletheia-mcp running in Claude or any MCP-compatible client, you can ask things like:
"I'm reviewing literature on mitochondrial dysfunction in Parkinson's. Find the 20 most-cited papers from the last 5 years, pull the full text of the three most influential, identify the exact mechanisms they propose, and flag any that contradict each other."
Under the hood, Claude chains multiple tool calls — search, fetch metadata, walk citations, download and parse full PDFs — and synthesizes. That's the difference between search and research.
search_papers(query, limit) — unified search across the OpenAlex corpusget_paper_details(paper_id) — full metadata for any paper by OpenAlex ID, DOI, PubMed ID, or URLget_citation_graph(paper_id, direction, limit) — walk citations forward (direction="citations") or references backward (direction="references")get_paper_full_text(paper_id) — new in v0.3 — fetches and extracts the full text of any open-access paper. Handles arXiv, PubMed Central, and direct publisher PDFs. Falls back gracefully when no OA version is available.All paper-returning tools use a normalized shape: {id, title, abstract, authors, year, citation_count, venue, doi, url, pdf_url, source}. The full-text tool adds text and char_count.
Earlier iterations used Semantic Scholar. The free API key there is gated and institution-preferred — independent developers face slow or rejected applications, which meant future users of this tool would hit the same wall.
OpenAlex is the open, CC0-licensed successor to Microsoft Academic Graph, with 250M+ works covering the same sources. As of February 2026, API keys are required but are free and self-serve — 30 seconds to sign up, no approval process.
Available on PyPI:
uv add aletheia-mcpOr as a one-line registration directly with Claude Code:
claude mcp add --scope user aletheia \
--env OPENALEX_API_KEY=your-key-here \
-- uvx aletheia-mcp(Grab a free OpenAlex API key in 30 seconds at <https://openalex.org/settings/api>.)
git clone https://github.com/TechFusionData/aletheia-mcp
cd aletheia-mcp
uv sync
cp .env.example .env
# edit .env and paste your OpenAlex API key
claude mcp add --scope user aletheia -- uv run --directory $(pwd) aletheia-mcpRestart your MCP client and the tools become available.
pypdfium2 (Apache-2.0) in sources/openalex.py:_extract_pdf_text at the cost of somewhat messier text output.ἀλήθεια — the Greek notion of truth as "unconcealment," the state of not being hidden. Research is the practice of bringing what's there into view.
MIT. See LICENSE.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.