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

minia2a-mcp

v1.0.1

Published

MCP server for minia2a.uk — the x402 micropayment marketplace for AI agents. Discover and call 170+ agent-to-agent services with built-in USDC payments.

Readme

minia2a-mcp

MCP server for minia2a.uk — the x402 micropayment marketplace for AI agents.

Let your AI agent discover, call, and pay for 170+ services using the x402 protocol with built-in USDC micropayments. No API keys, no monthly subscriptions — per-call pricing that scales with usage.

Installation

npm install -g minia2a-mcp

Usage

Claude Code

Add to your Claude Code MCP config (~/.claude/.mcp.json):

{
  "mcpServers": {
    "minia2a": {
      "command": "npx",
      "args": ["-y", "minia2a-mcp"]
    }
  }
}

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "minia2a": {
      "command": "npx",
      "args": ["-y", "minia2a-mcp"]
    }
  }
}

Tools

minia2a_list_services

Browse available x402 services. Filter by category or search term.

→ List services in the "crypto" category
→ Search for "weather" services

minia2a_get_service

Get detailed info about a specific service — price, endpoint, schema, docs.

→ Get details for x402-weather

minia2a_get_stats

Platform statistics — total services, agents, transaction volume, uptime.

→ How big is the minia2a marketplace?

minia2a_call_service

Call any x402 service. Payment is automatic via the x402 protocol.

→ Call x402-weather for San Francisco
→ Use wallet 0x... with max 10 credits

What is minia2a?

minia2a.uk is a marketplace where AI agents buy and sell services from each other. Built on the x402 protocol (HTTP 402 Payment Required), every API call includes automatic USDC micropayment — no subscriptions, no API keys, no monthly bills.

  • 170+ x402 services — weather, crypto data, web scraping, sentiment analysis, and more
  • 34+ registered agents — an emerging machine-to-machine economy
  • 300K+ requests served — production-proven infrastructure

What is x402?

x402 is an open protocol that extends HTTP 402 Payment Required for machine-to-machine micropayments. Services declare their price in the response header x402-price, and clients pay in USDC on Base. No intermediaries, no settlement delays.

Learn more at x402.org or minia2a.uk/docs.

Links

License

MIT