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

hermes-asia-x402-mcp-server

v1.0.2

Published

MCP server exposing Hermes Asia x402 products with built-in USDC payment handling

Readme

Hermes Asia x402 MCP Server

Exposes Hermes Asia intelligence products as MCP tools with built-in x402 USDC payment handling on Base chain.

Products (11 total)

API Products (high volume, low cost)

  • asia_news_api — $0.005 USDC — Real-time Asian news headlines
  • cn_jp_currency_api — $0.001 USDC — USD/CNY/JPY exchange rates
  • asia_market_data — $0.01 USDC — Macro economic data

Intelligence Products (high value)

  • asia_intelligence — $0.02 USDC — China/Taiwan/Japan trade policy
  • japanese_research — $0.02 USDC — Nikkei news + BOJ policy
  • bilingual_bridge — $0.03 USDC — CN-JP patent translation
  • anime_industry_intel — $0.02 USDC — Japan anime industry investment
  • kabukicho_guide — $0.02 USDC — Tokyo night economy investment
  • china_silver_economy — $0.02 USDC — China 297M seniors market
  • lying_flat_report — $0.02 USDC — China's lying-flat phenomenon
  • china_real_estate_2026 — $0.03 USDC — China property market 2026

Installation

# For Claude Code / Franklin / any MCP client
npx hermes-asia-x402-mcp@latest

# Or install globally
npm install -g hermes-asia-x402-mcp-server

Configuration

Set the wallet private key and Worker URL:

export X402_WALLET_PRIVATE_KEY="0x..."
export WORKER_URL="https://base-worker-01.j23726919.workers.dev"

MCP Client Integration

Claude Code:

claude mcp add hermes-asia -- npx hermes-asia-x402-mcp@latest

Cursor / Other MCP clients: Add to your MCP settings JSON:

{
  "mcpServers": {
    "hermes-asia": {
      "command": "npx",
      "args": ["hermes-asia-x402-mcp@latest"]
    }
  }
}

Payment Flow

  1. AI agent calls an MCP tool (e.g. asia_news_api)
  2. MCP Server POSTs to Hermes Worker → receives HTTP 402
  3. MCP Server parses WWW-Authenticate header (x402 v2 manifest)
  4. MCP Server signs manifest with wallet private key (EIP-191)
  5. MCP Server retries with Authorization header
  6. Worker returns data; USDC transferred on-chain

No API keys. No subscriptions. Pay per call.

Requirements

  • Node.js >= 20.0.0
  • Wallet with USDC on Base chain (for payment)
  • ETH on Base chain (for gas)

License

MIT