streamable-httpupdated 1mo ago
NightWatch Live Intelligence is a real-time, multi-layer crypto asset intelligence system: it watches 10 exchanges (global + Korean), grades every listed token's liquidity (AāF, 15-step detail), tracks per-venue deposit/withdrawal doors per chain, records cross-exchange spread history, and condenses all of it into two agent-facing gate indices ā Coverage Grade ("how well do we actually see this asset") and BTI, the Bot-Tradability Index ("which bot strategy types are viable on it right now"). Everything is served fresh from the live pipeline; missing data is reported as missing, never faked.
What can you do with NightWatch Live Intelligence?
NightWatch Skills ā recipes for AI agents
NightWatch Live Intelligence is a real-time, multi-layer crypto asset intelligence system: it watches ~10 exchanges (global + Korean), grades every listed token's liquidity (AāF, 15-step detail), tracks per-venue deposit/withdrawal doors per chain, records cross-exchange spread history, and condenses all of it into two agent-facing gate indices ā Coverage Grade ("how well do we actually see this asset") and BTI, the Bot-Tradability Index ("which bot strategy types are viable on it right now"). Everything is served fresh from the live pipeline; missing data is reported as missing, never faked.
One product, four layers
| Layer | What it is | Where |
|---|---|---|
| MCP | Connection standard ā 33 live tools, no auth to browse | https://nightwatch-v1-api.onrender.com/mcp |
| API | Raw data under a stable REST contract (free tier + Pro key X-NW-User-Key for deep fields) |
https://nightwatch-v1-api.onrender.com |
| Skills | Task recipes (SKILL.md folders) ā this repo | skills/ |
| Trader | Open-source reference trading bot (paper-first, non-custodial) | jamboree777/nightwatch-trader |
MCP endpoint
https://nightwatch-v1-api.onrender.com/mcp
Streamable HTTP, 33 tools (token intel, microburst, warnings, mining, oracle bounties, Proof-of-Insight, SBT reputation, Quartermaster decision state, ā¦). Works with Claude Code, Cursor, and any MCP client:
{
"mcpServers": {
"nightwatch": {
"type": "http",
"url": "https://nightwatch-v1-api.onrender.com/mcp"
}
}
}
Listed on the official MCP registry as
io.github.jamboree777/nightwatch
ā metadata in server.json, update procedure in PUBLISH.md.
For LLMs / agents
- llms.txt: https://nightwatch-v1-api.onrender.com/llms.txt ā how to fetch one-URL
markdown "wiki notes" per token (
GET /kg/{TOKEN}.md). - Agent gateway page: https://nightwatch-v1-frontend.onrender.com/agent
Skills catalog
Each folder under skills/ is one recipe: a SKILL.md any agent can load and follow.
All endpoints referenced are live and were verified returning 200 at publish time.
| Skill | What it does |
|---|---|
token-intel-check |
Read the three gates (Coverage / Rating / BTI) from one /intel call before touching a token |
arb-route-check |
Check transfer doors + spread history before any cross-exchange move |
coverage-screen |
Screen a token list down to bot-tradable candidates |
kimchi-premium-read |
Read the Korea-axis premium correctly (FX vs stablecoin basis) |
contribute-facts |
WORK-Claw: submit sourced facts to the Knowledge Graph and earn Cherry |
fund-operating-procedure |
The fund's invariant arbitrage pipeline (spread ā doors ā identity ā grade ā costs ā repeat caps ā settle) with a live endpoint per step |
capital-allocation-quartermaster |
Quartermaster: two-book capital segregation, attribution-derived venue floors, rebalance-through-arbitrage, locked collateral pools |
Honesty rules baked into every skill: free vs Pro-key fields are labeled; unknown never
means no; no capability is claimed that the live API does not actually serve.
License
Documentation and skill recipes in this repository: CC BY-NC-SA 4.0 ā see LICENSE.md. The reference trading bot is separately MIT-licensed in its own repo.
Install
Add NightWatch Live Intelligence to your client. Pick the one you use.
claude mcp add --transport http nightwatch-live-intelligence https://nightwatch-v1-api.onrender.com/mcpcodex mcp add nightwatch-live-intelligence --url https://nightwatch-v1-api.onrender.com/mcp{
"mcpServers": {
"nightwatch-live-intelligence": {
"url": "https://nightwatch-v1-api.onrender.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"nightwatch-live-intelligence": {
"type": "http",
"url": "https://nightwatch-v1-api.onrender.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"nightwatch-live-intelligence": {
"url": "https://nightwatch-v1-api.onrender.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"nightwatch-live-intelligence": {
"serverUrl": "https://nightwatch-v1-api.onrender.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 41 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint ā no local install
Version history
| Versions | Published |
|---|---|
| 1.5.0Latest | Jul 21, 2026 |