Stelar Signals MCP
OfficialThe Stelar Signals MCP server provides crypto market analysis and AI-powered text utility tools for MCP-compatible AI agents (Claude Desktop, Cursor, etc.), with free (RapidAPI key required, 50 req/month) and pay-per-call (x402, USDC on Base, no API key) tiers.
Free Tools (RapidAPI key required)
crypto_regime– Classify the market regime (chop / trend_up / trend_down / high_vol) for 8 major assets (SOL, XLM, BTC, ETH, XRP, DOGE, LTC, ADA), plus a grid-trading suitability verdict.pricecheck– Get current price, 24h and 7d % change, and a bullish/bearish/neutral signal.token_risk– Assess volatility/drawdown risk (low/med/high) relative to a 30-day baseline, useful for position sizing.crypto_sentiment– Score sentiment (−1 to +1, bullish/neutral/bearish) for free-form text or a supported asset's recent price action.summarize– Generate a concise 3–5 sentence summary from a URL or raw text via LLM.factcheck– Get a true/false/uncertain verdict, confidence score, and reasoning for any factual claim via LLM.
Paid Tools (x402 pay-per-call)
regime,sentiment,price,risk– Paid equivalents of the free crypto tools above.telemetry– View live, exchange-ledger-reconciled P&L from a real production grid-trading system (total and per-bot breakdown).gridparams– Get recommended grid-trading parameters (range, spacing, order size) for a crypto pair and capital amount.
Note: All crypto tools are limited to 8 assets (SOL, XLM, BTC, ETH, XRP, DOGE, LTC, ADA). LLM-backed tools are fast first-pass signals, not ground truth.
Integration with RapidAPI to access Stelar Crypto Signals AI Toolkit for crypto market regime, sentiment, summarization, fact-checking, price checking, and token risk tools.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Stelar Signals MCPCheck the market regime for Bitcoin"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Stelar Signals MCP
An MCP (Model Context Protocol) server that gives any MCP-compatible AI agent (Claude Desktop, Claude Code, Cursor, etc.) six crypto market-signal and utility tools, backed by the same classifier that runs a live production grid-trading system, plus Claude-powered text tools.
This package ships with no secrets of ours. Each user brings their own free or paid RapidAPI key — see "Get a key" below.
Tools
Tool | What it does |
| Market regime (chop / trend_up / trend_down / high_vol) + grid-suitability verdict for SOL, XLM, BTC, ETH, XRP, DOGE, LTC, ADA |
| Sentiment score (-1..+1) + label for free text or a crypto asset's recent price action |
| 3-5 sentence LLM summary of a URL or raw text |
| true/false/uncertain verdict + confidence + reasoning for a claim |
| Price, 24h/7d change, bullish/bearish/neutral signal for a major crypto asset |
| Volatility/drawdown risk regime (low/med/high) vs 30-day baseline, for position sizing |
Related MCP server: Coin Railz MCP Server
Paid tools (x402)
Six additional tools are pay-per-call via the x402 protocol
(USDC on Base) at api.stelardigital.com — no RapidAPI signup and no API
key required. Any x402-capable HTTP client (e.g. x402-fetch, Coinbase
AgentKit) can pay and call directly; an unpaid call returns the live x402
payment envelope with the exact terms needed to complete payment and retry.
Tool | Price/call | What it does |
| $0.005 | Live, exchange-ledger-reconciled P&L of a real production grid-trading system (total + per-bot breakdown) |
| $0.005 | Sentiment score (-1..+1) + label, for text or an asset |
| $0.005 | Current price, 24h/7d change, and a bullish/bearish/neutral signal for a major crypto asset |
| $0.02 | Volatility/drawdown risk regime (low/med/high) vs 30-day baseline |
| $0.03 | Market regime (chop/trend_up/trend_down/high_vol) + grid-suitability verdict |
| $0.05 | Recommended grid-trading parameters (range, spacing, order size) for a pair + capital amount |
These are direct x402 tools, separate from the six free-with-RapidAPI-key tools above, and are billed per call in USDC on Base rather than through a RapidAPI subscription.
Get a key
Free tier (50 requests/mo) and paid tiers (Pro $9.90, Ultra $24.90, Mega $49.90) at:
https://rapidapi.com/StelarDigital/api/stelar-crypto-signals-ai-toolkit?src=mcp
Sign up, subscribe to a plan, and copy your X-RapidAPI-Key from the
RapidAPI dashboard's code snippet for this API — that snippet also shows the
exact gateway host to use if it differs from the default below.
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"stelar-signals": {
"command": "npx",
"args": ["-y", "github:StelarDigital/stelar-signals-mcp"],
"env": {
"RAPIDAPI_KEY": "YOUR_RAPIDAPI_KEY"
}
}
}
}Claude Code
claude mcp add stelar-signals -e RAPIDAPI_KEY=YOUR_RAPIDAPI_KEY -- npx -y github:StelarDigital/stelar-signals-mcpRun directly
git clone https://github.com/stelardigital/stelar-signals-mcp
cd stelar-signals-mcp
npm install
RAPIDAPI_KEY=YOUR_RAPIDAPI_KEY node server.jsConfiguration
Env var | Required | Default | Purpose |
| yes | — | Your RapidAPI subscriber key |
| no |
| Override only if your RapidAPI dashboard shows a different gateway host for this listing |
| no |
| Advanced: point at a different base URL entirely (e.g. for local testing against a self-hosted mirror) |
RAPIDAPI_KEY is only needed for the six free-with-key tools above; the six
paid x402 tools require no env vars or config at all.
Pricing (RapidAPI subscription, not this package)
Tier | Price | Requests/mo |
Basic | Free | 50 |
Pro | $9.90/mo | 2,000 |
Ultra | $24.90/mo | 10,000 |
Mega | $49.90/mo | 50,000 |
This npm package itself is free and MIT-licensed. You pay RapidAPI directly for API usage above the free tier; Stelar Digital never sees or stores your key. The six paid x402 tools are billed separately, per call, in USDC on Base.
Honest capability notes
crypto_regime,pricecheck, andtoken_riskcover 8 major pairs only (SOL, XLM, BTC, ETH, XRP, DOGE, LTC, ADA) — not arbitrary tokens.crypto_sentiment,summarize, andfactcheckare LLM-backed (Claude Haiku) — treat outputs as a fast first-pass signal, not ground truth.factcheckreturnsuncertainfor opinions, unverifiable claims, or anything requiring live data the model doesn't have.summarizewith aurlfetches the page server-side; very large or JS-rendered pages may summarize poorly or fail — passtextdirectly for best results.All tools are rate-limited by your RapidAPI plan; the free tier (50/mo) is for evaluation, not production load.
Data source is the same market-data/classifier pipeline that runs a live grid-trading bot — it is a decision-support signal, not investment advice.
The paid x402 tools (
telemetry,sentiment,price,risk,regime,gridparams) hit the same underlying data/classifier pipeline but are billed per call rather than by RapidAPI subscription, and require no key.
License
MIT — see LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceA unified interface that provides AI agents with access to premium data sources and crypto market intelligence through a single authentication endpoint. It handles multi-API composition and planning to aggregate real-time blockchain analytics and financial data into conversational workflows.Last updated463ISC
- AlicenseCqualityBmaintenanceProvides access to 41 micropayment-based services for blockchain analytics, trading signals, prediction markets, and financial sentiment analysis. It enables users to perform crypto-native tasks like auditing smart contracts, tracking whale alerts, and analyzing DeFi liquidity through natural language.Last updated41MIT
- AlicenseAqualityCmaintenanceFinancial intelligence for AI agents. 31 tools across 8 data sources — regime, derivatives, stablecoin flows, momentum, volatility, macro, DeFi, weather patterns, political cycles, seasonality. The context layer between your agent and a bad trade.Last updated31199MIT
- Flicense-qualityDmaintenanceEnables AI agents to access real-time crypto risk intelligence with two tools: Flare for precursor detection and Core for overall risk environment assessment.Last updated5
Related MCP Connectors
Polymarket + Hyperliquid + macro for AI agents. 38 tools, signal backtest, SSE streaming. Free tier.
Real-time curated crypto news for AI agents with sentiment, recaps, and search.
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/StelarDigital/stelar-signals-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server