Overview
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.
Who Is This For?
- Developers:Integrate LunarCrush MCP into apps using HTTP/SSE or stdio, with API key-based authentication.
- Fintech / Automated trading teams:Leverage streaming and historical social metrics for automated trading or financial advisory workflows.
- Data scientists / ML engineers:Experiment with live and historical metrics for LLM-based or token-optimized data processing.




