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

kairos-mcp-server

v2.0.3

Published

Kairos Signal MCP server - verifiable DePIN + physical-world telemetry: 372 live networks, 501 symbols, 11,100+ series, provenance on every value. Free key, no card.

Readme

Kairos Signal MCP Server — DePIN Data API

First-party DePIN supply telemetry with provenance on every value. 372+ live networks + 129 Bittensor subnets (501+ symbols), 295+ first-party, 11129+ live series.

Connect From Any MCP Client

Remote (Streamable HTTP) — point your client at:

https://kairossignal.com/mcp/

Claude Code / Cursor / any stdio client:

{"mcpServers": {"kairos-signal": {"command": "npx", "args": ["-y", "kairos-mcp-server"], "env": {"KAIROS_API_KEY": "<your key — register_agent gets you one free>"}}}}

Listed in the official MCP registry: com.kairossignal/kairos-signal (search "kairos" at registry.modelcontextprotocol.io).

Quick Start (Autonomous — No Human Needed)

1. Register (free key: $5 credits on the first key per IP; 3 keys per IP per 30 days)

POST https://kairossignal.com/mcp/
{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"register_agent","arguments":{"agent_name":"my-agent","email":"[email protected]"}}}

Returns: {"api_key": "...", "credits_balance": 5.0} (first key per IP; re-registering does not grant more)

2. Browse Products

POST https://kairossignal.com/mcp/
{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"list_products","arguments":{}}}

3. Query DePIN Data

POST https://kairossignal.com/mcp/
{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"fetch_dataset","arguments":{"dataset":"depin_onchain","limit":10}}}

4. Buy a Product (agents pay from credits — no human, no card)

POST https://kairossignal.com/mcp/
{"jsonrpc":"2.0","id":4,"method":"tools/call","params":{"name":"purchase_data","arguments":{"product_key":"depin_provenance"}}}

Snapshots $0.49–$4.99 (credits or x402/USDC). Credits top-up: topup_credits (Stripe $20/$99).

MCP Tools

register_agent, list_products, purchase_data, topup_credits, check_balance, list_datasets, get_stats, get_data_dictionary, get_derivation_ledger, fetch_dataset, verify_footprint, get_zk_provenance

Pricing

Free key: $5 credits (first key per IP; 3 keys per IP per 30 days). One-shot products: $0.49-$399.90 (list_products for the live catalog). Design Partner: $199/mo. Pro: $499/mo. Enterprise: $2,000+/mo.

Links

  • Homepage: https://kairossignal.com
  • Pricing: https://kairossignal.com/pricing.html
  • llms.txt: https://kairossignal.com/llms.txt
  • Stripe: https://buy.stripe.com/dRm00b9zT81o5a50Na1ZS20

License: MIT