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

@fouldomain/mcp-server

v2.1.0

Published

MCP server for Foul Domain Phish concert analytics. Query 36,000+ analyzed tracks, show scores, and jam data.

Readme

Foul Domain MCP Server

An MCP (Model Context Protocol) server that gives AI assistants access to Phish concert analytics from Foul Domain. Query 36,000+ analyzed tracks, show scores, jam ratings, and more.

Tools

| Tool | Description | |------|-------------| | search_songs | Find songs by name | | best_versions | Top-rated versions of any song, filterable by year/era, venue, state | | get_show | Show details with full setlist and scores | | top_shows | Highest-rated shows, filterable by year/era, tour, venue, state | | song_stats | Detailed song stats: plays, debut, gap, audio analysis | | find_jams | Search jams by song, tags, year/era, venue, state, BPM, duration, groove, with sort options | | bustouts | Find songs with long gaps between performances | | shows_by_venue | Find shows at a specific venue, city, or state |

Setup

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "fouldomain": {
      "command": "npx",
      "args": ["-y", "@fouldomain/mcp-server"]
    }
  }
}

Claude Code

Add to your ~/.claude/settings.json:

{
  "mcpServers": {
    "fouldomain": {
      "command": "npx",
      "args": ["-y", "@fouldomain/mcp-server"]
    }
  }
}

Manual

npx @fouldomain/mcp-server

Example Queries

Once connected, you can ask your AI assistant things like:

By song

  • "What's the best version of Tweezer?"
  • "Best Reba from 1997"
  • "Top Ghost versions at MSG"
  • "Best 3.0 Tweezers"

By style

  • "Find me a long, dark Phish jam"
  • "Dark funky jams from 1997-1999"
  • "Best Type II jams over 20 minutes"
  • "Grooviest jams from Fall 1997"
  • "Longest jams in 2.0"

By year and era

  • "Best Phish shows from 1997"
  • "Top shows in 3.0"
  • "Best jams from 2003-2004"

By venue and location

  • "Best shows at MSG"
  • "When did they last play Red Rocks?"
  • "Top shows in Colorado"
  • "What shows were at the Gorge in 2023?"
  • "Best jams at Hampton Coliseum"

Bustouts and gaps

  • "What songs haven't they played in 50+ shows?"
  • "What bustouts happened in 2024?"
  • "Songs they haven't played since 1.0"

Show details

  • "What happened at the Phish show on 12/31/99?"
  • "Show me the setlist from Baker's Dozen night 1"
  • "How many times has Phish played Reba?"

Every response includes links back to fouldomain.com for full audio analysis, waveforms, and playback.

Data

Powered by audio analysis of 36,861 Phish tracks from Phish.in, scored using a blend of:

  • Phish.net community ratings (343,000+ votes)
  • Phish.in likes
  • Jam chart recognition
  • Audio analysis (energy, groove, rhythm, BPM, peak detection)

License

MIT