Crypto Market Sentinel
Fetches public market data from Binance to monitor price anomalies for BTC, ETH, and RENDER, applying volatility-aware thresholds to generate alerts.
Click on "Deploy 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., "@Crypto Market SentinelCheck for any current market anomalies on BTC, ETH, and RENDER"
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.
Crypto Market Sentinel
A read-only market anomaly MCP server for Hermes Agent. It watches BTC, ETH, and RENDER, applies volatility-aware P0/P1/P2 thresholds, and emits the shared pif.event.v1 contract for Hermes to deliver through Feishu.
只看公开行情、不接账户、不交易。冷却、迟滞与断线 fail-closed 都在确定性状态机中执行,而不是交给模型猜。
Why / 设计理念
Alert only when the market changes behavior, not when a price merely changes.
P0 is immediate; P1 enters a digest; P2 is audit-only.
Repeats are suppressed for 45 minutes, unless the event escalates to 1.5× threshold.
A triggered rule must fall below 80% of its threshold before it can rearm.
Data older than 15 seconds pauses new alerts.
No account, order, withdrawal, signature, or API Secret surface exists.
Related MCP server: Tickory MCP Server
Local run
npm ci
npm test
npm run demoOptional one-shot public Binance snapshot (no API key):
node src/cli.js --live BTCIf Binance is unavailable in the current network, the command exits safely; deterministic demo and MCP tools remain available.
Add to Hermes on macOS
git clone https://github.com/roclee2692/crypto-market-sentinel.git ~/Projects/crypto-market-sentinel
cd ~/Projects/crypto-market-sentinel && npm ci
hermes mcp add market-sentinel --command node --args "$HOME/Projects/crypto-market-sentinel/src/mcp.js"
hermes mcp test market-sentinelHermes exposes names such as mcp_market_sentinel_evaluate_market_snapshot. The MCP returns a Feishu-ready message; Hermes keeps using the Feishu channel you already configured.
Tools
evaluate_market_snapshotsimulate_market_scenarioget_market_policy
The companion repository is email-triage-agent. Both use the same urgent/digest/audit event envelope.
See Hermes macOS setup and the shared PIF event contract.
License
MIT. See LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
Live BTC/ETH risk state: risk policy, market structure and trading playbooks. Keyless free tier.
Live crypto market signals for AI agents: perp liquidations, funding, OI positioning, yield, FX.
Agent-native crypto market-data over MCP+REST: order flow, whales, liquidations, calibrated scores
Crypto market intelligence: regime detection, funding rates, liquidations, prices, signals.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceReal-time crypto volume anomaly detection across 50+ tokens. Provides market scanning, signal analysis, and portfolio management capabilities via MCP protocol.1MIT

Tickory MCP Serverofficial
AlicenseAqualityFmaintenanceScheduled scans across all Binance spot and perpetual pairs using CEL rules (RSI, volume, MAs, price action). Runs server-side 24/7, fires webhooks on match, with delivery proof and alert explainability.1822 npmMIT- AlicenseAqualityAmaintenanceAI-native quantitative trading signal engine for crypto and TradFi perpetuals. Multi-factor composite BUY/SELL/HOLD signals, cross-venue funding rate arbitrage scanning, and market regime detection powered by Hyperliquid data.8192 npm8MIT
- AlicenseNot gradedqualityCmaintenanceAutonomous AI agent monitoring X Layer DeFi protocols via real RPC calls, providing MCP tools for pool scanning, anomaly detection, risk scoring, alerts, position health checks, and audit trails.MIT