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

agentx402-mcp-server

v1.0.4

Published

The execution layer for AI agent commerce. 100+ DeFi adapters across 20+ chains (BTC, EVM, Starknet via NEAR MPC) with signed receipts on every action. The full loop: discover skills, pay via x402, run under ShadeGuard policy + Intel TDX TEE, receive File

Readme

agentx402-mcp-server

Policy-gated, receipt-backed x402 execution for AI agents — ShadeGuard before funds move, TEE-attested runs, verifiable proof. Thin stdio wrapper for the live YieldAgentX402 MCP endpoint.

Proof: 16 tools · 18 chains · no custody · signed receipts on every call.

Docs · Try without signup · Get API Key · What is x402?


Try it now (no signup)

The yax_get_capabilities tool is public — you can discover everything before you ever sign up.

curl -X POST https://api.yieldagentx402.app/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
       "params":{"name":"yax_get_capabilities","arguments":{}}}'

Returns: differentiators (pitch), proof_points (16 tools · 18 chains · no custody · signed receipts), security posture, and live infra status.


Install (1 minute)

Works with Claude Desktop, Claude Code, Cursor, Windsurf, Zed, and any MCP 2025-03-26 stdio client.

{
  "mcpServers": {
    "yieldagentx402": {
      "command": "npx",
      "args": ["-y", "agentx402-mcp-server"],
      "env": {
        "YAX_API_KEY": "yax_live_...",
        "YAX_AGENT_ID": "optional-agent-id"
      }
    }
  }
}

Get an API key at https://yieldagentx402.app/apply (or call POST /api/agent-onboard for instant demo credentials).


Tools (16) — 4 categories

| Category | Tools | |---|---| | Discovery (public, no auth) | yax_get_capabilities | | Wallet & custody | yax_get_wallet_status — returns Shade Agent MPC addresses on EVM + BTC + Starknet | | Execution | yax_run_secure_workflow, yax_process_x402_payment | | Policy & governance | yax_check_policy, yax_run_compliance_monitor, yax_get_attestation | | Receipts & audit | yax_get_receipt, yax_verify_receipt, yax_list_runs | | Workflows | yax_score_leads, yax_enrich_lead_data, yax_build_email_sequence, yax_monitor_churn_risk, yax_collect_ar_invoices, yax_forecast_cash_flow |

Every tool call is:

  • ShadeGuard-policy-checked before execution
  • TEE-attested (Intel TDX, NEAR AI Cloud — mrEnclave verifiable at /api/tee/report)
  • Receipt-backed (HMAC-SHA256 over canonical JSON)
  • Filecoin + BTFS anchored when uploads succeed
  • Routed across 18 networks including Base, Ethereum, Bitcoin (native), Starknet, NEAR, Solana, Stacks, BNB, Rootstock, Filecoin, Aptos, Sui, TON, Tron, XRPL, Stellar, Algorand

Custody-free wallet — one MPC key, three chains

The Shade Agent (NEAR chain signatures) derives payment addresses on demand — no private keys held anywhere.

| Chain | Address | Mode | |---|---|---| | EVM (Base/Eth) | 0x6905D04C3655625F6171f7b1e801a9325B1Fa1e8 | MPC-signed | | Bitcoin (P2WPKH) | bc1qcd8ljsj7x0rq3sw7drrt7ragqmmt3tfsfxs6gy | MPC-signed | | Starknet | 0x003a4e08…570906a21 | Stark curve, preset |

Live manifest: https://shade-agent-worker.cryptoblac.workers.dev/api/wallet


Configuration

| Env var | Required | Default | |---|---|---| | YAX_API_KEY | Yes (for non-public tools) | — | | YAX_AGENT_ID | No | — | | YAX_MCP_ENDPOINT | No | https://api.yieldagentx402.app/mcp | | YAX_API_BASE | No | (sets endpoint if YAX_MCP_ENDPOINT unset) |


Registry


Development

npm install
npm run build
npm start

The package is intentionally thin. Tool discovery and tool calls are provided by the public YieldAgentX402 MCP endpoint, so the local package stays truthful as the hosted server evolves.


License

MIT