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

@pulsenetwork/mcp

v0.2.2

Published

Give your AI agent a wallet and 900+ pay-per-call intelligence APIs. Local MCP server with a zero-config wallet, hard spend caps enforced below the model, and free discovery across the PulseNetwork x402 fleet (finance, crypto, health, law, travel, climate

Readme

@pulsenetwork/mcp

Give your AI agent a wallet and 900+ pay-per-call intelligence APIs.

A local MCP server that connects any MCP host (Cursor, Claude Code, Claude Desktop, …) to PulseNetwork — 74 intelligence verticals covering finance, crypto, health, law, travel, climate, safety, and more. No accounts, no API keys: every endpoint is paid per call in USDC on Base via the x402 protocol.

{ "mcpServers": { "pulsenetwork": { "command": "npx", "args": ["-y", "@pulsenetwork/mcp", "mcp"] } } }

What you get

| Tool | Cost | What it does | |---|---|---| | pulse_discover | FREE | Search the full catalog (~900 endpoints) by keyword | | pulse_call | pays the listed price | Call an endpoint; payment settles automatically | | pulse_balance | FREE | Wallet address + USDC balance | | pulse_report | FREE | Local spend report | | pulse_guardrail | FREE | Show active spend caps |

Zero-config wallet

On first run the server generates a wallet (standard BIP-39 phrase, imports into MetaMask/Rabby) and prints the address. Fund it with a few dollars of USDC on Base and paid calls just work. The recovery phrase is stored at ~/.pulsepay/wallet.json (file mode 600) — back it up. Prefer your own key? Set PULSEPAY_EVM_KEY and nothing is written to disk.

Spend safety, enforced below the model

Guardrails run in code, before anything is signed — a confused or prompt-injected agent cannot bypass them:

  • $0.50 per call / $5 per day by default (change in ~/.pulsepay/config.json or via PULSEPAY_MAX_PER_CALL / PULSEPAY_MAX_PER_DAY)
  • The model has no tool to raise caps — only you can, by editing the file
  • The wallet only pays *.theaslangroupllc.com (the PulseNetwork fleet) — nothing else
  • Prices are checked against the endpoint's live 402 challenge, not a cached catalog
  • Unpriceable calls are blocked, not waved through (fail-closed)

Example prompts

"Check if a 5-hour delayed flight from FRA to JFK qualifies for EU261 compensation."

"Is this token safe? 0x… on Base — run a safety scan before I ape."

"Any product recalls for 'baby teether' in the EU this year?"

"What's my agent wallet's balance and what did it spend this week?"

Most endpoints cost $0.01–$0.25. The agent discovers for free, quotes the price, and pays only when you ask it to.

License

MIT © The Aslan Group LLC. Terms: https://pulse.theaslangroupllc.com/terms.html