Analytics
stelardigital.com
Provides market analysis and AI-powered insights for crypto assets, including sentiment, regime detection, summaries, fact-checking, and price data.
ENDPOINT 1
https://api.stelardigital.com/mcp
MCP server metadata
- Name
- stelar-signals-mcp
- Version
- 1.1.3
Known tools 12
crypto_regimeMarket regime (chop / trend_up / trend_down / high_vol) for a major crypto pair, computed from live 24h market structure by a production-grade classifier.
Inferred read-onlycrypto_sentimentSentiment score (-1 to +1) with a bullish/neutral/bearish label, for either raw text or a crypto asset's recent price action, via an LLM.
Inferred read-onlyfactcheckFact-check verdict (true / false / uncertain) with a confidence score (0-1) and a 1-2 sentence reasoning for any factual claim, via an LLM.
Inferred read-onlypricecheckCurrent price, 24h and 7d percent change, and a simple bullish/bearish/neutral signal for a major crypto asset.
Inferred read-onlytoken_riskVolatility / drawdown risk regime (low / med / high) for a major crypto asset, extending the same classifier behind crypto_regime.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.stelar-signals-mcp]
url = "https://api.stelardigital.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stelar-signals-mcp": {
"type": "http",
"url": "https://api.stelardigital.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stelar-signals-mcp
Remote MCP URL: https://api.stelardigital.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"stelar-signals-mcp": {
"url": "https://api.stelardigital.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stelar-signals-mcp": {
"type": "http",
"url": "https://api.stelardigital.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stelar-signals-mcp",
"transport": "streamable-http",
"url": "https://api.stelardigital.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.