LR

LunarCrush Remote MCP Server with AI capabilities.

Created 3 months ago

LunarCrush Remote MCP Server with AI capabilities.

development documentation public

What is LunarCrush Remote MCP Server with AI capabilities.?

LunarCrush offers a Remote MCP Server that supports Streamable HTTP and SSE protocols for accessing its AI capabilities. Users can authenticate using an API key obtained from the LunarCrush developer portal.

Documentation

More information on using LunarCrush AI & MCP Capabilities here: https://lunarcrush.com/developers/api/ai

LunarCrush Remote MCP Server (preferred)

Streamable HTTP

{
  "mcpServers": {
    "LunarCrush": {
      "type": "http",
      "url": "https://lunarcrush.ai/mcp",
      "headers": {
        "Authorization": "Bearer ${input:lunarcrush-api-key}"
      }
    }
  }
}

SSE

{
  "mcpServers": {
    "LunarCrush": {
      "type": "http",
      "url": "https://lunarcrush.ai/sse",
      "headers": {
        "Authorization": "Bearer ${input:lunarcrush-api-key}"
      }
    }
  }
}

LunarCrush stdio MCP Server

{
  "mcpServers": {
    "LunarCrush": {
      "command": "node",
      "args": ["<absolute_path_to_project_root>/index.js"],
      "env": {
        "LUNARCRUSH_API_KEY": "<your_lunarcrush_api_key>",
      }
    }
  }
}

Authentication / API Key

Get your LunarCrush API keys here: https://lunarcrush.com/developers/api/authentication

Server Config

{
  "mcpServers": {
    "lunarcrush-remote-mcp-server-with-ai-capabilities.-server": {
      "command": "npx",
      "args": [
        "lunarcrush-remote-mcp-server-with-ai-capabilities."
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: Yes
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: Aug 08, 2025
Updated At: Aug 08, 2025
Author: LunarCrush Team
Category: AI, API
License: Proprietary
Tags:
development documentation public