MCP ExplorerExplorer

Lunarcrush Mcp

@nic0xflamelon 7 months ago
1 MIT
FreeCommunity
AI Systems
LunarCrush MCP Server proxies the LunarCrush API for AI assistants.

Overview

What is Lunarcrush Mcp

LunarCrush MCP is a Model Context Protocol (MCP) server that serves as a proxy to the LunarCrush Enterprise API, enabling AI assistants to interact with the API through an OpenAPI specification.

Use cases

Use cases include integrating cryptocurrency data into AI assistants, enabling real-time analytics and insights for users, and enhancing user interactions with financial data.

How to use

To use LunarCrush MCP, you can install it via Smithery using the command: npx -y @smithery/cli install @nic0xflamel/lunarcrush-mcp-server --client claude. Alternatively, you can manually configure it in your environment.

Key features

Key features include standardized communication via the Model Context Protocol, dynamic API method generation from an OpenAPI specification, and API Key authentication support.

Where to use

LunarCrush MCP can be used in AI applications that require interaction with the LunarCrush Enterprise API, particularly in environments like Cursor and Claude Desktop.

Content

LunarCrush MCP Server

smithery badge

This package provides a Model Context Protocol (MCP) server that acts as a proxy to the LunarCrush Enterprise API. It allows AI assistants (like Cursor) to interact with the LunarCrush API through a provided OpenAPI specification.

Features

  • Implements the Model Context Protocol for standardized communication.
  • Uses the LunarCrush Enterprise API.
  • Parses an OpenAPI specification to dynamically generate API methods.
  • Handles API Key authentication (assuming it’s needed, needs implementation).
  • Can be run locally and configured within environments like Cursor and Claude Desktop.

Installation

Installing via Smithery

To install the LunarCrush API Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @nic0xflamel/lunarcrush-mcp-server --client claude

Manual Installation

```json
{
  "mcpServers": {
    "lunarcrush": {
      "command": "npx",
      "args": [
        "-y",
        "@nic0xflamel/lunarcrush-mcp-server"
      ]
    }
  }
}
```

License

MIT

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers