mcp-server

lunarcrush/mcp-server

3.2

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

LunarCrush provides a comprehensive API for accessing cryptocurrency data and insights, leveraging AI and MCP capabilities to deliver real-time information.

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