The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Stelar Signals MCP listing page.
An MCP (Model Context Protocol) server that gives any MCP-compatible agent (Claude Code, Claude Desktop, Cursor, Windsurf, Codex …) live crypto market signals and portfolio telemetry.
Six of its tools are pay-per-call over x402 — no signup, no account, and no API key. Your agent pays cents in USDC on Base from its own wallet and gets the data back in the same request.
Or in any MCP client config:
The server starts and lists every tool with no environment variables set.
| Tool | Price | What you get |
|---|---|---|
price | $0.005 | Current price, 24h and 7d change, bull/bear/neutral signal |
sentiment | $0.005 | Sentiment score (-1 to +1) and label, for text or an asset |
telemetry | $0.005 | Live telemetry of an AI-managed crypto portfolio — allocation, reconciled P&L, signal votes, human-approval trail |
risk | $0.02 | Volatility / drawdown risk regime — ATR% vs its 30-day p80 baseline, labeled low/med/high |
regime | $0.03 | Market regime (chop / uptrend / downtrend / high-volatility) plus a grid-trading suitability verdict |
gridparams | $0.05 | Grid count, spacing %, price band and per-grid allocation from live 24h market structure |
These call https://api.stelardigital.com, which answers HTTP 402 with a payment
challenge. Any x402-capable client settles it and retries automatically. Assets
covered: SOL, BTC, ETH, XRP, DOGE, LTC, ADA, XLM.
These are live production endpoints backed by real market data — not demo stubs.
crypto_regime, crypto_sentiment, pricecheck, token_risk, summarize,
factcheck are served through RapidAPI. Set RAPIDAPI_KEY to use them:
Without the key these six return a clear error; the six paid x402 tools above keep working, because they do not use RapidAPI at all.
A hosted streamable-HTTP MCP endpoint is also live at
https://api.stelardigital.com/mcp.
generated_at; nothing is cached longer than a minute.Built by Stelar Digital. One human. One AI. A whole company.
MIT licensed.