asrai-mcp-apikey
v1.0.3
Published
Asrai crypto analysis MCP server — API key auth for ADVANCED plan users.
Maintainers
Readme
asrai-mcp-apikey
Crypto market analysis MCP server for Claude Desktop — ADVANCED plan, no per-call payments.
Zero install. Just Node.js (already on your machine via npx).
Quick start
Step 1 — Add to your Claude Desktop config:
| OS | Config path |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
| Linux | ~/.config/Claude/claude_desktop_config.json |
{
"mcpServers": {
"asrai": {
"command": "npx",
"args": ["-y", "asrai-mcp-apikey@latest", "--key", "asr-<your_api_key>"]
}
}
}Or store your key in ~/.env (loaded automatically — no --key arg needed):
ASRAI_KEY=asr-<your_api_key>{
"mcpServers": {
"asrai": {
"command": "npx",
"args": ["-y", "asrai-mcp-apikey@latest"]
}
}
}Step 2 — Restart Claude Desktop. Done.
Get your API key at asrai.me/agents. Requires an ADVANCED plan subscription or free trial (10 requests).
What you get
15+ crypto analysis tools available directly in Claude:
| Tool | What it does |
|---|---|
| market_overview | Full brief: trending, gainers/losers, RSI, screeners, sentiment, cashflow — use for complete reports only |
| trending | Currently trending coins |
| gainers_losers | Top gainers and losers |
| top_bottom | RSI extremes, top/bottom signals, bounce/dip candidates |
| volume_spikes | Coins with unusually high volume |
| high_volume_low_cap | Low market cap coins with high volume |
| ath_tracker | Coins near or at all-time high |
| dominance | BTC & altcoin dominance signals |
| macro | S&P 500 & Nasdaq signals — global market context |
| sentiment | CBBI, CMC sentiment, AI insights, channel news, Galaxy Score, social dominance |
| late_unlocked_coins | Post-vesting coins with low remaining selling pressure |
| trade_signals | Trade setups: trending movers, bounces, SAR & MACD entries |
| technical_analysis(symbol, timeframe) | Signals, ALSAT, SuperALSAT, PSAR, MACD-DEMA, AlphaTrend, TD, SMC, S/R, Elliott Wave, Ichimoku |
| forecast(symbol) | AI 3-7 day price prediction |
| screener(type) | Find coins by criteria (ichimoku-trend, rsi, vwap, volume, bounce-dip...) |
| smart_money(symbol, timeframe) | Order blocks, fair value gaps, support/resistance |
| elliott_wave(symbol, timeframe) | Elliott Wave analysis |
| ichimoku(symbol, timeframe) | Ichimoku cloud analysis |
| cashflow(mode, symbol) | Capital flow data |
| coin_info(symbol) | Stats, price, tags, CMC AI + auto DEX data |
| dexscreener(contract) | DEX trading data |
| chain_tokens(chain, max_mcap) | Low-cap tokens on a specific chain |
| portfolio | Abu's curated model portfolio — investment reference |
| ask_ai(question) | AI analyst freeform answer |
| indicator_guide(name) | Reference guide for Asrai-specific indicators |
All tools included in your ADVANCED plan subscription.
Links
- Homepage: https://asrai.me/agents
- GitHub: https://github.com/abuzerasr/asrai-mcp-apikey
