thoth
Allows discovering and fetching open-access papers from arXiv for systematic literature reviews.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@thothStart a review on remote work productivity"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Thoth
Agentic systematic literature reviews — with every citation checked against the source.
Named for Thoth, ancient Egypt's ibis-headed god of writing and scribes.
Try the live demo · See a sample review · Public eval dashboard · Connect via MCP
What is Thoth?
Systematic literature reviews are slow to write — and when you ask an LLM to write one, it confidently invents citations and statistics that aren't in any paper.
Thoth does both halves and checks its own work. Give it a research question and
it discovers relevant papers, reads them, drafts an evidence-grounded review — then
runs a verification pass (cite_check) that compares every cited claim against the
source paper and flags anything unsupported before you read the draft. The result
is a review with a critic score, a citation-faithfulness percentage, and a per-claim
audit you can trust.
It runs as a polished web app, a public eval dashboard, and an authenticated MCP server your AI assistant can call directly.
Related MCP server: scholar-toolkit-mcp
See it work
Claude.ai catches 6 fabricated citations in a real draft — using Thoth's audit:
Connected to Thoth via the official MCP Registry, Claude calls
get_citation_auditon one deliberately-weak review (faithfulness 0.13 for that single review) and identifies all 6 unsupported claims — every one citing the same paper, with invented percentages that aren't in the source. This iscite_checkdoing its job: it's a single-review audit sample, not the golden-set aggregate (see/evals).
Every claim, scored against its source — the /showcase review (no login needed). The figures on this card (critic 4.2/5, faithfulness 75%, 8/8 citations checked, 2 unsupported) are this one review's scores — a worked example, not the aggregate:
Evaluated in public — /evals tracks citation recall / precision / faithfulness / coverage over an 18-question versioned golden set (7 of 18 populated at this commit), regenerated in CI and published with the last-run date, so a regression is a public, falsifiable signal:
You approve every step — three human-in-the-loop gates (review plan → review discovered papers → approve included papers); nothing runs unattended:
Key features
🔎
cite_check— verifiable citations. Every[paper_id]in the draft is scored against the cited paper and labelled supported / unsupported / unclear, so the LLM can't quietly hallucinate a citation. On the public golden set, the citations it does surface are accurate — citation precision 97%, recall 74% — and the verdict report is published per claim, not summarised away. This is the core differentiator: the citations are measured, not asserted.🌐 Outbound web search (v2 — under active evaluation). An outbound
discoverer → fetcher → screenerpath is wired across OpenAlex, arXiv, and Exa: it fetches open-access PDFs, OCRs them, and screens each against your plan, so you can run uploaded-only, hybrid, or fully autonomous discovery. The discovery and screening axes are v2 and still being calibrated — they're tracked openly on/evals(both currently at 0%) rather than shipped as a silent claim.🔌 Authenticated, registered MCP server. OAuth 2.1 + PKCE + Dynamic Client Registration via Clerk, SHA-256 audit logging, rate limits — listed in the official MCP Registry. Most public MCP servers ship with no auth; this one doesn't.
📊 Public eval dashboard. Recall / precision / faithfulness / coverage over a versioned golden set, regenerated in CI and stamped with the last-run date, rendered at
/evals— an eval regression is a public signal, not a hidden one.💸 6 LLM providers, $0/mo by default. Swap providers with one env var; the Mistral free tier runs the whole thing, and the entire stack deploys on free tiers for $0/mo.
🚀 Quickstart
Try it now (nothing to install):
Open the live demo → and build a review, or browse a finished one →.
Connect it to your AI assistant — paste this into claude.ai (Pro/Max), Claude Desktop, Cursor, or any MCP client (OAuth runs in your browser; no token to copy):
https://thoth-slr.vercel.app/api/mcp/mcplist_reviews— your reviews with critic + faithfulness scoresget_review_draft— the markdown draft of a completed reviewget_citation_audit— the per-claim cite_check verdict reportlist_discovered_papers(v2) — papers the discoverer surfaced, with fetch + screening statusget_search_queries(v2) — the queries the discoverer generated + per-provider errors
Full reference: docs/mcp/tools.md · auth + audit model: docs/mcp/security.md
Run it locally:
git clone https://github.com/ahmedEid1/thoth.git && cd thoth
cp .env.example .env # Clerk + Trigger.dev keys + MISTRAL_API_KEY
docker compose up -d # postgres, minio, langfuse
pnpm install && pnpm prisma migrate dev
pnpm dev # Next.js on :3000
pnpm dev:trigger # Trigger.dev worker (separate terminal)Full setup, the agent pipeline, and the v2 flow: docs/architecture.md.
Proof
Live app | thoth-slr.vercel.app (Clerk sign-in) · sample review at |
Public evals |
|
MCP Registry |
|
Tests | 676 unit/integration + 22 live e2e against the deployed instance (MCP transport, real-browser, authenticated walkthroughs, full agent runs) — all green; tsc + lint clean |
Audit log | Every MCP call recorded with a SHA-256 input hash; no raw input stored |
Deploy cost | $0/mo — Vercel + Neon + Cloudflare R2 + Langfuse + Trigger.dev, all free tiers (self-host option) |
For engineers
Thoth is a LangGraph StateGraph driven by a Trigger.dev worker, with durable
human-in-the-loop gates, a per-run cost cap, and exactly-once gate delivery. Next.js 16
TypeScript (strict), Postgres + Prisma, Clerk auth (web + OAuth 2.1 for MCP), S3-compatible storage, Mistral OCR, Langfuse tracing.
Architecture — the agent pipeline, full stack, v2 flow, tests
LLM providers — the 6-provider matrix + resilience knobs
Security & privacy — data inventory, jurisdictions, deletion paths
Self-host — one VM on Oracle Cloud Always Free
Credits
Ibis icon by Delapouite under CC BY 3.0, via game-icons.net.
License
MIT © 2026 Ahmed Hobeishy
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for verifying academic citations via Semantic Scholar, OpenAlex, and CrossRef.Last updated1MIT
- AlicenseAqualityAmaintenanceComprehensive MCP server for academic research workflows, enabling paper searching across multiple sources, manuscript processing with citation placeholders, search caching, and citation export.Last updated11MIT
- AlicenseAqualityDmaintenanceMCP server enabling AI agents to search and retrieve scientific papers, citations, and author profiles from Crossref, OpenAlex, and Semantic Scholar with no API keys required.Last updated53MIT
- Alicense-qualityBmaintenanceAn MCP server that enables coding agents to search academic papers, ingest full-text PDFs, extract structured details, and manage citations in literature research workflows.Last updated23MIT
Related MCP Connectors
Academic research MCP server for paper search, citation checks, graphs, and deep research.
MCP server for Altmetric APIs - track research attention across news, policy, social media, and more
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ahmedEid1/thoth'
If you have feedback or need assistance with the MCP directory API, please join our Discord server