asrai-mcp
v1.0.4
Published
Asrai crypto analysis MCP server — pay-per-use via x402 on Base. Zero install: just npx.
Maintainers
Readme
asrai-mcp
Crypto market analysis MCP server for Claude Desktop — pay-per-use via x402 on Base mainnet.
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@latest"],
"env": {
"ASRAI_PRIVATE_KEY": "0x<your_base_wallet_private_key>"
}
}
}
}Or store your key in ~/.env (loaded automatically — no env block needed in config):
ASRAI_PRIVATE_KEY=0x<your_base_wallet_private_key>{
"mcpServers": {
"asrai": {
"command": "npx",
"args": ["-y", "asrai-mcp@latest"]
}
}
}Step 2 — Restart Claude Desktop. Done.
Each API call costs $0.005 USDC from your wallet on Base mainnet. Make sure your wallet has a small USDC balance (~$1–2 to start).
What you get
15+ crypto analysis tools available directly in Claude:
| Tool | What it does | Cost |
|---|---|---|
| market_overview | Full brief: trending, gainers/losers, RSI, screeners, sentiment, cashflow — use for complete reports only | $0.095 |
| trending | Currently trending coins | $0.005 |
| gainers_losers | Top gainers and losers | $0.005 |
| top_bottom | RSI extremes, top/bottom signals, bounce/dip candidates | $0.015 |
| volume_spikes | Coins with unusually high volume | $0.005 |
| high_volume_low_cap | Low market cap coins with high volume | $0.005 |
| ath_tracker | Coins near or at all-time high | $0.005 |
| dominance | BTC & altcoin dominance signals | $0.01 |
| macro | S&P 500 & Nasdaq signals — global market context | $0.01 |
| sentiment | CBBI, CMC sentiment, AI insights, channel news, Galaxy Score, social dominance | $0.03 |
| late_unlocked_coins | Post-vesting coins with low remaining selling pressure | $0.005 |
| trade_signals | Trade setups: trending movers, bounces, SAR & MACD entries | $0.025 |
| technical_analysis(symbol, timeframe) | Signals, ALSAT, SuperALSAT, PSAR, MACD-DEMA, AlphaTrend, TD, SMC, S/R, Elliott Wave, Ichimoku | $0.06 |
| forecast(symbol) | AI 3-7 day price prediction | $0.005 |
| screener(type) | Find coins by criteria (ichimoku-trend, rsi, vwap, volume, bounce-dip...) | $0.005 |
| smart_money(symbol, timeframe) | Order blocks, fair value gaps, support/resistance | $0.01 |
| elliott_wave(symbol, timeframe) | Elliott Wave analysis | $0.005 |
| ichimoku(symbol, timeframe) | Ichimoku cloud analysis | $0.005 |
| cashflow(mode, symbol) | Capital flow data | $0.005 |
| coin_info(symbol) | Stats, price, tags, CMC AI + auto DEX data | $0.025–$0.03 |
| dexscreener(contract) | DEX trading data | $0.005 |
| chain_tokens(chain, max_mcap) | Low-cap tokens on a specific chain | $0.005 |
| portfolio | Abu's curated model portfolio — investment reference | $0.005 |
| ask_ai(question) | AI analyst freeform answer | $0.01 |
| indicator_guide(name) | Reference guide for Asrai-specific indicators | FREE |
Spend limit
Default session cap: $2.00 USDC. To change:
"env": {
"ASRAI_PRIVATE_KEY": "0x...",
"ASRAI_MAX_SPEND": "5.0"
}Links
- Homepage: https://asrai.me/agents
- GitHub: https://github.com/abuzerasr/asrai-mcp
