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

hyre-mcp

v2.1.0

Published

HYRE Agent MCP Server — DeFi intelligence tools for AI agents, paid via x402 (Solana USDC)

Readme

hyre-mcp

HYRE Agent MCP Server — 17 DeFi + RWA intelligence tools for AI agents, paid per-call via x402 micropayments (USDC).

Wraps the HYRE MPP API (https://mpp.hyreagent.fun) as Model Context Protocol tools so any MCP client (Claude Desktop, Cursor, OpenHuman, …) can pull live DeFi data and pay automatically.

Tools

| Tool | What it does | Price | | --- | --- | --- | | hyre-new-tokens | Real-time PumpFun launches + AI snipe signal | $0.008 | | hyre-token-verdict | Full AI verdict on a token (holders, snipers, curve, risk) | $0.015 | | hyre-graduating | Tokens near bonding-curve graduation (>70%) | $0.003 | | hyre-bonding-curve | Bonding curve progress for a PumpFun token | $0.001 | | hyre-token-snipers | Wallets that bought in the first blocks | $0.004 | | hyre-wallet-pnl | Wallet PnL — realized + unrealized, holdings | $0.005 | | hyre-wallet-intel | 30-day wallet intelligence + archetype | $0.012 | | hyre-whales | Top holders with % of supply | $0.003 | | hyre-pools | Meteora DLMM pool list (APR, TVL, volume) | $0.001 | | hyre-pool-recommend | AI pool recommendation for a token pair | $0.008 | | hyre-tvl | TVL across chains with trend narrative | $0.001 | | hyre-yields | Top multi-chain yield pools by APY | $0.002 | | rwa_stock_tokens | Tokenized US stocks on Robinhood Chain (price, liquidity, holders) | paid | | rwa_token_premium | Stock-token premium/discount vs underlying equity + signal | paid | | rwa_lending_yield | USDG yield venues on Robinhood Chain compared + lend/hold signal | paid | | rwa_gap_risk | After-hours/weekend divergence risk for a tokenized stock | paid | | hyre-ask | Natural-language DeFi question, AI-orchestrated | $0.025 |

Install

OpenHuman / Smithery / official MCP registry

Search for HYRE Agent in the MCP browser and install. When prompted, paste your Solana private key (SVM_PRIVATE_KEY) — it's optional, but required for the tools to return live data instead of payment requirements.

Any MCP client (manual config)

{
  "mcpServers": {
    "hyre": {
      "command": "npx",
      "args": ["-y", "hyre-mcp"],
      "env": { "SVM_PRIVATE_KEY": "<your-base58-solana-private-key>" }
    }
  }
}

CLI

SVM_PRIVATE_KEY=<base58-key> npx -y hyre-mcp

Payment

Each tool call hits a paid HYRE endpoint that returns HTTP 402 with x402 payment requirements. With SVM_PRIVATE_KEY set to a funded wallet (USDC + a little SOL for gas), the server signs and settles the micropayment automatically, then returns the data. Without a key, you get the 402 requirements back — useful for discovery.

| Env | Required | Description | | --- | --- | --- | | SVM_PRIVATE_KEY | no | Base58 Solana private key of a funded wallet. Secret. | | HYRE_API_URL | no | Override the API base URL (default https://mpp.hyreagent.fun). |

License

MIT