🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@retrograde-labs/lune-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@retrograde-labs/lune-mcp-server

Lune Research MCP server (stdio + Streamable HTTP) proxying api.luneresearch.com

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

@retrograde-labs/lune-mcp-server

Official Model Context Protocol server for Lune Research.

Exposes 12 tools and 6 guided research workflows (prompts) for searching, retrieving, comparing, and fact-checking academic papers across security, ML, NLP, CV, and systems venues, plus retrieval over your own uploaded workspace documents. Two transports:

  • stdio: run locally via npx @retrograde-labs/lune-mcp-server. Reads LUNE_API_KEY from the environment.
  • Streamable HTTP: hosted at https://mcp.luneresearch.com/mcp. Pass your PAT or OAuth token as Authorization: Bearer ....

Quick start (Claude Desktop, Cursor, etc.)

{
  "mcpServers": {
    "lune-research": {
      "command": "npx",
      "args": ["-y", "@retrograde-labs/lune-mcp-server"],
      "env": {
        "LUNE_API_KEY": "lune_your_personal_access_token"
      }
    }
  }
}

Get your token at https://luneresearch.com/dashboard/credentials.

Tools

ToolDescription
search_papersHybrid vector + BM25 search across the corpus
search_papers_manyRun many query variants in one call, RRF-merged
search_related_papersSemantically nearest papers to a given paper
get_paper_fulltextParsed full text (markdown or JSON)
get_paper_citationsCitation graph (cited_by or cites)
list_conferencesIndexed venues, optionally by category
get_conference_papersPaginated papers for a venue
extract_from_papersStructured field extraction across many papers
verify_claimsFact-check claims against the corpus with quotes
gather_evidenceJudge evidence sufficiency for a task, with gaps + next queries
search_research_guidanceCurated reproducibility / methodology corpus
get_research_guidance_docFull text of a guidance document

Prompts

Reusable research workflows, surfaced by MCP clients as slash commands (e.g. /literature_review). Each runs a guided, multi-tool sequence grounded in the corpus, so common research tasks are one command instead of hand-orchestrating the tools.

PromptWhat it doesKey arguments
/literature_reviewSurvey a topic and synthesise themes, foundational vs recent work, and open gapstopic (+ optional venues, since_year)
/find_related_workFrom your abstract, find and organise prior work to cite and distinguish your contribution fromabstract (+ optional venues)
/compare_papersBuild a structured comparison table across papers, read from full texttopic (+ optional columns)
/verify_draftFact-check a draft or list of claims against the corpus, with a verbatim quote per claimdraft
/trace_citationsTrace a paper's lineage: its foundations, what built on it, and adjacent workpaper
/research_methodologyGrounded advice on experiment design, ablations, evaluation, rebuttals, or venue choicequestion

License

MIT

Keywords

mcp

FAQs

Package last updated on 15 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts