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

starwell-mcp

v0.2.3

Published

Statistics from 29 national and international agencies as MCP tools: FRED, Eurostat, ECB, World Bank, OECD, BLS, SEC EDGAR, Statistics Canada, ONS, INSEE and more. Every observation carries its source URL and retrieval time, and the answer tool computes r

Readme

starwell-mcp

Starwell is the verified data layer for AI: official statistics from Statistics Canada, FRED, the U.S. Bureau of Labor Statistics, the World Bank, SEC EDGAR, the U.S. Treasury, the European Central Bank, the UK Office for National Statistics, INSEE (France), the Australian Bureau of Statistics, the OECD, Eurostat, INE (Spain), the Czech National Bank, ILOSTAT, Statistics Netherlands, the CDC, Statistics Sweden, Statistics Norway, Statistics Finland, Statistics Austria, the Department of Statistics Malaysia, the U.S. Bureau of Economic Analysis, the Central Statistics Office of Ireland, Statistics Denmark, Statistics Poland, Statistics Estonia, Statistics Iceland, and the U.S. Bureau of Transportation Statistics, served as MCP tools. Every observation carries provenance, every series carries a verification status backed by golden-value checks against the live source, and the answer tool returns computed results cited to the official table.

This package is a thin stdio bridge to the Starwell remote MCP server. The tool surface always matches the server, so new sources and tools appear without a package update.

Tools (11): search_catalog, list_sources, list_datasets, get_series, get_series_stats, get_observations, answer, deep_analysis, create_monitor, list_monitors, delete_monitor. Reads are open; answer, deep_analysis, and the monitor tools need a free API key (STARWELL_API_KEY).

Install per client

Remote-capable clients can skip this package and add the URL directly: https://starwell.dev/api/starwell/mcp (Streamable HTTP).

Claude Code

claude mcp add --transport http starwell https://starwell.dev/api/starwell/mcp
# or via stdio:
claude mcp add starwell -- npx -y starwell-mcp

Claude Desktop / claude.ai

Settings, Connectors, Add custom connector, URL https://starwell.dev/api/starwell/mcp. On plans without remote connectors, use the desktop config:

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

Cursor

.cursor/mcp.json:

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

OpenAI Codex CLI

~/.codex/config.toml:

[mcp_servers.starwell]
command = "npx"
args = ["-y", "starwell-mcp"]

Gemini CLI

~/.gemini/settings.json:

{
  "mcpServers": {
    "starwell": { "httpUrl": "https://starwell.dev/api/starwell/mcp" }
  }
}

ChatGPT (developer mode)

Settings, Apps, enable developer mode, add connector with the remote URL above.

Configuration

  • STARWELL_MCP_URL: override the endpoint (staging, self-hosted).
  • STARWELL_API_KEY: Bearer key from https://starwell.dev/account (free). Data reads work without one; answer, deep_analysis, and monitors require it.

Data licensing

Only openly licensed official sources are served, each with its license and attribution in every response. The set covers U.S. federal statistical works (public domain), the Statistics Canada Open Licence, World Bank CC BY-4.0, and the respective open licences of the ECB, OECD, ONS, INSEE, and ABS. This product uses the FRED API but is not endorsed or certified by the Federal Reserve Bank of St. Louis.

Docs: https://starwell.dev/docs