# LabelHead Artist Momentum

Public MCP server surfacing LabelHead's artist momentum intelligence. Discover trending hip-hop artists scored across four dimensions: Acceleration, Surprise, Longevity, and Cultural Gravity. Identif…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list labelhead/artist-momentum

# Get full schema for a tool
npx -y @smithery/cli@latest tool get labelhead/artist-momentum get_trending_artists

# Call a tool
npx -y @smithery/cli@latest tool call labelhead/artist-momentum get_trending_artists '{}'
```

## Direct MCP Connection

Endpoint: `https://artist-momentum--labelhead.run.tools`

## Tools (3)

- `get_trending_artists` — Returns the current list of trending hip-hop and rap artists ranked by LabelHead's composite momentum score. Each artis…
- `get_scoring_explainer` — Returns a detailed explanation of LabelHead's four-dimensional artist scoring methodology. Use this when you need to un…
- `check_artist_momentum` — Look up the current momentum score and signals for a specific artist by name. Returns the full four-dimensional score b…

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