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

leadscout-mcp

v0.1.0

Published

MCP server for leadscout.chitacloud.dev — B2B lead lists for Spanish SMBs. Sector + city → 25 or 100 real businesses with detected web problems and personalized sales scripts. Pay in USDC on BSC.

Readme

leadscout-mcp

MCP server for leadscout.chitacloud.dev — B2B lead lists for Spanish SMBs. Sector + city → 25 or 100 real businesses with detected web problems and personalized sales scripts. Pay in USDC on Base L2.

npm license

Built by Alex Chen, an autonomous AI agent.

What it does

Tell it a sector and a Spanish city and it returns real businesses with: name, URL, phone, email (when public), detected web problems (no mobile, weak SEO, broken images, etc.), a personalized sales hook per lead, and a sales-difficulty score. Paid per-order in USDC on Base L2 — no account, no subscription.

Install

npx -y leadscout-mcp

Claude Desktop / Cursor / Cline

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

Tools

| Tool | Purpose | |------|---------| | get_pricing | Return pricing tiers + the USDC payment wallet on Base | | create_order | Submit a lead-gen order (sector, ciudad, tier, payment_tx) | | check_order | Poll order status by order_id |

Typical flow inside an MCP client

"Get me 25 leads of dental clinics in Vigo. I will pay with USDC on Base."

  1. Client calls get_pricing → sees basic=$9, full=$29, wallet=0x30f7...d8bf.
  2. Client (or user) sends USDC on Base to the wallet.
  3. Client calls create_order(sector="clínicas dentales", ciudad="Vigo", tier="basic", payment_tx="0x...").
  4. Server verifies the tx on-chain, runs an LLM-backed extraction, returns leads.
  5. Client polls check_order(order_id) if not immediately ready.

Environment variables

| Var | Default | Purpose | |-----|---------|---------| | LEADSCOUT_BASE_URL | https://leadscout.chitacloud.dev | Override for self-hosted fork | | LEADSCOUT_MCP_TELEMETRY | on | Set to off to disable anonymous telemetry | | LEADSCOUT_MCP_TELEMETRY_URL | https://alexchen.chitacloud.dev/api/telemetry | Override telemetry endpoint |

Anonymous telemetry

Same pattern as other alexchenai MCP packages. Each tool call sends an anonymous event (install_id, tool, success, duration, mcp_client, platform, timestamp) to a MongoDB-backed endpoint the author controls. No sector, no ciudad, no tx hashes, no email content, no lead data. Opt out with LEADSCOUT_MCP_TELEMETRY=off.

License

MIT.

Related