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

haraldr

v0.5.0

Published

MCP server for Haraldr — login and (eventually) domain management tools for AI agents.

Readme

haraldr

Search and register domain names directly from your AI agent.

This MCP server connects Claude Code, Claude Desktop, Cursor, and other compatible AI tools to Haraldr so you can find a great domain name and buy it without leaving the conversation.

Install

One command sets it up for every AI agent it finds on your machine:

npx haraldr@latest install

That's it — restart your agent and the tools are ready to use.

The @latest tag is intentional: npx caches packages under ~/.npm/_npx/, so the bare form may reuse a stale install command months later. @latest always pulls the newest version. The MCP server entry it writes into your agent config uses the cached form, so agent startup stays fast.

To remove it later:

npx haraldr@latest uninstall

What you can do

Ask your agent things like:

  • "Find me an available .com domain for a coffee subscription startup."
  • "Is mycoolapp.io available?"
  • "Order example.com for me."
  • "Did my domain payment go through?"

Tools

| Tool | What it does | |---|---| | request_login_code | Email yourself a 6-digit login code. | | verify_login_code | Sign in with the code. | | whoami | Show who's currently signed in. | | logout | Sign out. | | search_domains | Check exact names and discover keyword-based ideas. | | order_domain | Order a domain for $15 — returns a Stripe checkout link. | | confirm_payment | Confirm payment and registration after checkout. | | list_domains | List the domains registered through Haraldr. | | list_dns_records | List the DNS records for a registered domain. | | update_dns_records | Add, remove, or change DNS records for a registered domain. | | list_nameservers | Show a registered domain's authoritative nameservers. | | update_nameservers | Point a registered domain at custom nameservers (e.g. Cloudflare) or reset to Haraldr DNS. | | get_dnssec | Show whether DNSSEC is enabled for a registered domain and list its DNSKEYs. | | update_dnssec | Enable or disable DNSSEC for a registered domain (e.g. clear a stale DS record after a DNS move). |

Buying a domain

  1. Ask your agent to search for a name you like.
  2. Ask it to order the domain — you'll get a Stripe checkout URL.
  3. Open the URL, pay, and Stripe collects the billing details used as your registrant contact.
  4. Tell your agent you've paid, and it'll confirm the order and register the domain for you.

Links

License

MIT