@aicoin/opendata-mcp 2.0.2 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +12 -100
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,114 +1,26 @@
1
- # @aicoin/opendata-mcp
1
+ # @aicoin/opendata-mcp (Deprecated)
2
2
 
3
- AiCoin OpenData MCP Server real-time crypto market data & analytics for any AI assistant.
3
+ > **This package has been deprecated.** Please use [@aicoin/aicoin-mcp](https://www.npmjs.com/package/@aicoin/aicoin-mcp) instead it includes everything in this package plus 11 exchange trading tools.
4
4
 
5
- **30 tools** · Market data · K-lines · Funding rates · Liquidations · Order flow · Hyperliquid analytics · News
5
+ ## Migration
6
6
 
7
- > Need exchange trading (place orders, check balances)? Use [@aicoin/aicoin-mcp](https://www.npmjs.com/package/@aicoin/aicoin-mcp) instead — it includes everything here plus 11 CCXT trading tools.
7
+ Replace in your MCP config:
8
8
 
9
- ## Quick Start
10
-
11
- Works out of the box — a free API key is built in (15 req/min, IP rate-limited).
12
-
13
- ### Claude Code
14
-
15
- ```bash
16
- claude mcp add aicoin-opendata -- npx -y @aicoin/opendata-mcp
17
- ```
18
-
19
- ### Other Clients
20
-
21
- Add to your MCP config (`.mcp.json`, `claude_desktop_config.json`, etc.):
22
-
23
- ```json
9
+ ```diff
24
10
  {
25
11
  "mcpServers": {
26
- "aicoin-opendata": {
27
- "command": "npx",
28
- "args": ["-y", "@aicoin/opendata-mcp"]
12
+ - "aicoin-opendata": {
13
+ - "command": "npx",
14
+ - "args": ["-y", "@aicoin/opendata-mcp"]
15
+ + "aicoin": {
16
+ + "command": "npx",
17
+ + "args": ["-y", "@aicoin/aicoin-mcp"]
29
18
  }
30
19
  }
31
20
  }
32
21
  ```
33
22
 
34
- ### Use Your Own API Key (Optional)
35
-
36
- For higher rate limits, get a key at [aicoin.com/opendata](https://www.aicoin.com/opendata) and add env vars:
37
-
38
- ```json
39
- {
40
- "mcpServers": {
41
- "aicoin-opendata": {
42
- "command": "npx",
43
- "args": ["-y", "@aicoin/opendata-mcp"],
44
- "env": {
45
- "AICOIN_ACCESS_KEY_ID": "your-key-id",
46
- "AICOIN_ACCESS_SECRET": "your-secret"
47
- }
48
- }
49
- }
50
- }
51
- ```
52
-
53
- ## Tools
54
-
55
- | Tool | What it does |
56
- |------|-------------|
57
- | `coin_info` | Coin list, real-time prices, profiles, AI analysis |
58
- | `coin_funding_rate` | Funding rate history (per-exchange or volume-weighted) |
59
- | `coin_liquidation` | Liquidation heatmap, history, estimated liquidation chart |
60
- | `coin_open_interest` | Aggregated OI history (stablecoin / coin-margined) |
61
- | `coin_futures_data` | Futures order book history, large orders, trade data |
62
- | `market_info` | Exchange list, platform tickers, trending coins, futures OI rankings |
63
- | `kline` | Standard & indicator K-lines, trading pair discovery |
64
- | `index_data` | Index prices, details, list of all available indexes |
65
- | `crypto_stock` | Crypto-related stock quotes, top gainers, company info |
66
- | `coin_treasury` | Corporate holdings (entities, trade history, accumulated) |
67
- | `depth` | Real-time order book snapshots (latest, full, grouped) |
68
- | `market_overview` | Market nav, long/short ratio, liquidation, grayscale, stocks |
69
- | `order_flow` | Whale order tracking, aggregated large trades |
70
- | `trading_pair` | Trading pair tickers, pairs by platform, filtered search |
71
- | `signal_data` | Win-rate strategy signals, alerts, abnormal price movements |
72
- | `signal_manage` | Add or delete signal alerts |
73
- | `news` | Paginated news articles, full article detail, RSS feed |
74
- | `flash` | Flash news, industry flashes, exchange listing announcements |
75
- | `hl_ticker` | Hyperliquid tickers (single coin or all) |
76
- | `hl_whale` | HL whale positions, events, long/short directions |
77
- | `hl_liquidation` | HL liquidation history, stats, top liquidated positions |
78
- | `hl_open_interest` | HL OI summary, top coins, per-coin history |
79
- | `hl_taker` | HL taker buy/sell delta, K-lines with taker volume |
80
- | `hl_trader` | HL trader stats, best trades, performance, batch analytics |
81
- | `hl_fills` | HL trade fills by address/order/TWAP, top trades |
82
- | `hl_orders` | HL orders (latest, filled, top open, active stats, TWAP) |
83
- | `hl_position` | HL position history, PnL, execution trace |
84
- | `hl_portfolio` | HL portfolio curve, PnL, max drawdown, net flow |
85
- | `hl_advanced` | HL generic info API, smart money finder, trader discovery |
86
- | `guide` | Setup guides for API key and tier upgrade |
87
-
88
- ## Environment Variables
89
-
90
- | Variable | Required | Description |
91
- |----------|----------|-------------|
92
- | `AICOIN_ACCESS_KEY_ID` | No | AiCoin API key (free tier built-in, rate-limited) |
93
- | `AICOIN_ACCESS_SECRET` | No | AiCoin API secret |
94
-
95
- ## API Tiers
96
-
97
- | Tier | Price | Rate Limit | Monthly Quota | Features |
98
- |------|-------|------------|---------------|----------|
99
- | Free | $0 | 15 req/min | 20K | Market, coin & special data |
100
- | Basic | $29/mo | 30 req/min | 20K | + Content data |
101
- | Standard | $79/mo | 80 req/min | 500K | + Content data |
102
- | Advanced | $299/mo | 300 req/min | 1.5M | + Content data, commercial use |
103
- | Professional | $699/mo | 1200 req/min | 3.5M | + Content data, commercial use |
104
-
105
- Upgrade at [aicoin.com/opendata](https://www.aicoin.com/opendata). Your existing key is automatically upgraded.
106
-
107
- ## Migrating from v1.x
108
-
109
- v2.0 consolidates 100+ individual tools into **30 action-based tools**. Each tool now supports multiple actions via an `action` parameter (e.g., `coin_info` with `action: "list"` / `"ticker"` / `"config"` / `"ai_analysis"`).
110
-
111
- This reduces context overhead for AI assistants and improves tool selection accuracy. All API endpoints remain the same — only the tool interface changed.
23
+ All tools and environment variables remain the same. No code changes needed.
112
24
 
113
25
  ## License
114
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aicoin/opendata-mcp",
3
- "version": "2.0.2",
3
+ "version": "2.1.0",
4
4
  "description": "AiCoin OpenData MCP Server - crypto market data via AiCoin Open API",
5
5
  "main": "build/index.js",
6
6
  "type": "module",