observer.blacklight/signals
Official4 toolsRealizability-gated Hyperliquid & Polymarket wallet copyability, risk & smart-money signals.
Analyzes wallet copying, risk metrics, and smart money signals on Hyperliquid and Polymarket.
Captured live from the server via tools/list.
find_copyable_traders
List Hyperliquid traders that are actually copyable AND realizable for a follower, pre-gated by copy-lag decay, de-leverage, and alpha-vs-beta (NOT raw leaderboard PnL). Returns copyability tier, Realizability Score 0-100, risk grade, PnL, return, copy-lag tolerance. Use when you need vetted copy candidates, not noisy 'top trader' lists.
Parameters (2)
- limitinteger
max rows, <=100
- min_realizabilitynumber
minimum Realizability Score 0-100
find_vaults
List Hyperliquid vaults ranked by allocation-worthiness (Sharpe, drawdown, operator skin-in-game, concentration, fees). Vaults are deposit products. Returns verdict, risk score, CAGR, max drawdown, TVL, APR.
Parameters (1)
- limitinteger
find_pm_traders
List Polymarket wallets with copyability classification (edge-family), PnL, edge-per-dollar, drawdown, category, invisible-maker volume. PM is structurally near-uncopyable; useful for edge-family research.
Parameters (1)
- limitinteger
analyze_wallet
Look up a specific wallet's copyability / realizability / risk read by address. venue 'hl' (Hyperliquid) or 'pm' (Polymarket).
Parameters (2)
- addressstringrequired
- venuestring
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"signals": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://blacklight.observer/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.