Back to Browse

Lune MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Search peer-reviewed papers and research methodology guidance from your AI agent.

About

Search peer-reviewed papers and research methodology guidance from your AI agent.

Remote endpoints: streamable-http: https://mcp.luneresearch.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Lune personal access token. Generate one at https://luneresearch.com/dashboard/settings/credentials.Required

Environment variable: LUNE_API_KEY

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

@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/settings/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

Reviews

No reviews yet

Be the first to review this server!