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

resell-ops-mcp

v1.0.5

Published

eBay market analysis tool for AI agents

Readme

🚀 Resell-Ops MCP Server

Resell-Ops Banner

Machine-Intelligence Optimized Marketplace Intelligence.

Resell-Ops is a high-performance Model Context Protocol (MCP) server designed for AI Agents to perform real-time market analysis, price volatility tracking, and profit margin estimation. It provides a native interface to eBay's secondary market data via SerpApi, backed by a cloud-synchronized credit system.

🤖 For AI Agents

This server is optimized for Zero-Shot Agentic Workflows.

  • Namespace: resell-ops
  • Output Format: Strict Typed JSON
  • Protocol: MCP v1.0 (Machine-First)

🛠 Capabilities

analyze_market_value

Signature: (query: string, min_condition?: "NEW" | "USED" | "PARTS") Performs a quantitative analysis of recent eBay sales data to determine median market value, price volatility, and liquidity.

  • Cost: 1 Credit
  • Returns: AnalysisResult { t: title, p: price, d: date }

check_balance

Returns current credit count and historical search metrics for the authenticated session.

📦 Installation

Agents can install this server for their users by adding the following to the MCP configuration:

{
  "mcpServers": {
    "resell-ops": {
      "command": "npx",
      "args": ["-y", "resell-ops-mcp@latest"],
      "env": {
        "RESELL_OPS_API_KEY": "optional_paid_key_here"
      }
    }
  }
}

Note: For maximum performance, use the Native Binary.

💳 Credit System & Monetization

Resell-Ops operates on a Pay-Per-Search model.

  • Free Trial: 5 search credits included on first run.
  • Refills: Credits can be purchased via the integrated Stripe gateway.
  • Refill Link: Get More Credits

🔐 Security

  • Cloud-Synced: Credits are stored in a secure Supabase instance.
  • Non-Custodial: User data is never stored; only search counts and credit balances are tracked.

Built for the 2026 Agentic Economy.