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

@bucket-foundation/mcp

v0.1.0

Published

Stdio MCP server for the Bucket Foundation research rail (bucket.foundation). Three tools: bucket_research, bucket_cite, bucket_canon_list.

Downloads

120

Readme

bucket-mcp

Zero-dependency stdio MCP server for the Bucket Foundation research rail. Plug into Claude Desktop or Claude Code and get three tools:

| Tool | What | |------|------| | bucket_research(query, tier?) | Call bucket.foundation/api/research (zero-key proxy over the feed402 rail). Default tier insight ($0.002/call). | | bucket_cite(doi_or_url) | Return a CSL-JSON citation block. Uses doi.org content negotiation for DOIs. | | bucket_canon_list(branch?) | List canon-tier entries. Seven branches: mathematics, physics, chemistry, information, biophysics, cosmology, mind. |

Canon holds only foundations — axioms, laws, primary derivations. Outcomes (longevity, disease, cognition) are downstream applications, not canon.

Install (Claude Code / Claude Desktop, user scope)

# 1. Clone
gh repo clone bucket-foundation/bucket-mcp ~/bucket-mcp
# or: git clone https://github.com/bucket-foundation/bucket-mcp ~/bucket-mcp

# 2. Register at user scope (works in every Claude session on this machine)
claude mcp add --scope user --transport stdio bucket -- \
  bash -lc "exec python3 $HOME/bucket-mcp/bucket-mcp.py"

# 3. Restart Claude Code / Desktop
claude mcp list   # should show 'bucket' green

No pip install, no virtualenv, no API key on the MCP user's side. Python 3.8+ stdlib only.

Zero-install (planned)

# Node (once published):
npx bucket-mcp

# Python via uv:
uvx bucket-mcp

Both are pending publish. Use the git clone path above in the meantime.

Environment

| Var | Default | Meaning | |-----|---------|---------| | BUCKET_BASE_URL | https://www.bucket.foundation | Bucket site base. Override for staging/local. |

Architecture

Claude agent
  │
  ▼ (stdio JSON-RPC 2.0)
bucket-mcp.py
  │
  ▼ (HTTPS)
bucket.foundation/api/research   ← Track A zero-key proxy
  │
  ▼ (x402 + feed402/0.2)
x402-research.agfarms.dev        ← live reference merchant
  │
  ▼
PubMed / OpenAlex / Semantic Scholar / ClinicalTrials / PubChem / Kruse corpus

The MCP user pays nothing. The proxy at bucket.foundation holds the funded wallet and settles on Base. Agents get cited envelopes; humans get receipts.

Protocol

MCP over stdio, JSON-RPC 2.0, protocol version 2024-11-05. All logging on stderr; only JSON-RPC messages on stdout. Matches the pattern used by the AGFarms in-house figma-agf MCP server.

License

MIT (code). The feed402 spec it speaks is CC0.

Part of

Bucket Foundationbuild the past. build history. bucket is the new renaissance. Reference implementation of an open protocol for paid-for-once, citeable-forever primary research.