Serverscom.luneresearch/lune
L

Lune Research

com.luneresearch/lune · v1.2.4
▦ npm
v1.2.4npm npm: @retrograde-labs/lune-mcp-server🌐 https://mcp.luneresearch.com/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.luneresearch/lune",
  "description": "Search peer-reviewed papers and research methodology guidance from your AI agent.",
  "title": "Lune Research",
  "repository": {
    "url": "https://github.com/RetrogradeLabs/lune-mcp-server",
    "source": "github",
    "id": "1234997973"
  },
  "version": "1.2.4",
  "websiteUrl": "https://luneresearch.com",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@retrograde-labs/lune-mcp-server",
      "version": "1.2.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Lune personal access token. Generate one at https://luneresearch.com/dashboard/credentials.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LUNE_API_KEY"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.luneresearch.com/mcp",
      "headers": [
        {
          "description": "Bearer token. Use a Lune PAT or an OAuth access token from https://luneresearch.com/dashboard/credentials.",
          "isRequired": true,
          "value": "Bearer {api_key}",
          "isSecret": true,
          "variables": {
            "api_key": {
              "description": "Lune personal access token (lune_...).",
              "isRequired": true,
              "format": "string",
              "isSecret": true
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}