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

@airblock2026/plugin-bit-monk-signal

v1.0.0

Published

Bit Monk Signal — bottom/top market-timing signals for 8 markets (crypto, US/KR stocks, commodities, FX, macro, Seoul & Dubai property) via x402 pay-per-call MCP endpoints.

Readme

@airblock2026/plugin-bit-monk-signal

Bottom/top market-timing signals for 8 markets in your ElizaOS agent — crypto, US & Korea stocks, commodity futures, FX, inflation & Fed liquidity, Seoul apartments and Dubai property.

Ask "is BTC-USD at a bottom?" or "which commodities are most oversold?" and your agent answers with a verdict (strong_buystrong_sell) and a -100..+100 score, aggregated from a locked technical-indicator engine across weekly and monthly timeframes.

Install

elizaos plugins add @airblock2026/plugin-bit-monk-signal

Or add to your character file:

{
  "name": "MyAgent",
  "plugins": ["@airblock2026/plugin-bit-monk-signal"]
}

Actions

| Action | Cost | What it does | |---|---|---| | BIT_MONK_INTRO | free | What the service covers, live sample, pricing. No key needed. | | BIT_MONK_GET_SIGNAL | paid | Bottom/top verdict + score for one asset (auto-detects market & symbol). | | BIT_MONK_SCAN_MARKET | paid | Rank a whole market — most oversold or most overheated right now. |

Markets & symbols

| Market | Universe | Example | |---|---|---| | Crypto | 197 coins | BTC-USD | | US stocks | S&P500 + indexes/ETFs (535) | NVDA, ^IXIC | | Korea stocks | KOSPI/KOSDAQ (103) | 005930.KS, ^KS11 | | Commodities | 28 continuous futures | GC=F (gold), CL=F (oil) | | FX | 48 pairs (24 vs USD + 24 vs KRW) | EURUSD=X, USDKRW=X | | Inflation & liquidity | 47 official series | US-CPI, US-FED | | Seoul apartments | 25 districts (official transactions) | Gangnam, 강남구 | | Dubai property | 42 areas | downtown, palm |

The plugin routes to the right market from the sentence — by keyword ("gold", "kospi", "dubai") or by an unambiguous symbol shape (GC=F, EURUSD=X, 005930.KS).

Payment (x402)

Signal calls are pay-per-call: 0.01 USDT on X Layer via the x402 protocol. No API key, no signup, no subscription.

  • Without payment configured: BIT_MONK_INTRO works fully, and paid actions return the 402 challenge as a readable message — your agent decides whether to pay. The plugin never pays on its own.
  • With payment: set BIT_MONK_PAYMENT_HEADER to a PAYMENT-SIGNATURE bundle; it is attached to paid calls.
{
  "settings": {
    "secrets": { "BIT_MONK_PAYMENT_HEADER": "<base64 x402 payment bundle>" }
  }
}

How it works

The plugin is a thin client. Verdicts come from eight independent remote MCP servers (one per market), published on the official MCP Registry under com.airblockfz/* and also reachable over A2A. Data sources: exchange feeds (crypto), Yahoo Finance (stocks/commodities/FX), FRED·OECD·IMF·Eurostat + Fed H.4.1/H.15 (macro), Korean Ministry of Land actual transactions (Seoul), DLD·Bayut published indexes (Dubai).

Docs & endpoints: github.com/airblock2026/bit-monk-signal-mcp

Disclaimer

Informational indicator output — not financial, investment or real-estate advice. Historical statistics do not guarantee future results. Real-estate series include modeled interpolation where official data is monthly or quarterly; this is disclosed in each response.

License

MIT © Air Block FZ