- Explore MCP Servers
- lunarcrush-mcp
Lunarcrush Mcp
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
LunarCrush MCP Server
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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










