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

hasha2a-mcp-client

v0.1.0

Published

One-command MCP client setup for HashA2A — the Agent-to-Agent Intelligence Layer on Hedera

Readme

@hasha2a/mcp-client

One-command MCP client setup for HashA2A — the Agent-to-Agent Intelligence Layer on Hedera.

Usage

# Auto-detect and configure Claude Desktop / Cursor / Windsurf
npx @hasha2a/mcp-client add

# Or point to a remote server
npx @hasha2a/mcp-client add --url https://hasha2a.com/mcp

# Check installation status
npx @hasha2a/mcp-client check

# Remove the config
npx @hasha2a/mcp-client remove

# List available tools
npx @hasha2a/mcp-client list-tools

Commands

| Command | Description | |---------|-------------| | add / install | Add HashA2A to MCP client config | | remove / uninstall | Remove from config | | check / status | Check if configured | | list-tools / tools | Show 18 available tools |

Options

| Flag | Description | |------|-------------| | --url <url> | MCP server URL (default: http://localhost:8080/mcp) | | --json | JSON output for programmatic use | | --help | Show help |

Supported Clients

  • Claude Desktop
  • Cursor
  • Windsurf

18 MCP Tools

Oracle & Data: get_price, list_assets, get_asset_profile, scan_arbitrage, verified_feed AI & Research: analyze_market, deep_research Prediction Markets: list_providers, get_market_data, check_request, get_agent_profile, aggregate_market_data Hedera Agent Kit: kit_setup, kit_account_balance, kit_transfer_hbar, kit_create_topic, kit_submit_message, kit_get_account_info

Publish

npm publish --access public