Anomaly Tracker MCP
This MCP server provides blockchain anomaly detection tools for AI agents across Ethereum, Base, and Arbitrum using NASA-derived sequence mining.
Check API Health (
get_api_status): Verify the ForgeMesh Anomaly Tracker API is online — free to use.Detect Chain-wide Anomalies (
detect_sequence_anomaly): Score blockchain event windows (1h–168h) for unusual financial patterns. Returns an anomaly score (0–100), human-readable story label, novelty level, and peak anomalous window. Costs $0.05 USDC.Token Scan: Score single-token transfer patterns (e.g., USDT, ETH) across supported chains, including recent transfers with source/direction. Costs $0.03 USDC.
Whale Alerts: Get recent whale movements, CEX flows, bridge activity, and stablecoin mints/burns from 12+ monitored addresses. Costs $0.02 USDC.
Get Model Status (
get_model_status): Retrieve SequenceMiner model health and training statistics per chain. Costs $0.01 USDC.Inspect Payment Challenges (
inspect_x402_challenge): Preview x402 payment requirements (pricing, network, wallet) for paid endpoints without settling payment.Fetch Discovery Metadata (
get_discovery_metadata): Access agent discovery files (llms.txt,openapi.json,x402.json) for integration.
Paid tools use the x402 protocol with USDC on Base mainnet — no API key required. The server tracks 16 financial event types including WHALE_BUY, CEX_INFLOW, LIQUIDATION, and STABLECOIN_MINT.
Monitors whale movements from Binance exchange addresses, offering alerts on large transfers and flows.
Monitors whale movements from Circle's stablecoin treasury and related addresses, providing alerts on large transactions.
Monitors whale movements from Coinbase exchange addresses, providing alerts on large transfers and flows.
Provides anomaly detection on the Ethereum blockchain, scanning event sequences for unusual financial patterns and monitoring addresses for anomalous activity.
Monitors whale movements from OKX exchange addresses, offering alerts on large transfers and flows.
Monitors bridge activity from the Optimism bridge, providing alerts on incoming and outgoing transfers.
Monitors bridge activity from the Polygon bridge, providing alerts on incoming and outgoing transfers.
Monitors whale movements from Tether Treasury addresses, providing alerts on large mints, burns, and transfers.
Click on "Install 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., "@Anomaly Tracker MCPdetect sequence anomaly on Ethereum for the past hour"
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.
Anomaly Tracker MCP
Multi-domain sequence anomaly detection for AI agents. Detects unusual event patterns across blockchain markets, live airspace, and GitHub repositories using NASA-derived sequence mining. Returns a story label and anomaly score, not just a number.
This MCP server gives AI agents access to the ForgeMesh Anomaly Tracker API via 14 tools spanning blockchain, aviation, and GitHub domains.
Thin client architecture:
Agent/MCP client -> this MCP server -> ForgeMesh Anomaly Tracker API
Hosted API: https://anomaly.forgemesh.io
Install
npm install -g @forgemeshlabs/anomaly-mcpOr run directly:
npx -y @forgemeshlabs/anomaly-mcpRelated MCP server: Blockchain Verification 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 |
| API health and uptime | Free |
| Chain-wide sequence anomaly scan | $0.05 USDC |
| Single-token transfer pattern anomalies | $0.03 USDC |
| Whale movements, CEX flows, bridge activity | $0.02 USDC |
| Wallet transaction pattern anomalies | $0.03 USDC |
| SequenceMiner model health per chain | $0.01 USDC |
| NFT collection anomalies (sweeps, wash trading) | $0.03 USDC |
| DeFi protocol flow anomalies | $0.03 USDC |
| Live aviation emergency squawk codes | $0.02 USDC |
| Airspace region anomaly analysis | $0.03 USDC |
| GitHub repos with anomalous star velocity | $0.02 USDC |
| Deep repo velocity/fork anomaly scan | $0.03 USDC |
| Repo activity stream anomalies | $0.03 USDC |
| Anthropic/Claude merged feature alerts | $0.02 USDC |
Blockchain Tools
anomaly_scan — Scan a blockchain for sequence anomalies across all monitored addresses.
chain:
ethereum,base, orarbitrum(default: ethereum)window:
1h,4h,24h, or168h(default: 24h)Returns:
sequence_score(0-100),story(human label),novelty,peak_window,possible_failure_modes
token_scan — Anomaly scan for a single token's recent transfer patterns.
token (required): Contract address (
0x...) or symbol —usdt,usdc,weth,wbtc,link,uni,aave,steth,pepe,dai,cbeth,arbchain:
ethereum,base, orarbitrum(default: ethereum)window:
1h,4h,24h, or168h(default: 24h)
whale_alerts — Recent whale movements from 12+ monitored addresses: Binance, Coinbase, Kraken, OKX, Bybit, major bridges, Tether, Circle.
chain:
ethereum,base, orarbitrum(default: ethereum)hours: 1-168 (default: 4)
address_scan — Scan any wallet address for anomalous transaction patterns.
address (required): Wallet address (
0x...)chain:
ethereum,base, orarbitrumwindow:
1h,4h,24h, or168h
nft_scan — Anomaly scan for an NFT collection — sweep accumulation, wash trading, mint surges.
token (required): ERC-721/ERC-1155 contract address
defi_scan — Anomaly scan for DeFi protocols — unusual flows through Uniswap, Aave, Curve, Compound.
protocol (required): Protocol name or
0xaddress
Aviation Tools
squawk_alerts — Live global sweep of aircraft squawking 7700 (emergency), 7600 (radio failure), or 7500 (hijack).
flight_scan — Sequence anomaly analysis for a named airspace region.
region:
north_atlantic,europe,north_america,asia_pacific,middle_east,africa, orglobal
GitHub Tools
trending_signal — GitHub repos with anomalous star velocity — early signals before mainstream discovery.
days:
3,7,14, or30(default: 7)
repo_scan — Deep anomaly scan for a single repository — star velocity, fork ratio, overnight explosion signals.
repo (required):
owner/repoformat
github_watch — Watch a repo's activity stream for anomalous development patterns — commit bursts, force pushes, issue floods, merge rushes, bot takeovers.
repo (required):
owner/repoformat
claude_feature_watch — Watch Anthropic/Claude repos for recently merged features. Scans anthropic-sdk-python, anthropic-sdk-typescript, claude-code, courses, and anthropic-cookbook.
days: 1-30 (default: 7)
Symbol Alphabets
Financial: 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
NFT: NFT_MINT, NFT_BURN, NFT_SALE, NFT_SWEEP, NFT_WASH_TRADE
Aviation: ENROUTE, SQUAWK_7700, SQUAWK_7600, SQUAWK_7500, RAPID_DESCENT, RAPID_CLIMB, HIGH_SPEED, NEAR_STALL
Creator: VIRAL_REPO, HOT_REPO, EMERGING_REPO, STEADY_REPO, QUIET_REPO, FORK_SURGE, BOOKMARK_ONLY, ISSUE_FLOOD, OVERNIGHT_STAR, RAPID_GROWTH
GitHub Watch: COMMIT_PUSH, COMMIT_BURST, FORCE_PUSH, ISSUE_OPEN, ISSUE_CLOSE, ISSUE_COMMENT, ISSUE_FLOOD, PR_OPEN, PR_MERGE, PR_CLOSE, PR_REVIEW, MERGE_RUSH, BRANCH_CREATE, BRANCH_DELETE, TAG_CREATE, RELEASE_PUBLISH, FORK_EVENT, STAR_EVENT, BOT_DOMINATED, SOLO_OPERATOR
Payment
Paid tools 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 |
| Hosted API base URL |
|
Links
Hosted API: https://anomaly.forgemesh.io
ForgeMesh: https://forgemesh.io
npm: https://www.npmjs.com/package/@forgemeshlabs/anomaly-mcp
License
MIT
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/forgemeshlabs/anomaly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server