Anomaly Tracker MCP
Blockchain event sequence anomaly detection MCP server using NASA-derived sequence mining, providing human-readable story labels and anomaly scores for financial event windows.
README
Anomaly Tracker MCP
Blockchain event sequence anomaly detection for MCP clients and x402-powered agents.
This MCP server gives AI agents access to the ForgeMesh Anomaly Tracker API, which detects unusual financial event sequences before they look obvious on a chart. Powered by NASA-derived sequence mining methods. Returns a human-readable story label and anomaly score (0-100), not just a number.
This package is a thin client around the hosted API:
https://anomaly.forgemesh.io
Architecture:
Agent/MCP client -> this MCP server -> ForgeMesh Anomaly Tracker API
Install
npm install -g @forgemeshlabs/anomaly-mcp
Or run directly:
npx -y @forgemeshlabs/anomaly-mcp
Claude Desktop
{
"mcpServers": {
"anomaly-tracker": {
"command": "npx",
"args": ["-y", "@forgemeshlabs/anomaly-mcp"],
"env": {
"ANOMALY_API_BASE": "https://anomaly.forgemesh.io"
}
}
}
}
Tools
| Tool | Description | Cost |
|---|---|---|
get_api_status |
API health check | Free |
get_discovery_metadata |
Fetch llms.txt, openapi.json, or x402.json | Free |
inspect_x402_challenge |
Inspect x402 payment challenge without settling | Free |
detect_sequence_anomaly |
Score a blockchain event window for sequence anomalies | $0.05 USDC |
get_model_status |
SequenceMiner model health and training stats per chain | $0.01 USDC |
Anomaly Detection
The detect_sequence_anomaly tool accepts:
- domain: Event domain (
financialis currently live) - chain:
ethereum,base, orarbitrum - window: Lookback period:
1h,4h,24h, or168h
Returns:
- sequence_score: 0 (normal) to 100 (highly anomalous)
- story: Human-readable label like "Supply Expansion", "Exchange Drain", "Normal Activity"
- novelty:
low,medium,high, orextreme - peak_window: The most anomalous symbol sequence found
- possible_failure_modes: What could go wrong if this pattern continues
Symbol Alphabet
The financial domain tracks 16 event types across whale wallets, exchanges, bridges, and stablecoin issuers:
WHALE_BUY, WHALE_SELL, CEX_INFLOW, CEX_OUTFLOW, BRIDGE_IN, BRIDGE_OUT, DEX_SWAP, DEX_LIQUIDITY_ADD, DEX_LIQUIDITY_REMOVE, STABLECOIN_MINT, STABLECOIN_REDEEM, STABLECOIN_BURN, TOKEN_MINT, TOKEN_BURN, FUNDING_SPIKE, LIQUIDATION
Payment
Paid endpoints use x402 protocol. Agents pay per call in USDC on Base mainnet. No API key needed.
By default, paid endpoints return x402 challenge metadata (pricing, network, wallet) without settling. To settle payments, configure a wallet private key in your agent's x402 client.
Environment Variables
| Variable | Description | Default |
|---|---|---|
ANOMALY_API_BASE |
Hosted API base URL | https://anomaly.forgemesh.io |
Links
- Hosted API: https://anomaly.forgemesh.io
- ForgeMesh: https://forgemesh.io
- npm: https://www.npmjs.com/package/@forgemeshlabs/anomaly-mcp
- GitHub: https://github.com/forgemeshlabs/anomaly-mcp
License
MIT
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.