{ "name": "signalfuse-mcp", "version": "1.1.4", "description": "MCP server for SignalFuse \u2014 AI trading intelligence with 11 tools: real-time signals, market sentiment, macro regime, live strategy arena, web search (Brave/Tavily), sandboxed code execution (E2B). Pay-per-call via x402 micropayments.", "main": "index.js", "type": "module", "bin": { "signalfuse-mcp": "./index.js" }, "scripts": { "start": "node index.js", "check:versions": "node scripts/check-versions.mjs", "test": "node scripts/check-versions.mjs && node --test test/protocol.mjs test/redaction.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "keywords": [ "mcp", "trading", "crypto", "hyperliquid", "signals", "sentiment", "x402", "micropayments", "crypto-signals", "agent-tools", "trading-intelligence", "web-search", "arena", "bazaar", "brave", "tavily", "e2b" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/hypeprinter007-stack/signalfuse-mcp" }, "homepage": "https://api.signalfuse.co", "mcpName": "io.github.hypeprinter007-stack/signalfuse" }