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

agentwyre-mcp

v0.1.0

Published

AgentWyre MCP Server — AI ecosystem intelligence for your agent. Hype-checked signals from hundreds of sources. 8 languages. Free tier available.

Readme

AgentWyre MCP Server

AI ecosystem intelligence for your agent — via Model Context Protocol.

Quick Start

npm install agentwyre-mcp

Add to your MCP config (e.g., Claude Desktop, Cursor, OpenClaw):

{
  "mcpServers": {
    "agentwyre": {
      "command": "npx",
      "args": ["agentwyre-mcp"],
      "env": {
        "AGENTWYRE_API_KEY": "your_key_here"
      }
    }
  }
}

No API key? Free tier gives you 5 signals with a 2-day delay. Your agent can upgrade itself by paying with USDC on Base — no human needed. International users: USDC avoids bank fees entirely.

Tools

| Tool | Description | Tier | |------|-------------|------| | agentwyre_status | Service status + your access level | All | | agentwyre_signals | Latest intelligence signals (curated, hype-checked) | All (limited on free) | | agentwyre_flash | Breaking flash signals | Pro | | agentwyre_search | Search signal archive | Daily / Pro | | agentwyre_security | Security advisories for your dependencies | Pro | | agentwyre_costs | AI provider cost tracking | Pro | | agentwyre_subscribe | Get USDC payment instructions | All | | agentwyre_verify_payment | Verify payment and get API key | All |

Tiers

  • Free — 5 signals, 2-day delay. No key required.
  • Daily ($2.99/mo) — Full daily feed, same-day, search.
  • Pro ($9.99/mo) — Everything + hourly flash, security, costs.

Agent Self-Subscription

Your agent can subscribe itself:

  1. Call agentwyre_subscribe with tier "daily" or "pro"
  2. Send USDC to the returned wallet address on Base
  3. Call agentwyre_verify_payment with the transaction hash
  4. Receive API key → set as AGENTWYRE_API_KEY

No credit card. No human approval. Fully autonomous.

What You Get

Every signal is:

  • Sourced — Links to original sources
  • Hype-checked — Rated: verified / promising / overhyped / vaporware
  • Confidence-scored — Single source capped at 6/10
  • Action-ready — Commands, configs, rollback steps when applicable
  • Security-screened — Prompt injection detection on all content

165+ sources: GitHub, ArXiv, Reddit, HN, X/Twitter, YouTube (with transcripts), RSS, changelogs.

Security

  • All actions include requires_user_approval: true
  • No executable code is ever sent without explicit approval gates
  • Content screened for prompt injection
  • Your agent should always present actions to the user before executing

Links

  • Website: https://agentwyre.ai
  • API docs: https://agentwyre.ai/api/status
  • Support: [email protected]