LunarCrush Remote MCP

LunarCrush Remote MCP

Remote MCP server for LunarCrush social metrics via HTTP and SSE.

3
Stars
0
Forks
0
Releases

Overview

LunarCrush MCP server offers a remote, preferred integration for accessing LunarCrush social metrics and posts via standardized MCP interfaces. The Remote MCP Server section exposes two transport options: a Streamable HTTP endpoint at https://lunarcrush.ai/mcp and a Server-Sent Events (SSE) endpoint at https://lunarcrush.ai/sse. Both require an API key supplied in the Authorization header as a Bearer token. The configuration samples show how to declare the LunarCrush MCP under mcpServers with type http, the target URL, and the required Authorization header, enabling easy integration into client apps. For local development or environments where a remote service is not available, LunarCrush also provides a stdio MCP server that runs Node.js (index.js) as a local process, with the API key provided via environment variable LUNARCRUSH_API_KEY. Authentication keys are issued at the LunarCrush developers portal. This MCP server delivers the latest social metrics and posts for current live social context, as well as historical metrics, with outputs suitable for LLM or token-optimized consumption, enabling use cases in automated trading and financial advisory workflows.

Details

Owner
lunarcrush
Language
JavaScript
License
Updated
2025-12-07

Features

Remote HTTP MCP Endpoint

Streamable MCP endpoint at https://lunarcrush.ai/mcp for remote access via HTTP using Bearer authentication.

Server-Sent Events (SSE) MCP Endpoint

Alternative remote transport at https://lunarcrush.ai/sse for streaming updates via SSE with Bearer authentication.

Bearer Token Authentication

All remote MCP requests are authenticated with an Authorization: Bearer <API key> header.

Configurable MCP server structure

Shows mcpServers JSON configuration with type, url, and headers for easy integration.

stdio MCP server option

Local development/hosting option runs a Node.js process (index.js) to serve LunarCrush MCP locally.

Environment variable for API key

Use LUNARCRUSH_API_KEY to supply the API key in stdio mode.

API Key management

Obtain API keys from the LunarCrush API authentication portal.

Data coverage

Provides access to latest live social metrics and posts, plus historical metrics for LLM or token-optimized outputs.

Audience

DevelopersIntegrate LunarCrush MCP into apps using HTTP/SSE or stdio, with API key-based authentication.
Fintech / Automated trading teamsLeverage streaming and historical social metrics for automated trading or financial advisory workflows.
Data scientists / ML engineersExperiment with live and historical metrics for LLM-based or token-optimized data processing.

Tags

LunarCrushMCPHTTPSSEstdioAPI keyauthenticationreal-time datahistorical metricsLLMtoken-optimized outputs