asrai-mcp 1.3.0 → 1.3.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/README.md +1 -1
- package/package.json +1 -1
- package/src/tool-endpoints.js +0 -1
package/README.md
CHANGED
|
@@ -67,7 +67,7 @@ Each API call costs **$0.005 USDC** from your wallet on Base mainnet. Make sure
|
|
|
67
67
|
| `sentiment` | CBBI, CMC sentiment, AI insights, channel news, Galaxy Score, social dominance | $0.03 |
|
|
68
68
|
| `late_unlocked_coins` | Post-vesting coins with low remaining selling pressure | $0.005 |
|
|
69
69
|
| `trade_signals` | Trade setups: trending movers, bounces, SAR & MACD entries, RSI, Galaxy Score, today's indicator signals | $0.04 |
|
|
70
|
-
| `technical_analysis(symbol, timeframe)` | Signals, ALSAT, SuperALSAT, PSAR, MACD-DEMA, AlphaTrend, TD, SMC, S/R, Elliott Wave, Ichimoku | $0.
|
|
70
|
+
| `technical_analysis(symbol, timeframe)` | Signals, ALSAT, SuperALSAT, PSAR, MACD-DEMA, AlphaTrend, TD, SMC, S/R, Elliott Wave, Ichimoku | $0.055 |
|
|
71
71
|
| `forecast(symbol)` | AI 3-7 day price prediction | $0.005 |
|
|
72
72
|
| `screener(type)` | Find coins by criteria (ichimoku-trend, rsi, vwap, volume, bounce-dip...) | $0.005 |
|
|
73
73
|
| `smart_money(symbol, timeframe)` | Order blocks, fair value gaps, support/resistance | $0.01 |
|
package/package.json
CHANGED
package/src/tool-endpoints.js
CHANGED
|
@@ -68,7 +68,6 @@ export function technicalAnalysisEndpoints(s, tf) {
|
|
|
68
68
|
`/api/macd-dema/${s}usdt/${tf}`,
|
|
69
69
|
`/api/alphatrend/${s}usdt/${tf}`,
|
|
70
70
|
`/api/td/${s}usdt/${tf}`,
|
|
71
|
-
`/api/forecasting/${s}usdt`,
|
|
72
71
|
`/api/smartmoney/${s}usdt/${tf}`,
|
|
73
72
|
`/api/support-resistance/${s}usdt/${tf}`,
|
|
74
73
|
`/api/ew/${s}usdt/${tf}`,
|