LR

LunarCrush Remote MCP

Created 4 months ago

LunarCrush Remote MCP Server for AI capabilities.

development documentation public

What is LunarCrush Remote MCP?

Get the latest social metrics and posts for both current live social context as well as historical metrics in LLM and token optimized outputs. Ideal for automated trading / financial advisory.

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": ["/index.js"], 
      "env": { 
        "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": {
      "command": "npx",
      "args": [
        "lunarcrush-remote-mcp"
      ]
    }
  }
}

Links & Status

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

Project Info

Hosted Featured
Created At: Jul 07, 2025
Updated At: Aug 07, 2025
Author: Unknown
Category: community
Tags:
development documentation public