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

getdigitalcraft-mcp-render

v1.2.0

Published

MCP server for paid Solana due-diligence reports, chain data, deterministic utilities and image rendering. Pays per call in USDC over x402.

Readme

getdigitalcraft (MCP)

Solana chain data, deterministic utilities and exact-typography image rendering, as MCP tools. Paid per call in USDC on Base over x402, so there is no account, no API key and no subscription.

Tools

Solana — $0.01 a call. Decoded from raw account state, not resold from another API.

| tool | returns | |---|---| | pumpfun_curve | bonding-curve price in SOL, market cap, graduation progress, reserves, creator | | pumpfun_safety | mint/freeze authority, dev holdings, curve traction, 0–100 risk score with flags | | pumpfun_creator | creator track record by unclaimed vault fees, net of rent | | solana_token | any mint: supply, decimals, authorities, SPL vs Token-2022 | | solana_balance | SOL balance, plus a named token's balance |

Utilities — $0.01 a call. run_utility with one of 27 operations: hashing and HMAC, base64/URL/hex encoding, JSON/CSV/XML conversion, UUIDs, slugs, text stats, case conversion, Luhn and email validation, regex testing, timezone and duration parsing, colour conversion and WCAG contrast. Same input, same output, always.

Imagesrender_image ($0.03) and render_bundle ($0.75–$2.00) across ten platform formats. The text in the output is exactly the text you passed — image models still garble lettering; this cannot, because it isn't a model. satori renders HTML to SVG, resvg rasterises it: no diffusion, no sampling, so the same spec always yields the same pixels. Roughly 250ms warm.

list_capabilities is free and makes no payment.

Install

{
  "mcpServers": {
    "getdigitalcraft": {
      "command": "npx",
      "args": ["-y", "getdigitalcraft-mcp-render"],
      "env": { "X402_PRIVATE_KEY": "0x..." }
    }
  }
}

X402_PRIVATE_KEY is your wallet, holding USDC on Base. It never leaves your machine — this server signs payments locally and sends only the authorization. Use a wallet funded with what you're willing to spend, not your main one.

Without the key the server still starts and list_capabilities still answers; only paying is disabled.

Cost

$0.01 per chain read or utility, $0.03 per image, $0.75–$2.00 per bundle, settled in USDC on Base. Nothing is charged if a call fails.

Changelog

1.1.0

  • Adds the five Solana tools and run_utility. v1.0 shipped image rendering alone, which had it backwards: every paying call this service has taken was at the $0.01 utility price, and there was no $0.01 tool here to make one with.
  • list_formats is renamed list_capabilities. The old name still works and returns the same thing.
  • Fixes errors from paid tools escaping as JSON-RPC protocol errors instead of tool results. A tool result is text the model can read and adapt to; a protocol error reads as a broken tool.

1.0.1

  • Initial release: image rendering only.