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

@aicoin/aicoin-mcp

v1.0.5

Published

AiCoin MCP Server - unified crypto market data & trading via AiCoin API + CCXT

Readme

@aicoin/aicoin-mcp

AiCoin MCP Server — real-time crypto market data & exchange trading for any AI assistant.

41 tools · Market data · K-lines · Funding rates · Liquidations · Order flow · Hyperliquid analytics · News · Multi-exchange trading via CCXT

Quick Start

Works out of the box — a free API key is built in (15 req/min, IP rate-limited).

Claude Code

claude mcp add aicoin -- npx -y @aicoin/aicoin-mcp

Other Clients

Add to your MCP config (.mcp.json, claude_desktop_config.json, etc.):

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

Use Your Own API Key (Optional)

For higher rate limits, get a key at aicoin.com/opendata and add env vars:

{
  "mcpServers": {
    "aicoin": {
      "command": "npx",
      "args": ["-y", "@aicoin/aicoin-mcp"],
      "env": {
        "AICOIN_ACCESS_KEY_ID": "your-key-id",
        "AICOIN_ACCESS_SECRET": "your-secret"
      }
    }
  }
}

Enable Exchange Trading (Optional)

To place orders, check balances, and manage positions, add your exchange API key:

{
  "env": {
    "AICOIN_ACCESS_KEY_ID": "your-key-id",
    "AICOIN_ACCESS_SECRET": "your-secret",
    "DEFAULT_EXCHANGE": "okx",
    "OKX_API_KEY": "your-exchange-key",
    "OKX_SECRET": "your-exchange-secret",
    "OKX_PASSPHRASE": "your-passphrase"
  }
}

Exchange API keys are stored locally only and never sent to AiCoin servers.

Supported exchanges: binance binanceusdm binancecoinm okx bybit bitget gate huobi hyperliquid

Tools

Market Data (30 tools)

| Tool | What it does | |------|-------------| | coin_info | Coin list, real-time prices, profiles, AI analysis | | coin_funding_rate | Funding rate history (per-exchange or volume-weighted) | | coin_liquidation | Liquidation heatmap, history, estimated liquidation chart | | coin_open_interest | Aggregated OI history (stablecoin / coin-margined) | | coin_futures_data | Futures order book history, large orders, trade data | | market_info | Exchange list, platform tickers, trending coins, futures OI rankings | | kline | Standard & indicator K-lines, trading pair discovery | | index_data | Index prices, details, list of all available indexes | | crypto_stock | Crypto-related stock quotes, top gainers, company info | | coin_treasury | Corporate holdings (entities, trade history, accumulated) | | depth | Real-time order book snapshots (latest, full, grouped) | | market_overview | Market nav, long/short ratio, liquidation, grayscale, stocks | | order_flow | Whale order tracking, aggregated large trades | | trading_pair | Trading pair tickers, pairs by platform, filtered search | | signal_data | Win-rate strategy signals, alerts, abnormal price movements | | signal_manage | Delete signal alerts | | news | Paginated news articles, full article detail, RSS feed | | flash | Flash news, industry flashes, exchange listing announcements | | hl_ticker | Hyperliquid tickers (single coin or all) | | hl_whale | HL whale positions, events, long/short directions | | hl_liquidation | HL liquidation history, stats, top liquidated positions | | hl_open_interest | HL OI summary, top coins, per-coin history | | hl_taker | HL taker buy/sell delta, K-lines with taker volume | | hl_trader | HL trader stats, best trades, performance, batch analytics | | hl_fills | HL trade fills by address/order/TWAP, top trades | | hl_orders | HL orders (latest, filled, top open, active stats, TWAP) | | hl_position | HL position history, PnL, execution trace | | hl_portfolio | HL portfolio curve, PnL, max drawdown, net flow | | hl_advanced | HL generic info API, smart money finder, trader discovery | | guide | Setup guides for API key, tier upgrade, exchange trading |

Exchange Trading (11 tools)

| Tool | What it does | |------|-------------| | exchange_info | List supported exchanges, query trading pairs | | exchange_ticker | Real-time ticker (single or batch) | | exchange_market_data | Order book, recent trades, OHLCV candlesticks | | exchange_funding | Current and historical funding rates | | account_status | Account balance and open positions | | account_orders | Query open/closed orders, trade history | | account_history | Ledger, deposit, and withdrawal history | | create_order | Place market or limit orders | | cancel_order | Cancel single or all open orders | | set_trading_config | Set leverage and margin mode | | transfer | Transfer funds between accounts (spot/futures) |

Environment Variables

| Variable | Required | Description | |----------|----------|-------------| | AICOIN_ACCESS_KEY_ID | No | AiCoin API key (free tier built-in, rate-limited) | | AICOIN_ACCESS_SECRET | No | AiCoin API secret | | DEFAULT_EXCHANGE | No | Default exchange for trading (default: binance) | | {EXCHANGE}_API_KEY | For trading | Exchange API key | | {EXCHANGE}_SECRET | For trading | Exchange API secret | | {EXCHANGE}_PASSPHRASE | OKX/Bitget | Exchange passphrase | | USE_PROXY | No | Enable proxy (true/false) | | PROXY_URL | No | Proxy URL, e.g. http://127.0.0.1:7890 |

API Tiers

| Tier | Price | Rate Limit | Monthly Quota | Features | |------|-------|------------|---------------|----------| | Free | $0 | 15 req/min | 20K | Market, coin & special data | | Basic | $29/mo | 30 req/min | 20K | + Content data | | Standard | $79/mo | 80 req/min | 500K | + Content data | | Advanced | $299/mo | 300 req/min | 1.5M | + Content data, commercial use | | Professional | $699/mo | 1200 req/min | 3.5M | + Content data, commercial use |

Upgrade at aicoin.com/opendata. Your existing key is automatically upgraded.

License

MIT