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

spreshapp-mcp

v1.0.3

Published

MCP server for SpreshApp ad research and competitor intelligence tools

Readme


Ask Claude to research competitors, decode winning ad angles, track brand ad history, and analyze your saved ad library, all directly from your Claude Desktop or Claude Code session.

Requirements

Setup

Claude Desktop

Add this to your claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json):

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

Restart Claude Desktop after saving.

Claude Code

claude mcp add spreshapp -- npx -y spreshapp-mcp

VS Code (with MCP extension)

{
  "mcp": {
    "servers": {
      "spreshapp": {
        "command": "npx",
        "args": ["-y", "spreshapp-mcp"]
      }
    }
  }
}

Authentication

The first time the server starts it opens your browser to log in with your SpreshApp account (OAuth 2.0 with PKCE). After login, credentials are saved to ~/.spreshapp/credentials.json (file mode 600) and refreshed automatically before each session.

If the browser does not open automatically, copy the URL printed in the terminal and paste it manually.

To log in again:

rm ~/.spreshapp/credentials.json

Available Tools

Ad tools

| Tool | Description | |------|-------------| | ad_search | Search Facebook ads by keyword, niche, or industry | | ad_search_expand_query | Expand a search query to surface more relevant ads | | ad_get | Fetch full details for a specific ad | | ad_get_analysis | Retrieve saved AI analysis for an ad | | ad_analyze | Run AI analysis on any ad | | ad_analyze_batch | Analyze multiple ads in one call | | ad_chat | Chat with Claude about an ad's creative strategy |

Brand tools

| Tool | Description | |------|-------------| | brand_search | Search for brands in SpreshApp | | brand_get_overview | Get a brand's full profile and stats | | brand_get_status | Get the current tracking status for a brand | | brand_get_ad_history | Get historical ad volume data for a brand | | brand_list_active_ads | List all ads a brand is currently running | | brand_follow | Start tracking a brand |

Library tools

| Tool | Description | |------|-------------| | search_ads | Search your saved ad library | | get_folder_ads | Get ads from a specific folder | | list_folders | List all your saved folders | | get_tags | List tags used across your library | | get_pages | List saved Facebook pages |

Example prompts

Find 10 high-performing Facebook video ads in the fitness niche and summarize the angles used.
Research Nike's current Facebook ad strategy, how many ads are they running and what are the themes?
Open my "Inspiration" folder and identify the top 3 creative hooks.
Track the brand glossier.com and show me their ad history over the last 30 days.

Troubleshooting

| Symptom | Fix | |---------|-----| | Browser did not open | Copy the URL printed to the terminal and open it manually | | "Authentication expired" error | Delete ~/.spreshapp/credentials.json and re-run | | "Not subscribed to any plan" | Visit spreshapp.com/pricing | | "Daily limit reached" | Quota resets at midnight UTC, or upgrade your plan | | "Feature not available" | Your current plan does not include this tool, upgrade at spreshapp.com/pricing |

License

UNLICENSED — proprietary software. See spreshapp.com for terms.