# LunarCrush (verified)

Track social engagement and sentiment around crypto assets. Monitor influencer activity, community metrics, and trending tokens.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add lunarcrush

# Browse available tools
npx -y @smithery/cli@latest tool list lunarcrush

# Get full schema for a tool
npx -y @smithery/cli@latest tool get lunarcrush List

# Call a tool
npx -y @smithery/cli@latest tool call lunarcrush List '{}'
```

## Direct MCP Connection

Endpoint: `https://lunarcrush.run.tools`

## Tools (13)

- `List` — Get a list of social topics within a category sorted and filtered by available metrics and sectors.
- `Cryptocurrencies` — Get a sorted list of cryptocurrencies sorted by available metrics and filtered by a sector.
- `Stocks` — Get a sorted list of stocks sorted by available metrics and filtered by a sector.
- `Topic` — Get summary and metrics for a social topic, keyword, cryptocurrency, or stock.
- `Topic_Time_Series` — Get historical time series metrics for a social topic, keyword, cryptocurrency, or stock.
- `Topic_Posts` — Get the most popular news and social posts that mention a topic including the creator, follower count, creation time, a…
- `Creator` — Get a specific creator's social posts, metrics, and insights. Use this tool for information about a social media handle…
- `Creator_Posts` — Get social posts for a specific social media account by unique id or screen name.
- `Creator_Time_Series` — Get historical time series metrics for a social media account by unique id or screen name.
- `Post` — Get details of a specific post by network and unique post ID. Ids of posts can be inferred by the public URL link to th…
- `Search` — Search for any topic, category, creator, post, metric, or api documentation. Include additional keywords, metrics, or t…
- `Fetch` — Fetch a lunarcrush.ai context using a specific path like /topic/bitcoin or /topic/bitcoin/posts/full or /list/cryptocur…
- `Authentication` — Get subscription and rate limit information. Optionally provide an API key to test.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get lunarcrush <tool-name>
```

## Resources

- `https://lunarcrush.ai/api` — Get all available API endpoints and documentation for the JSON API.
