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

botindex-mcp-server

v1.0.4

Published

MCP server for BotIndex — AI-native signal intelligence API. Sports odds, crypto correlations, token graduations, agentic commerce comparison. x402-gated.

Readme

BotIndex MCP Server

MCP server for BotIndex — AI-native signal intelligence API.

What is BotIndex?

BotIndex is a multi-vertical signal intelligence API designed for AI agents. No API keys, no signup — wallet is identity, x402 payment is auth.

Verticals:

  • Sports: Live odds, line movements, prop bets, player correlations, DFS optimizer, arbitrage scanner
  • Crypto: Token correlation matrices, graduation signals (Catapult → Hyperliquid)
  • Solana: Metaplex Genesis token launch monitoring
  • Commerce: Cross-protocol merchant comparison (ACP vs UCP vs x402)
  • Premium: Agent traces, aggregated signals, historical analysis, full dashboard

Quick Start

npx @cyberweasel/botindex-mcp

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "botindex": {
      "command": "npx",
      "args": ["-y", "@cyberweasel/botindex-mcp"]
    }
  }
}

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "botindex": {
      "command": "npx",
      "args": ["-y", "@cyberweasel/botindex-mcp"]
    }
  }
}

Tools (23)

| Tool | Price | Description | |------|-------|-------------| | botindex_discover | FREE | Full API catalog with endpoints and pricing | | Sports | | botindex_sports_odds | $0.02 | Live sports odds (NFL, NBA, UFC, NHL) | | botindex_sports_lines | $0.02 | Line movements with sharp action flags | | botindex_sports_props | $0.02 | Prop bet movements with confidence | | botindex_sports_correlations | $0.05 | Player correlation matrix for DFS | | botindex_dfs_optimizer | $0.10 | Correlation-adjusted lineup optimizer | | botindex_arb_scanner | $0.05 | Cross-platform arbitrage scanner | | Crypto | | botindex_crypto_tokens | $0.02 | Token universe with price data | | botindex_crypto_graduating | $0.02 | Catapult→Hyperliquid graduation signals | | Solana | | botindex_solana_launches | $0.02 | Metaplex Genesis launches | | botindex_solana_active | $0.02 | Active Genesis launches | | Zora | | botindex_zora_trending_coins | $0.03 | Trending Zora attention market coins by volume velocity | | botindex_zora_creator_scores | $0.03 | Creator performance scores on Zora | | botindex_zora_attention_momentum | $0.03 | Attention momentum — which Zora trends are accelerating | | Hyperliquid | | botindex_hl_funding_arb | $0.05 | Funding rate arbitrage between Hyperliquid and CEX | | botindex_hl_correlation_matrix | $0.05 | Hyperliquid perp correlation matrix | | botindex_hl_liquidation_heatmap | $0.05 | Liquidation cluster heatmap by price level | | botindex_hl_coin_analytics | $0.05 | Deep analytics for a specific Hyperliquid coin | | Commerce | | botindex_commerce_compare | $0.05 | Cross-protocol merchant comparison | | botindex_commerce_protocols | $0.01 | Protocol directory (ACP/UCP/x402) | | Premium | | botindex_signals | $0.10 | Aggregated signals feed | | botindex_agent_trace | $0.05 | Agent reasoning trace | | botindex_dashboard | $0.50 | Full premium dashboard |

Payment

All paid endpoints use x402 — HTTP 402 Payment Required with USDC on Base.

  • Wallet: 0x7E6C8EAc1b1b8E628fa6169eEeDf3cF9638b3Cbd
  • Network: Base (mainnet)
  • Currency: USDC
  • SDK: npm install @x402/client

When a paid endpoint is called without payment, the tool returns the x402 payment requirements so your agent can construct the payment header and retry.

Environment Variables

| Variable | Default | Description | |----------|---------|-------------| | BOTINDEX_URL | https://king-backend.fly.dev/api/botindex/v1 | API base URL |

License

MIT