npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

rootvine-mcp

v1.1.0

Published

RootVine MCP Server — Neutral commerce resolution for AI agents. Music live: stream, buy, or collect across 15+ platforms (Spotify, Apple Music, iTunes, Amazon, Bandcamp, Discogs, vinyl, CD, and more). Games, books, films, podcasts, and live events rollin

Readme

rootvine-mcp

A neutral commerce resolution layer for AI agents. Connects Claude, ChatGPT, and other AI agents to trusted product and media data via the Model Context Protocol — covering every path from streaming to collector editions.

What it does

When a user asks an AI agent "Where can I listen to Windowlicker by Aphex Twin?", RootVine resolves the query across all major streaming, purchase, and physical platforms and returns ranked results with direct links.

The same infrastructure answers the full purchase ladder: stream it, buy it digitally, or find the vinyl. Music is live today. Games, books, films, podcasts, and live events are rolling out as their verticals ship.

No ads. No sponsored placements. No pay-to-rank. Results are ranked by a neutral, deterministic algorithm: trust tier → price → availability → freshness → merchant ID. Commission rates, affiliate networks, and sponsored flags are architecturally excluded from the ranking function.

Quick Start

Claude Desktop

Add to your Claude Desktop config (~/.claude/claude_desktop_config.json):

{
  "mcpServers": {
    "rootvine": {
      "command": "npx",
      "args": ["-y", "rootvine-mcp"]
    }
  }
}

Restart Claude Desktop. You can now ask:

  • "Where can I stream Galway Girl by Ed Sheeran?"
  • "Where can I listen to Windowlicker by Aphex Twin?"
  • "Find links for the new Kendrick Lamar album"

Other MCP Clients

Any MCP-compatible client can use rootvine-mcp via stdio transport:

npx rootvine-mcp

Tools

discover_music

Browse curated music collections — charts, genre walls, moods, editorial playlists, and artist spotlights.

Input: { chamber?: "by-genre" | "for-this-moment" | "charts" | "by-era" | "spotlights", wall?: string, limit?: number }

Modes (picked by which arg is set):

  • Foyer (no args) — overview of all chambers and featured walls
  • Chamber (chamber arg) — list walls within a chamber (e.g. all genre corridors)
  • Wall (wall arg) — drill into a specific wall's tracks, albums, or artists

Returns: Curated collections with honest attribution (e.g. "Curated by Deezer's editorial team", "Based on Last.fm scrobbles"). Each entry links to a BeatsVine page whose streaming and purchase links can be retrieved via resolve_music.

resolve_music

Find where to stream, buy, or collect a song or album.

Input: { slug: "ed-sheeran-galway-girl" }

Returns: Ranked results covering:

  • Streaming — Spotify, Apple Music, Tidal, YouTube Music, Deezer
  • Digital purchase — iTunes Store, Amazon Music, Bandcamp
  • Physical media — vinyl, CD (via Amazon), Discogs collector listings

Every result includes prices (where available), direct links, and affiliate-tagged click-through URLs for tracking.

resolve_game (coming soon)

Game price resolution across Steam, PlayStation, Xbox, Nintendo, Epic, GOG, Humble, and Fanatical. This tool is registered but not yet active — it will return a "coming soon" response until the games vertical launches.

find_product

Smart router — automatically detects category and routes to the correct resolver.

Input: { query: "Aphex Twin Windowlicker", category: "auto" }

Returns: Music results today (streaming, digital purchase, vinyl, CD, collector editions). Games, books, films, podcasts, and live event tickets will route automatically as each vertical launches.

Response Format

All results follow the RootVine v1 specification:

{
  "rootvine": {
    "version": "1.0",
    "resolver": "beatsvine",
    "category": "music"
  },
  "status": "success",
  "query": {
    "type": "music",
    "artist": "Aphex Twin",
    "title": "Windowlicker"
  },
  "results": [
    {
      "rank": 1,
      "merchant": "Spotify",
      "trust_tier": "authoritative",
      "price": null,
      "url": "https://open.spotify.com/track/...",
      "click_url": "https://beatsvine.com/r/abc123",
      "type": "stream",
      "ranking_reason": {
        "code": "FREE_STREAM_T1",
        "summary": "Free stream from authoritative source"
      }
    }
  ]
}

Roadmap

  • Music resolution — live (stream, digital purchase, vinyl, CD, collector editions across Spotify, Apple Music, iTunes, Amazon, Bandcamp, Discogs, YouTube Music, Tidal, Deezer, and more)
  • Music discovery — live (browse charts, genre walls, mood collections, editorial playlists, artist spotlights)
  • 🔜 Games — digital keys, physical copies, and collector editions (Steam, PlayStation, Xbox, Nintendo, Epic, GOG)
  • 🔜 Books — ebook, audiobook, paperback, hardback, and special editions (Amazon, Bookshop.org, Apple Books, Kobo, Audible)
  • 🔜 Films & TV — streaming, rental, digital purchase, DVD, Blu-ray, and 4K steelbook
  • 🔜 Podcasts — listen links across Apple Podcasts, Spotify, Pocket Casts, and more
  • 🔜 Live events — concert, gig, and festival tickets (Ticketmaster, Dice, See Tickets)

Neutrality

RootVine follows a strict neutrality policy:

  • Rankings are determined by trust tier → price → availability → freshness → merchant ID
  • Commission rates, affiliate networks, and sponsored flags are architecturally excluded from the ranking function
  • The ranking logic runs server-side — this package is a thin client

License

MIT — © Raging Orangutan Holdings