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

50c

v3.7.0

Published

AI developer tools via MCP. Pay-per-use from $0.01. No subscriptions.

Readme

50c

AI developer tools via MCP. Pay-per-use from $0.01. No subscriptions.

Requirements: Node.js 18+

Quick Start

# Install and configure for your IDE
npx 50c install

# Set API key (get one at https://50c.ai)
50c config key YOUR_API_KEY

# Test it
50c hints "api design patterns"

MCP Integration

50c is an MCP (Model Context Protocol) server. After install, your AI IDE can use all tools directly.

Supported IDEs: Claude Desktop, Cursor, Windsurf, VS Code, Verdent, Cline, Continue, Roo Code

Manual Configuration

Add to your IDE's MCP config (~/.cursor/mcp.json, etc.):

{
  "mcpServers": {
    "50c": {
      "command": "npx",
      "args": ["-y", "50c@latest"],
      "env": {
        "FIFTYC_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Tools

Free Tools (No API Key Required)

| Tool | Description | |------|-------------| | web_search | Internet search | | page_fetch | Fetch and extract URL content | | domain_check | Check domain availability | | fm_index, fm_find, fm_search, fm_lines | Fast file indexing and search | | dewey_* | Knowledge indexing (add, search, list) | | fog_check, fog_monitor | Context fog detection |

Paid Tools

| Tool | Cost | Description | |------|------|-------------| | hints | $0.05 | 5 brutal 2-word hints | | hints_plus | $0.10 | 10 expanded 4-word hints | | roast | $0.05 | Brutal code review with fixes | | genius | $0.50 | Deep problem solving | | genius_plus | $0.65 | Self-improving code generation | | bcalc | $0.15 | Mathematical discovery engine | | bcalc_why | $0.20 | Deep math explanations | | compute | $0.02 | Python code execution | | name_it | $0.03 | 5 names + domain availability | | price_it | $0.05 | SaaS pricing strategy | | one_liner | $0.02 | 8-word elevator pitch | | mind_opener | $0.08 | 5 curious angles on a problem | | prompt_expand | $0.10 | Expand idea into detailed concept | | handoff | $0.10 | Generate project handoff document |

Context Tools (Beacon)

| Tool | Cost | Description | |------|------|-------------| | beacon_compress | $0.02 | Smart context compression | | beacon_extract | $0.01 | Extract decisions/errors/entities | | fog_check | FREE | Check context fog level | | fog_monitor | FREE | Continuous fog monitoring | | fog_clear | $0.03 | Clear fog (compress/extract/reset) | | fog_checkpoint | $0.03 | Save conversation checkpoint | | caz_dedup | $0.02 | Content-addressable deduplication | | context_compress | $0.03 | CAZ + BM25 relevance compression |

Infrastructure Tools

| Tool | Description | |------|-------------| | cf_list_zones, cf_list_dns, cf_ssl_status | Cloudflare management (FREE) | | cf_create_dns, cf_purge_cache | Cloudflare write operations ($0.02) | | ux_contrast_check, ux_spacing_system | UI/UX utilities (FREE) | | ux_color_palette, ux_a11y_check, ux_roast | UI/UX analysis ($0.02-$0.05) |

Marketplace (50c-sub)

Create and share reusable AI macros:

| Tool | Cost | Description | |------|------|-------------| | sub_mint | $5.00 | Mint workflow as reusable macro | | sub_run | ~$2.00 | Run a minted macro | | sub_list, sub_get, sub_discover | FREE | Browse macros | | sub_clone | FREE | Clone public macro to your collection | | sub_set_public | FREE | List macro on marketplace |

Creators earn 60% revenue share on marketplace sales.

50c Team

Natural language orchestration - describe what you want, Team picks the right tools:

"roast my code and suggest fixes" → roast + hints
"check if coolstartup.ai is available" → domain_check  
"research AI trends and summarize" → web_search + genius

Enterprise-gated tools (require cv_ent_* API key + 50c-vault):

  • team_ssh - SSH/SCP/SFTP to servers
  • team_deploy - Deploy to production
  • team_exec - Execute remote commands
  • team_http - HTTP requests to your endpoints

CLI Commands

50c status              # Check connectivity
50c balance             # Check credit balance
50c config key <key>    # Set API key
50c config show         # Show config

# Direct tool calls
50c hints "topic"
50c roast "code snippet"
50c genius "complex problem"

Companion Packages

  • 50c-vault - Secure credential storage with passphrase encryption
    npx 50c-vault init
    npx 50c-vault set MY_SECRET

Pricing

  • Free tier: 40+ tools (search, file indexing, fog detection, etc.)
  • Pay-per-use: 1 credit = $0.01, top up anytime
  • No subscriptions: Credits never expire

Pre-Publish Verification

Thorough checks before publishing - catch embarrassing mistakes:

# Verify npm package before publish
50c pre_publish npm

# Verify arXiv paper
50c pre_publish arxiv

# Verify medical/clinical paper  
50c pre_publish medical

# Other profiles: github, science, math

Profiles: | Profile | Checks | Use Case | |---------|--------|----------| | npm | Version bump, links, secrets, syntax, deps | npm publish | | github | Tags, CI, release notes, secrets in history | GitHub release | | arxiv | LaTeX compile, refs, placeholders, code repo | arXiv submission | | medical | IRB, CONSORT, stats, endpoints, disclosures | Clinical papers | | science | Reproducibility, data, claims, figures | Scientific papers | | math | Proofs complete, definitions, notation | Math papers |

Returns: Score out of 100, pass/fail for each empirical check, manual review items.

Links

  • Website: https://50c.ai
  • Docs: https://docs.50c.ai
  • Dashboard: https://50c.ai/dashboard.html