LIVE ENDPOINT
https://api.stelardigital.com/mcp
Connect to this endpoint to inspect the live schema for risk and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
crypto_regime— Market regime (chop / trend_up / trend_down / high_vol) for a major crypto pair, computed from live 24h market structure by a production-grade classifier.crypto_sentiment— Sentiment 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.summarize— Tight 3-5 sentence summary of a URL or a raw text block, via an LLM.factcheck— Fact-check verdict (true / false / uncertain) with a confidence score (0-1) and a 1-2 sentence reasoning for any factual claim, via an LLM.pricecheck— Current price, 24h and 7d percent change, and a simple bullish/bearish/neutral signal for a major crypto asset.token_risk— Volatility / drawdown risk regime (low / med / high) for a major crypto asset, extending the same classifier behind crypto_regime.telemetry— PAID PER CALL ($0.regime— PAID PER CALL ($0.