Crypto Market Sentinel

Crypto Market Sentinel

Monitors BTC, ETH, and RENDER for volatility-driven anomalies, emitting tiered P0/P1/P2 alerts with cooldown and hysteresis, and produces Feishu-ready events for immediate or digest delivery.

Category
Visit Server

README

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.

Local run

npm ci
npm test
npm run demo

Optional one-shot public Binance snapshot (no API key):

node src/cli.js --live BTC

If 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-sentinel

Hermes 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_snapshot
  • simulate_market_scenario
  • get_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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured