{ "name": "@forgemeshlabs/anomaly-mcp", "version": "0.5.6", "mcpName": "io.github.forgemeshlabs/anomaly-mcp", "description": "Multi-domain real-time anomaly detection MCP server. Mempool (5s polling), stablecoin depeg (1min polling), blockchain, aviation, and GitHub anomalies via x402 micropayments.", "type": "module", "bin": { "anomaly-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE.md", "glama.json", "server.json", "smithery.yaml", "docs", "examples" ], "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", "start": "node dist/index.js", "dev": "tsx src/index.ts" }, "keywords": [ "mcp", "model-context-protocol", "x402", "agent-payments", "anomaly-detection", "sequence-mining", "blockchain", "aviation", "github", "claude", "ethereum", "base", "arbitrum", "forgemesh", "usdc", "nasa", "sequenceminer", "mempool", "stablecoin", "depeg", "realtime" ], "author": "forgemeshlabs", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/forgemeshlabs/anomaly-mcp.git" }, "bugs": { "url": "https://github.com/forgemeshlabs/anomaly-mcp/issues" }, "homepage": "https://github.com/forgemeshlabs/anomaly-mcp#readme", "publishConfig": { "access": "public" }, "engines": { "node": ">=20" }, "devDependencies": { "tsx": "^4.19.2", "typescript": "^5.7.3" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0" } }