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

agentcanary-mcp

v1.4.1

Published

MCP server for AgentCanary — decision-grade market intelligence for autonomous AI agents. Regime, risk, narrative momentum, scenarios, track-record-verified signals via API + MCP.

Readme

AgentCanary MCP Server

MCP server for AgentCanary — decision-grade market intelligence for autonomous AI agents. Regime classifications, risk scores, narrative momentum, scenario probabilities, and public track-record-verified signals via 18 MCP tools.

Quick Start

npx agentcanary-mcp

Claude Desktop Config

{
  "mcpServers": {
    "agentcanary": {
      "command": "npx",
      "args": ["agentcanary-mcp"],
      "env": { "AC_API_KEY": "ac_your_key_here" }
    }
  }
}

Cursor Config

~/.cursor/mcp.json:

{
  "mcpServers": {
    "agentcanary": {
      "command": "npx",
      "args": ["-y", "agentcanary-mcp"],
      "env": { "AC_API_KEY": "ac_your_key_here" }
    }
  }
}

Restart Cursor → all 18 tools available via Composer.

Windsurf Config

~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "agentcanary": {
      "command": "npx",
      "args": ["-y", "agentcanary-mcp"],
      "env": { "AC_API_KEY": "ac_your_key_here" }
    }
  }
}

Continue.dev Config

~/.continue/config.jsonexperimental.modelContextProtocolServers:

{
  "experimental": {
    "modelContextProtocolServers": [
      {
        "transport": {
          "type": "stdio",
          "command": "npx",
          "args": ["-y", "agentcanary-mcp"],
          "env": { "AC_API_KEY": "ac_your_key_here" }
        }
      }
    ]
  }
}

Get an API Key

curl -X POST https://api.agentcanary.ai/api/keys/create \
  -H "Content-Type: application/json" \
  -d '{"walletAddress": "0xYourWallet"}'

Deposit USDC/USDT on any major EVM chain (Base, Ethereum, Arbitrum, Optimism, Polygon). $5 minimum. Credits never expire.

Tools (18)

| Tool | Tier | Returns | |------|------|---------| | get_briefs | Explorer | Daily market intelligence briefs (4×/day: radar / signal / pulse / wrap) | | get_regime | Builder | Current macro regime, risk gauge (0-100), key drivers, transition probabilities | | get_indicators | Builder | Any of 36 proprietary indicators (Bull Market Support Band, Pi Cycle, Wyckoff, CAPE, Hindenburg…) — pass name= | | get_narratives | Builder | Top active narratives with momentum scores, stage, asset impact | | get_predictions | Builder | Prediction market data (Polymarket, Kalshi) | | get_scores | Explorer | Prediction scoring results (hit / partial / miss after 72h) | | get_scenario_analysis | Signal | Forward scenarios with price targets | | get_signals | Builder+ | 20 sub-types via type=: whale-alerts, fear-greed, funding-rates, btc-etf-flows, vix, credit-stress, sector-rotation, insider-activity, correlations, dxy, oil, yield-curve, market-structure, stablecoin-dominance, whale-positions, cftc-cot, bofa-fms, dispersion, geopolitical-risk, decision-engine | | get_news | Builder | Aggregated market news, filterable by ticker | | get_market_structure | Builder | Orderbook depth, liquidation heatmap, exchange volumes — pass view= | | get_defi | Builder | DeFi yields, stablecoins, chains, unlocks, perps — pass category= | | get_btc_options | Builder | BTC options max pain + volatility skew | | get_central_banks | Signal | Balance sheets, gold, reserves, TIC — pass view= | | get_expectations | Signal | Market expectations (crowded, early, rotation) | | get_macro | Builder | FRED, business cycle, global liquidity, M2, supply chain, high-impact calendar | | get_open_interest | Builder | Cross-exchange OI across 43 perps + top by USD + 4h Δ% shifters | | get_liquidations | Builder | 24h totals + 4h long/short split + per-side event counts + dominant-direction label |

Pricing

| Tier | Deposit | Calls/day | Adds | |------|---------|-----------|------| | Explorer | free | 50 | briefs + scores | | Builder | $50 USDC | 500 | + indicators / regime / narratives / news / predictions | | Signal | $150 USDC | 2000 | + scenarios / positioning / full content | | Institutional | $500 USDC | unlimited | white-label, SLA |

Per-call cost: $0.01-0.02 from deposit. Credits never expire. No subscriptions.

Links

License

MIT

Diagnose Tool

If any other tool returns tier_insufficient, scope_insufficient, or insufficient_credits, call diagnose for the exact upgrade path:

{
  "mcp_version": "1.4.0",
  "tier": "explorer",
  "scopes": ["all"],
  "credits": 50,
  "upgrade_path": "Deposit $50 USDC on Base to upgrade to Builder tier"
}

Tier-Aware Errors

Errors are now structured. Examples:

  • [tier_insufficient] — endpoint requires a higher tier than your key carries
  • [scope_insufficient] — your key has restricted scopes (re-issue with broader)
  • [insufficient_credits] — top up via deposit on Base
  • [rate_limited] — includes Retry after Ns