npm stelar-signals-mcpstreamable-httpMITupdated 14d ago
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.
Stelar Signals 能做什么?
Stelar Signals MCP
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.
Install
claude mcp add stelar -- npx -y stelar-signals-mcp
Or in any MCP client config:
{
"mcpServers": {
"stelar": { "command": "npx", "args": ["-y", "stelar-signals-mcp"] }
}
}
The server starts and lists every tool with no environment variables set.
Paid tools — x402, USDC on Base, no key required
| 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.
Free-tier tools — these DO need a RapidAPI key
crypto_regime, crypto_sentiment, pricecheck, token_risk, summarize,
factcheck are served through RapidAPI. Set RAPIDAPI_KEY to use them:
claude mcp add stelar -e RAPIDAPI_KEY=your-key -- npx -y stelar-signals-mcp
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.
Discovery
GET https://api.stelardigital.com/catalog endpoints, prices, parameters
GET https://api.stelardigital.com/.well-known/x402 x402 discovery manifest
GET https://api.stelardigital.com/openapi.json OpenAPI 3.1 spec
A hosted streamable-HTTP MCP endpoint is also live at
https://api.stelardigital.com/mcp.
Honest limits
- Signals cover the eight majors listed above, not arbitrary tokens.
- Paid tools need a funded wallet; without one they return HTTP 402 rather than data.
- Every response carries
generated_at; nothing is cached longer than a minute.
About
Built by Stelar Digital. One human. One AI. A whole company.
MIT licensed.
安装
把 Stelar Signals 添加到你的客户端。选择你正在使用的那个。
{
"servers": {
"stelar-signals-mcp": {
"type": "http",
"url": "https://api.stelardigital.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add stelar-signals-mcp -- npx -y stelar-signals-mcpcodex mcp add stelar-signals-mcp -- npx -y stelar-signals-mcpamp mcp add stelar-signals-mcp -- npx -y stelar-signals-mcp{
"mcpServers": {
"stelar-signals-mcp": {
"command": "npx",
"args": [
"-y",
"stelar-signals-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"stelar-signals-mcp": {
"command": "npx",
"args": [
"-y",
"stelar-signals-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"stelar-signals-mcp": {
"command": "npx",
"args": [
"-y",
"stelar-signals-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"stelar-signals-mcp": {
"command": "npx",
"args": [
"-y",
"stelar-signals-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"stelar-signals-mcp": {
"command": "npx",
"args": [
"-y",
"stelar-signals-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"stelar-signals-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"stelar-signals-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"stelar-signals-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"stelar-signals-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y stelar-signals-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档22/25
- 维护19/25
- 可信度13/20
- 能力0/15
- 安装体验15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 7 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.1.3最新 | 2026年8月25日 |
| 1.0.0 | 2026年7月9日 |