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

ppxc-leads-mcp

v0.1.24

Published

OPC 评论线索雷达:从公开评论里识别高意向客户线索

Readme

OPC 评论线索雷达 MCP

OPC 评论线索雷达是一款找客户 Agent Skill / MCP 工具,帮助商家从抖音、小红书、快手公开评论中识别购买意向、销售线索和可跟进客户名单。

OPC Comment Lead Radar is an Agent Skill and MCP tool for lead generation from short-video comments, helping teams discover customer intent and sales leads from Douyin, Xiaohongshu, and Kuaishou.

OPC 评论线索雷达 MCP lets an MCP-capable assistant turn public comments on supported social platforms into customer signals, ranked leads, follow-up scripts, and reusable customer-pool records.

Package: https://www.npmjs.com/package/ppxc-leads-mcp
Setup guide: https://opc1.me/download/mcp

Maintainer Notes

本机最新 MCP 源码目录是 /Users/jianshi/ppxc-mcpppxc-leads-mcp 是 npm 包名、命令名和远端仓库名,不是当前本机源码目录名。

更新 MCP 工具本体、工具返回、搜索流程、进度通知、Skill 工作流或 npm 包发布前,先在仓库根目录运行:

npm run guard:mcp-target

检查不通过时不要继续构建、发包或验证。/Users/jianshi/ppxc 只用于后端和官网支撑层,不是 MCP 主源码目录。

What It Does

  • Finds high-intent sales leads from public comments.
  • Detects purchase intent, comparison questions, complaints, and recommendation requests.
  • Generates follow-up scripts that a sales or private-traffic team can use.
  • Saves results into the user's customer pool after OPC login and save/unlock.
  • Generates online HTML reports from OPC backend database records instead of local files or Blob-first storage.
  • Helps content teams turn real customer questions into the next content angles.

Best-fit searches: lead generation, sales leads, social media leads, comment analysis, intent detection, customer discovery, CRM, social listening, local business leads, Xiaohongshu leads, Douyin leads, Kuaishou leads.

Install MCP

Supported desktop systems:

  • macOS with Node.js 18 or newer.
  • Windows 10/11 with Node.js 18 or newer. Use the Windows config below when the host cannot launch npx directly.

Add this server to an MCP-capable host:

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

Recommended Windows config:

{
  "mcpServers": {
    "ppxc-leads": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "ppxc-leads-mcp"]
    }
  }
}

First launch downloads the local browser runtime. On Windows this happens under the user's profile and can take one or two minutes depending on network access to the Electron mirror. If the host reports that the connector exited immediately, retry with the Windows cmd /c config above before changing anything else.

Windows Support Status

Windows is an intended desktop runtime path for this package. Current coverage:

  • Packaged MCP smoke runs on GitHub Actions windows-latest.
  • The launcher uses a Windows-specific stdin pipe so Electron does not exit immediately under GUI process semantics.
  • Platform login and verification windows include Windows focus recovery.

Windows real-machine light smoke and one low-frequency full E2E partial-pass have been recorded. Remaining requirement before saying "Windows full official support": run a non-empty lead case that saves/claims at least one lead and queries it back from the customer pool. See docs/windows-official-support.md.

Install Skill

The official workflow skill is distributed in:

skills/ppxc-find-customers/SKILL.md

Install the whole skills/ppxc-find-customers/ folder into your assistant's skill directory, or import the folder through the host's skill UI. For Codex Desktop / Codex CLI, the usual destination is:

~/.codex/skills/ppxc-find-customers/

MCP installation exposes the tools. Skill installation teaches the assistant the safe workflow: read the workflow manifest, ask for the product/service and target platform, run a trial analysis first, show the first two customer signals, then ask the user to log in only when they want to save, unlock, or query the full customer pool. OPC login is not required before a trial scan.

Tools

The package exposes eleven MCP tools:

  • check_status_and_login
  • get_workflow_manifest
  • list_products
  • suggest_search_keywords
  • search_keyword_for_leads
  • analyze_video_comments
  • query_leads
  • mark_lead_feedback
  • update_lead_status
  • review_followup_queue
  • export_diagnostics

Privacy And Safety

  • Platform login sessions and OPC login credentials stay on the user's machine.
  • Platform tokens and cookies are not uploaded to OPC and are not written to diagnostics.
  • Public comment text is sent to OPC over HTTPS for customer-intent analysis, follow-up suggestions, and customer-pool storage.
  • Trial scans show the first two complete customer signals and do not save to the customer pool.
  • Saved results are stored only in the user's own OPC customer pool.
  • Online reports for saved searches are rendered by the OPC backend with owner checks.
  • Captchas, QR-code login, and security checks are handled by the user in a local window. This package does not bypass verification.
  • The tool does not send private messages or automate outreach.

Troubleshooting

If the assistant says the MCP tools are unavailable, restart or refresh the MCP host after adding the config.

If startup is slow, wait for the browser runtime download to finish. In mainland China networks, the setup guide includes a mirror configuration for Electron downloads.

If a platform asks for QR-code login or verification, complete it manually in the local window, then retry the assistant request.

If something fails, ask the assistant to run export_diagnostics and send the generated diagnostic file to OPC support.

License

This package is proprietary. It may be installed and used as part of the OPC service, but copying, modifying, reverse engineering, republishing, or redistributing it is not allowed except with written permission from OPC.