asrai-mcp-apikey
v1.3.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
Option A — Direct hosted URL (recommended, no install)
| Transport | URL |
|---|---|
| HTTP Streamable (recommended) | https://mcp-api.asrai.me/mcp?key=asr-<your_api_key> |
| SSE (legacy) | https://mcp-api.asrai.me/sse?key=asr-<your_api_key> |
Paste the URL directly into any MCP-compatible client. No runtime or local process required.
Option B — npx bridge (Claude Desktop)
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.
The npx bridge connects locally via stdio but forwards all requests to
https://mcp-api.asrai.me— no local DB access needed.
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, RSI, Galaxy Score, stronger coins, today's indicator signals |
| 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, stronger-coins...) |
| 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 |
| positions | Your live open positions across connected exchanges (MEXC, Binance, Lighter) — requires exchange keys configured via /exchange_apis in Telegram |
| indicator_guide(name) | Reference guide for Asrai-specific indicators |
All tools included in your ADVANCED plan subscription.
Exchange positions (positions tool)
The positions tool shows your live open trades across exchanges. To enable it, add your exchange API keys once via the Asrai Telegram bot:
/exchange_apisThen select your exchange (MEXC, Binance, or Lighter) and follow the steps to store your keys. Once configured, positions works automatically — no keys needed in config files.
Links
- Homepage: https://asrai.me/agents
- GitHub: https://github.com/abuzerasr/asrai-mcp-apikey
