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

@jmthomasofficial/x402-mcp-server

v2.0.1

Published

MCP server that lets Claude, Cursor, LangChain and CrewAI call 35 live x402 pay-per-call tools on Base (USDC) with no API key. Agents auto-pay per call via the x402 v2 protocol using their own funded wallet: cited SEC EDGAR company data, RDAP domain-trust

Readme

x402 MCP Server — 35 live pay-per-call agent tools on Base (USDC)

Wrap JMT x402 Agent Tools35 real pay-per-call APIs (25 x402 v1 + 10 x402 v2) on Base mainnet (USDC) — as MCP tools for any MCP-compatible agent (Claude, GPT, Codex, Gemini, LangChain, Cursor, etc).

Payment IS authentication. No API key. You bring your own payer wallet funded with USDC.

What it does

When your agent calls a tool, the server hits the JMT x402 proxy. If it gets 402 Payment Required, it pays from your wallet and retries — your agent just gets the result. Every call is a real on-chain USDC settlement on Base mainnet.

Install (30 seconds)

git clone https://github.com/jmthomasofficial/x402-mcp-server && cd x402-mcp-server
npm install
export JMT_X402_PRIVATE_KEY=0xYOUR_BASE_WALLET_PRIVATE_KEY   # funded with USDC on Base
node src/index.js

Then point your MCP client at node /abs/path/to/x402-mcp-server/src/index.js.

Prefer the lowest-friction buyer path? Use the Coinbase Agentic Wallet MCP: npx @coinbase/payments-mcp, sign in with email, fund USDC, set a spending limit, then npx awal x402 bazaar search "domain trust" — your agent discovers and pays JMT with no key file.

Tools (35)

Sourced answers, company intel, SEC filing analysis, news briefings, social sentiment, macro/market pulse, crypto/stock research, competitor analysis, domain trust scoring, regulatory monitoring, web search, URL extract, summarize, analyze, deep research, live prices, EDGAR lookup, WHOIS/RDAP, Treasury yields, gas snapshots, hashing, JSON→CSV, text diff — plus 10 v2 flagship routes (/v2/api/*, x402 v2, Base mainnet eip155:8453).

Prices range $0.001–$0.15/call (v1 research tools $0.03–$0.15; v2 flagship $0.002–$0.010). See /api/pricing on the live server for the exact, current price of every route.

Live proof

  • Manifest: https://jmt-x402-proxy.jmthomasofficial.workers.dev/.well-known/x402
  • Pricing: https://jmt-x402-proxy.jmthomasofficial.workers.dev/api/pricing
  • OpenAPI: https://jmt-x402-proxy.jmthomasofficial.workers.dev/openapi.json
  • Live demo (operator-funded integration proof — NOT third-party revenue): https://jmt-x402-proxy.jmthomasofficial.workers.dev/api/demo-agent

Security

  • Your private key never leaves your machine. It is only used to sign x402 payment authorizations.
  • Set a per-wallet spend limit. The server uses EIP-3009 gasless transferWithAuthorization — you pay only the per-call price, never gas.
  • Keys are never logged.

How agents buy JMT (no API key)

See BUYERS.md for the fastest path: Coinbase Agentic Wallet MCP (npx @coinbase/payments-mcp, set a spending limit, npx awal x402 bazaar search "company intelligence") or bring-your-own payer key.