LastSearch MCP server
Evidence-backed web research for AI agents with citations and confidence scores.
20 stars268 downloads/wk
Reviews
Write oneNobody has reviewed LastSearch yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
LastSearch tools (14, 2 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
answerFull deep research pipeline: search the web, fetch pages, extract claims, build evidence graph, and generate a structured answer with citations and confidence score. Use depth='thorough' for auto-retry with rephrased queries when confidence is low. Use depth='deep' for multi-step agentic research that identifies knowledge gaps and runs follow-up searches. On thorough/deep, every cited URL is probe
clarityClarity — anti-hallucination answer engine. Three modes: (1) mode='prompt': Returns only enhanced system + user prompts with anti-hallucination techniques. No LLM call, no internet. Use this when you want YOUR OWN LLM (e.g. Claude) to answer using the enhanced prompts. (2) mode='answer' (default): Rewrites prompt, calls LLM with grounding instructions, returns answer with extracted claims. Fast, n
compareCompare a raw LLM answer (no sources) vs an evidence-backed answer. Shows the difference between hallucination-prone and grounded responses.
extractExtract structured knowledge (claims + sources + confidence) from a single web page using AI.
feedbackwrite actionSubmit feedback on a search result to improve future accuracy. Helps the self-learning engine tune verification thresholds.
openFetch and parse a web page into clean text using Readability. Strips ads, nav, and boilerplate.
searchSearch the web for information on a topic. Returns URLs, titles, snippets, and relevance scores.
session_askResearch a question within a session. Recalls prior knowledge, runs the research pipeline, and stores new claims. Later queries in the same session benefit from accumulated knowledge.
session_createwrite actionCreate a new research session. Sessions persist knowledge across multiple queries — each query builds on prior research.
session_forkFork a shared research session to continue building on someone else's research. Creates a copy of all knowledge in your own session.
session_knowledgeExport all knowledge from a research session. Returns all verified claims, sources, and confidence scores accumulated across queries.
session_recallQuery accumulated knowledge from a session without making new web searches. Returns previously verified claims relevant to the query.
session_shareShare a research session publicly. Returns a shareable URL that anyone can view — great for sharing research findings with teammates, in reports, or on social media.
verify_documentFact-check an entire document (AI-generated report, competitive analysis, market research, news article). Pass either raw text OR a URL — we'll extract every atomic claim and verify each against live web sources. Returns per-claim verification status with sources, NLI scores, and an overall A-F grade. Use for auditing the accuracy of long-form content from other AI agents.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan5 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 5 days ago15/15
- Maintainer identityregistry namespace matches repository owner7/10
Install directly
Runs npx -y lastsearch on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add lastsearch -- npx -y lastsearch
LastSearch: common questions
- Is LastSearch MCP server safe?
- Mostly: it is graded B (82/100). Read the LastSearch safety report
- How do I install LastSearch?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does LastSearch need an API key?
- Yes. The registry entry asks for
LASTSEARCH_API_KEY. - Is LastSearch maintained?
- The last commit was 5 days ago (2026-09-14). The latest release is v1.1.0.