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

yeshello-mcp

v1.0.4

Published

AI-powered digital business card builder - create professional business cards, lead capture forms, and service listings from any website URL. Mobile-first, SEO-optimised, NFC-ready. MCP server with 63 tools.

Readme

Install

npm install -g yeshello-mcp

Setup

Get your API key from yeshello.app/dashboard/settings/ai-api.

Free account available - no credit card required.

Claude Desktop / Claude Code

Add to your MCP config (~/.claude/claude_desktop_config.json):

{
  "mcpServers": {
    "yeshello": {
      "command": "yeshello-mcp",
      "args": ["--api-key", "yh_key_YOUR_KEY"]
    }
  }
}

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "yeshello": {
      "command": "yeshello-mcp",
      "args": ["--api-key", "yh_key_YOUR_KEY"]
    }
  }
}

VS Code / Windsurf / Cline

Same config format - add to your MCP settings.

Environment variable

export YESHELLO_API_KEY=yh_key_YOUR_KEY
yeshello-mcp

What is YesHello?

More than a card. Simpler than a website. YesHello replaces the website, the link-in-bio, the form builder, the reviews widget, and the NFC card - all in one platform.

The problem: You need a professional online presence but a website costs thousands, takes weeks, and needs a developer for every update. Link-in-bio tools look cheap and have zero SEO, no lead capture, no services.

The solution: Tell AI to build it from your website URL. In 2 minutes you get a mobile-first page with your services, portfolio, reviews, lead capture forms, booking, contact buttons, and a custom domain - ranking on Google from day one.

What your AI can do with 63 tools

Build your presence from scratch:

  • Scrape your website and extract your name, bio, services, contact info, social links
  • Search and import professional stock photos from Pexels
  • Create a published digital business card with one conversation
  • Set up lead capture forms with webhook delivery to your CRM
  • Create service listings with pricing and call-to-action buttons

Live editing - the killer feature:

  • Open the builder in your browser, split screen with your AI chat
  • Watch every field appear, every image load, every piece of text type itself in
  • The AI builds your card live in front of your eyes - like watching a designer work

Guide you through the platform:

  • AI highlights elements on your screen with tooltips
  • Clicks through tabs and menus to show you features
  • Fills input fields and navigates pages for you

How to use

After setup, just talk to your AI like normal. No special commands. No syntax. Just say what you want:

  1. Open Claude Desktop, Cursor, VS Code, or any MCP client you configured
  2. Start a new conversation
  3. Ask for what you need in plain English

That's it. The AI knows YesHello is connected and will use the right tools automatically. You don't need to mention "YesHello" or "MCP" - just describe what you want.

Try these

"Build me a digital business card from https://mywebsite.com"
"Create a contact form with name, email, phone, and message"
"Add a services listing for my photography business with 3 packages"
"Show me around the card builder"

Who it's for

Freelancers, consultants, photographers, realtors, plumbers, coaches, agencies, restaurants, salons - anyone who needs a professional online presence without a developer or agency.

Free plan available. No credit card required.

How it works

This CLI starts a local MCP server that proxies all tool calls to https://yeshello.app/api/mcp. Your API key authenticates each request. The 63 tools are fetched dynamically from the hosted server, so you always get the latest capabilities.

Links

License

MIT