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

@dpm-tools/mcp-public-data

v0.1.0

Published

MCP server with 10 zero-API-key public data tools: sun/moon, holidays, timezone, geocoding, distance, elevation. Free, MIT.

Readme

mcp-public-data

10 zero-API-key public data tools for Claude Desktop. Free. MIT.

All the things you Google once a week but shouldn't — sunrise times, holidays, timezones, geocoding — bundled into one MCP server. No API keys. No accounts. No config.


Install

Option 1: Claude Desktop (recommended)

  1. Open Claude Desktop → Settings → Extensions → Browse extensions
  2. Search "Public Data" → Install
  3. Done.

Option 2: Manual config

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

Requires Node.js 22.18+.


Tools (10)

Astronomy

  • sunrise_sunset — Sunrise, sunset, all twilight times for any coordinate/date.
  • moon_phase — Phase, illumination %, label (e.g., "Waxing Gibbous").

Calendar

  • is_holiday — Is a given date a public holiday in country X?
  • next_holiday — Next upcoming holiday for any country.

Time

  • timezone_of — IANA timezone for any lat/lon.
  • convert_time — Convert time between two IANA timezones.

Geography

  • geocode — Address/place → lat/lon (top 5 matches).
  • reverse_geocode — Lat/lon → human-readable address.
  • distance — Great-circle distance (km, miles, nautical miles).
  • elevation — Elevation in meters and feet.

Example prompts

  • "When does the sun set in Tokyo today?"
  • "What's the moon phase tomorrow?"
  • "Is Friday a public holiday in Germany?"
  • "What's the next holiday in Canada?"
  • "What timezone is at lat 35.6, lon 139.7?"
  • "Convert 2pm Toronto time to Tokyo."
  • "Geocode 'Eiffel Tower'."
  • "What's the distance from London to Paris?"
  • "What's the elevation at lat 27.99, lon 86.93?"

API sources (all free, all keyless)

  • sunrise-sunset.org — Sunrise/sunset
  • Moon phase — Pure math (Conway algorithm), no API
  • date.nager.at — Public holidays for 100+ countries
  • OpenStreetMap Nominatim — Geocoding (rate-limited, please be reasonable)
  • open-elevation.com — Elevation

We honor each service's rate limits and User-Agent requirements.


Why?

Claude Desktop is great at conversation, lousy at facts that require live lookup. mcp-public-data fills the gap for the 80% of "what is X right now" questions without forcing the user to set up API keys.

Specifically built for the .mcpb (Anthropic Desktop Extensions) directory, where zero-config matters more than feature breadth.


Sister servers from dpm

  • mcp-devkit — UUID, hash, JWT, JSON, cron, color, password (zero deps, free).

More small, sharp utilities coming weekly. Follow the dpm catalog at <dpm-landing-url> for updates.


License

MIT © dpm (digital product mill)