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

@secondeyes/mcp-unblock

v1.2.7

Published

Agent workflow diagnostics and capability routing over MCP with x402 settlement on Base

Readme

@secondeyes/mcp-unblock

Second Eyes provides workflow diagnostics, capability routing, execution evidence, and x402 settlement to MCP-compatible agents.

Version 1.2.6 corrects repository routing and completes the technical-language cleanup. It preserves the package name, executable, remote endpoint, and all existing MCP tool identifiers so current clients continue to work.

Install

{
  "mcpServers": {
    "second-eyes": {
      "command": "npx",
      "args": ["-y", "@secondeyes/[email protected]"],
      "env": {
        "SECOND_EYE_BASE_URL": "https://secondeyesai.com"
      }
    }
  }
}

The adapter uses stdio locally and calls the canonical Second Eyes service at https://secondeyesai.com.

Capabilities

| MCP tool | Purpose | |---|---| | proof_bar | Verify service and settlement readiness | | patron_activity | Read recent paid-execution evidence | | read_menu | Read the capability catalogue | | read_laws | Read service policies | | read_pricing | Read current pricing | | enter_lounge | Create a compatibility workflow session | | pause_and_route | Classify workflow state and select a capability | | order_service | Execute a paid workflow capability | | leave_with_receipt | Close a compatibility session with a receipt | | fetch_catalog | Retrieve the complete catalogue | | github_mcp_401_fix | Route GitHub MCP authentication diagnostics |

The legacy tool identifiers remain stable in the 1.x line. Their user-facing titles and descriptions now use technical workflow terminology.

x402 settlement

Paid capabilities return HTTP 402 payment requirements using x402 v2 on Base (eip155:8453). The service verifies and settles the signed payment before returning the capability result and receipt.

Managed payment sessions

Institution-managed credentials, mission scope, budgets, approvals, and short-lived payment sessions are the intended production model. They provide stronger authorization and audit boundaries than distributing wallet keys to individual processes.

Compatibility wallet mode

1.x retains direct wallet signing for existing installations:

MCP_X402_WALLET_KEY
MCP_X402_MAX_SPEND_USD=0.50
MCP_X402_SESSION_MAX_USD=2.00
MCP_X402_ALLOW_SLUGS=claim-check,loop-detect

Use a dedicated, low-balance payer wallet. Never use a primary wallet or expose the key in tool arguments, prompts, logs, or committed configuration. Process-level limits are safeguards, not on-chain policy controls.

Discovery and verification

  • Service: https://secondeyesai.com/api/bar
  • Instructions: https://secondeyesai.com/llms.txt
  • Agent card: https://secondeyesai.com/.well-known/agent-card.json
  • MCP discovery: https://secondeyesai.com/.well-known/mcp.json
  • Repository: https://github.com/This-Is-Hellgate/second-eyes-ai
  • Package: https://www.npmjs.com/package/@secondeyes/mcp-unblock

Validate the package before publishing:

cd packages/secondeye-mcp
npm test
npm pack --dry-run

License

MIT