asrai-mcp 1.0.0 → 1.0.1
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.
- package/package.json +1 -1
- package/skill/SKILL.md +26 -15
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -55,24 +55,35 @@ Requires `ASRAI_PRIVATE_KEY` set in `~/.env` or environment. Payment is signed a
|
|
|
55
55
|
|
|
56
56
|
## MCP tools
|
|
57
57
|
|
|
58
|
+
|
|
58
59
|
| Tool | What it does | Cost |
|
|
59
60
|
|---|---|---|
|
|
60
|
-
| `market_overview` |
|
|
61
|
-
| `
|
|
62
|
-
| `
|
|
63
|
-
| `
|
|
64
|
-
| `
|
|
65
|
-
| `
|
|
61
|
+
| `market_overview` | Full brief: trending, gainers/losers, RSI, screeners, sentiment, cashflow — use for complete reports only | $0.095 |
|
|
62
|
+
| `trending` | Currently trending coins | $0.005 |
|
|
63
|
+
| `gainers_losers` | Top gainers and losers | $0.005 |
|
|
64
|
+
| `top_bottom` | RSI extremes, top/bottom signals, bounce/dip candidates | $0.015 |
|
|
65
|
+
| `volume_spikes` | Coins with unusually high volume | $0.005 |
|
|
66
|
+
| `high_volume_low_cap` | Low market cap coins with high volume | $0.005 |
|
|
67
|
+
| `ath_tracker` | Coins near or at all-time high | $0.005 |
|
|
68
|
+
| `dominance` | BTC & altcoin dominance signals | $0.01 |
|
|
69
|
+
| `macro` | S&P 500 & Nasdaq signals — global market context | $0.01 |
|
|
70
|
+
| `sentiment` | CBBI, CMC sentiment, AI insights, channel news, Galaxy Score, social dominance | $0.03 |
|
|
71
|
+
| `late_unlocked_coins` | Post-vesting coins with low remaining selling pressure | $0.005 |
|
|
72
|
+
| `trade_signals` | Trade setups: trending movers, bounces, SAR & MACD entries | $0.025 |
|
|
73
|
+
| `technical_analysis(symbol, timeframe)` | Signals, ALSAT, SuperALSAT, PSAR, MACD-DEMA, AlphaTrend, TD, SMC, S/R, Elliott Wave, Ichimoku | $0.06 |
|
|
74
|
+
| `forecast(symbol)` | AI 3-7 day price prediction | $0.005 |
|
|
75
|
+
| `screener(type)` | Find coins by criteria (ichimoku-trend, rsi, vwap, volume, bounce-dip...) | $0.005 |
|
|
76
|
+
| `smart_money(symbol, timeframe)` | Order blocks, fair value gaps, support/resistance | $0.01 |
|
|
66
77
|
| `elliott_wave(symbol, timeframe)` | Elliott Wave analysis | $0.005 |
|
|
67
|
-
| `ichimoku(symbol, timeframe)` | Ichimoku cloud | $0.005 |
|
|
68
|
-
| `cashflow(mode, symbol)` | Capital flow | $0.005 |
|
|
69
|
-
| `coin_info(symbol)` | Stats, price, CMC AI
|
|
70
|
-
| `dexscreener(contract)` | DEX data | $0.005 |
|
|
71
|
-
| `chain_tokens(chain, max_mcap)` | Low-cap tokens on chain | $0.005 |
|
|
72
|
-
| `portfolio` | Abu's curated model portfolio | $0.005 |
|
|
73
|
-
| `
|
|
74
|
-
| `
|
|
75
|
-
|
|
78
|
+
| `ichimoku(symbol, timeframe)` | Ichimoku cloud analysis | $0.005 |
|
|
79
|
+
| `cashflow(mode, symbol)` | Capital flow data | $0.005 |
|
|
80
|
+
| `coin_info(symbol)` | Stats, price, tags, CMC AI + auto DEX data | $0.025–$0.03 |
|
|
81
|
+
| `dexscreener(contract)` | DEX trading data | $0.005 |
|
|
82
|
+
| `chain_tokens(chain, max_mcap)` | Low-cap tokens on a specific chain | $0.005 |
|
|
83
|
+
| `portfolio` | Abu's curated model portfolio — investment reference | $0.005 |
|
|
84
|
+
| `ask_ai(question)` | AI analyst freeform answer | $0.01 |
|
|
85
|
+
| `indicator_guide(name)` | Reference guide for Asrai-specific indicators | FREE |
|
|
86
|
+
|
|
76
87
|
|
|
77
88
|
## Output rules
|
|
78
89
|
|