About server
server is an MCP server published by git+lunarcrush in the Developer Tools category: stdio interface for the lunarcrush.ai remote mcp server. It has been installed 0 times through Conduid.
Install
npx @lunarcrush/mcp-serverclaude mcp add server-gitlunar -- npx -y @lunarcrush/mcp-servernpx -y @lunarcrush/mcp-serverThis 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 server
Powered by Claude · Grounded in docs
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.