1. Conduid
  2. Developer Tools
  3. LunarCrush Remote MCP
MCP server · Developer Tools

LunarCrush Remote MCP

LunarCrush MCP Server available as stdio transport. Works as a proxy for the remote LunarCrush MCP Server.

49Fair

Scored 4 months ago · breakdown

About LunarCrush Remote MCP

LunarCrush Remote MCP is an MCP server published by lunarcrush in the Developer Tools category: lunarCrush MCP Server available as stdio transport. Works as a proxy for the remote LunarCrush MCP Server. It has been installed 0 times through Conduid.

The repository has 4 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about LunarCrush Remote MCP

Powered by Claude · Grounded in docs

I know everything about LunarCrush Remote MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

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

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About LunarCrush Remote MCP

How do I install LunarCrush Remote MCP?

Run npx mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is LunarCrush Remote MCP safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is LunarCrush Remote MCP still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.