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

payper-mcp

v0.1.1

Published

Payper MCP server — let any AI agent rent GPUs and pay per second in USDG over x402 on Robinhood Chain.

Readme

payper-mcp

Let any MCP-capable AI agent rent real GPUs and pay per second in USDG over x402 on Robinhood Chain — one wallet, no account, no KYC.

Add it to your agent

Works with Claude Desktop, Claude Code, Cursor, Cline, or any MCP client. Add:

{
  "mcpServers": {
    "payper": {
      "command": "npx",
      "args": ["-y", "payper-mcp"],
      "env": {
        "PAYPER_WALLET_KEY": "0xYOUR_WALLET_PRIVATE_KEY",
        "PAYPER_GATEWAY": "https://app.payperlabs.com"
      }
    }
  }
}

PAYPER_WALLET_KEY is a wallet that holds USDG on Robinhood Chain (chain 4663). It signs payments (gasless — Payper pays the gas). Use a dedicated agent wallet, not your main one, and keep only what you want the agent to be able to spend.

Tools

| Tool | What it does | |---|---| | list_gpus | Live catalog of GPUs + per-hour USD prices | | rent_gpu(gpu, maxUsd) | Rent one. Signs a USDG payment up to maxUsd, returns an access code + connection details. You're charged only for seconds used. | | check_session(code) | State, connection details, and spend for a session | | stop_session(code) | Stop and refund the unused USDG automatically |

How it works

rent_gpu runs the whole x402 flow for the agent: it requests a GPU, receives an HTTP 402 with the price, signs one EIP-3009 authorization for the cap (gasless), and retries. The unused balance is refunded on stop_session. No account, no card, no invoice — just a wallet.

Run standalone

PAYPER_WALLET_KEY=0x... npx payper-mcp

Docs: https://payperlabs.com/docs.html