Lune
Scientific research knowledge and tools
@retrograde-labs/lune-mcp-server
Official Model Context Protocol server for Lune Research. Twelve tools for searching, retrieving, and subscribing to academic papers across security, ML, NLP, CV, and systems venues.
Two transports:
- stdio: run locally via
npx @retrograde-labs/lune-mcp-server. ReadsLUNE_API_KEYfrom the environment. - Streamable HTTP: hosted at
https://mcp.luneresearch.com/mcp. Pass your PAT or OAuth token asAuthorization: Bearer ....
Get a token at luneresearch.com/dashboard/credentials.
Quick start
The fastest path is the dashboard installer: pick your AI app, click a button, and you're done. Manual installs follow.
Claude Code
claude mcp add lune --transport http \
https://mcp.luneresearch.com/mcp \
--header "Authorization: Bearer <YOUR_TOKEN>"
Claude Desktop, Cursor, VS Code, OpenCode, Codex, Gemini CLI, Windsurf, Zed
See the dashboard installer for per-client recipes verified against each client's official docs. The schemas vary subtly (e.g. VS Code uses type: "http", Cursor omits type, Gemini CLI uses httpUrl, Zed uses context_servers).
Tools
| Tool | Description |
|---|---|
search_papers | Hybrid vector + BM25 search across the corpus |
get_paper | Fetch metadata for a paper |
get_paper_fulltext | Parsed full text (markdown or JSON) |
get_paper_citations | Citation graph (cited_by or cites) |
list_conferences | Indexed venues, optionally by category |
get_conference_papers | Paginated papers for a venue |
search_research_guidance | Curated reproducibility / methodology corpus |
get_research_guidance_doc | Full text of a guidance document |
list_conference_update_subscriptions | Active conference update subscriptions |
subscribe_to_conference_updates | Start receiving updates for a conference |
unsubscribe_from_conference_updates | Stop receiving updates for a conference |
check_for_conference_updates | Pull new papers since the last check |
Authentication
The hosted Streamable HTTP transport at mcp.luneresearch.com/mcp supports both:
- OAuth 2.1 + Dynamic Client Registration, advertised via
https://mcp.luneresearch.com/.well-known/oauth-protected-resource. Authorization server isapi.luneresearch.com. Clients (Claude Desktop, ChatGPT custom connectors) handle the flow automatically. - Personal Access Tokens (
lune_*), passed asAuthorization: Bearer .... Mint at luneresearch.com/dashboard/credentials.
MCP Registry
Published as com.luneresearch/lune at registry.modelcontextprotocol.io. DNS-authenticated under the luneresearch.com namespace.
Development
pnpm install
pnpm dev:watch # tsup --watch
pnpm test
pnpm typecheck
Tests are unit + integration (tests/); no live network calls.
The hosted variant runs on ECS Fargate behind ALB. The npm-distributed binary (lune-mcp) is the same image entrypoint defaulting to stdio.
Releases
The npm package is built with tsup. Version is stamped into the bundle at build time from package.json via tsup.config.ts's define; the same version is asserted at serverInfo.version in the MCP initialize response and at /health.
License
MIT © Retrograde Labs
Serveurs connexes
OpenSearch MCP Server
An MCP server for interacting with OpenSearch clusters.
Crawleo MCP Server
Crawleo MCP - Web Search & Crawl for AI Enable AI assistants to access real-time web data through native tool integration. Two Powerful Tools: web.search - Real-time web search with flexible formatting Search from any country/language Device-specific results (desktop, mobile, tablet) Multiple output formats: Enhanced HTML (AI-optimized, clean) Raw HTML (original source) Markdown (formatted text) Plain Text (pure content) Auto-crawl option for full content extraction Multi-page search support web.crawl - Deep content extraction Extract clean content from any URL JavaScript rendering support Markdown conversion Screenshot capture Multi-URL support Features: ✅ Zero data retention (complete privacy) ✅ Real-time, not cached results ✅ AI-optimized with Enhanced HTML mode ✅ Global coverage (any country/language) ✅ Device-specific search (mobile/desktop/tablet) ✅ Flexible output formats (4 options) ✅ Cost-effective (5-10x cheaper than competitors) ✅ Simple Claude Desktop integration Perfect for: Research, content analysis, data extraction, AI agents, RAG pipelines, multi-device testing
Google Search
Perform Google searches and view web content with advanced bot detection avoidance.
Google Search Console MCP Server
Google Search Console MCP Server
SearchAPI
Provides standardized access to Google Maps, Google Flights, Google Hotels, and other services via the SearchAPI.
IP2Location.io
IP2Location.io API integration to retrieve the geolocation information for an IP address.
SmartHomeExplorer Product Intelligence
Smart home product intelligence for AI assistants. 1,080+ products with consensus scores from 12 expert sources, cross-ecosystem compatibility engine, and 340+ buying guides.
Unsplash
Search for pictures on Unsplash using the Unsplash API.
Search Stock News
Search for stock news using the Tavily API.
Code Research MCP Server
Search and access programming resources from Stack Overflow, MDN, GitHub, npm, and PyPI.