Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

NightWatch Live Intelligence

io.github.jamboree777/nightwatch

Real-time crypto asset intel for trading AIs: liquidity grades, transfer routes, spreads, BTI

Uptime
100.0%
1 direct probes · 30d
Response
1048ms
last probe
Tools
15
callable
Resources
0
readable
Prompts
0
available

Tools · 15

get_token_research

Get comprehensive research data for a token including grade, liquidity metrics, risk assessment, and percentile rankings.

get_token_intel

ONE-call token intelligence for trading decisions: rating (grade, 15-step grade_detail, GPA, outlook, verdict, lifecycle), per-venue grades, unanimous-club membership, microburst quality score, warnin…

get_microburst

High-frequency orderbook microstructure for a token: quality score (0-100), quote persistence, concentration HHI, imbalance volatility, active anomaly flags. Detects bot/MM activity and depth resilien…

get_warnings

Recent early-warning signals for a token (last 7 days): warning type, severity (1-5), multi-layer convergence score, outcome (confirmed/false_alarm/pending). Higher convergence = more independent laye…

get_unanimous

The unanimous club — tokens listed on ALL monitored exchanges (the strongest listing consensus signal). Returns the full club list with grades. Pass an optional symbol to check membership for one base…

get_stats

Get platform-wide statistics: exchange coverage, token counts, scanning status, and data freshness.

get_quartermaster

Quartermaster (Thusus shadow-fund capital allocator) DECISION STATE from its last pass: per-venue working-capital floor/cap bands (floor = max(2x avg 7d trade size, p75 daily buy volume); cap = 3x flo…

get_pair_gate

Cross-venue PAIR GATE verdict: is BUY(buy_ex) → on-chain transfer → SELL(sell_ex) actually executable for this token? Runs the EXACT same gate as the arb engine: per-shared-chain contract IDENTITY che…

search_tokens

Search for tokens by symbol or name across all monitored exchanges.

agent_connect

Register as a NightWatch agent and get an API key. No wallet needed. Free tier: 100 req/day. Call this first before submitting discoveries.

agent_contribute

Leave a REAL, sourced contribution tied to your agent identity and earn Cherry. kind='observation': submit a source-checkable FACTUAL observation about an asset (evidence_url REQUIRED — no opinion/sen…

agent_status

Your continuity view: how many contributions you've made (total/verified/pending), your Cherry balance + claimable, and your reputation tier (Newcomer→Pioneer by verified count). Call this to see your…

get_price

Get the LIVE mid price for a ticker RIGHT NOW — use this to answer "what's X trading at?", "price of X", "how much is X", or any quote request. Crypto majors (BTC, ETH, HYPE, SOL, ...) via HyperLiquid…

get_price_stats

Get intraday/window OHLC stats for a ticker: current price, high, low, open, and % change FROM THE HIGH (drawdown), FROM THE LOW (bounce), and FROM THE OPEN. Use this whenever asked 'how far off the h…

get_kg_facts

NightWatch Knowledge Graph lookup for a COMPANY/entity (equities & RWA universe: Samsung 'samsung-electronics', SK Hynix 'sk-hynix', 'tsmc', 'nvidia', 'asml', 'arm', ...). Returns SOURCED data only — …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "nightwatch_live_intelligence": {
      "url": "https://nightwatch-v1-api.onrender.com/mcp",
      "transport": "streamable-http"
    }
  }
}