Back to Browse

Nightwatch Skills MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://nightwatch-v1-api.onrender.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

32 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-jamboree777-nightwatch": {
      "url": "https://nightwatch-v1-api.onrender.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

LayerWhat it isWhere
MCPConnection standard — 33 live tools, no auth to browsehttps://nightwatch-v1-api.onrender.com/mcp
APIRaw data under a stable REST contract (free tier + Pro key X-NW-User-Key for deep fields)https://nightwatch-v1-api.onrender.com
SkillsTask recipes (SKILL.md folders) — this reposkills/
TraderOpen-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

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.

SkillWhat it does
token-intel-checkRead the three gates (Coverage / Rating / BTI) from one /intel call before touching a token
arb-route-checkCheck transfer doors + spread history before any cross-exchange move
coverage-screenScreen a token list down to bot-tradable candidates
kimchi-premium-readRead the Korea-axis premium correctly (FX vs stablecoin basis)
contribute-factsWORK-Claw: submit sourced facts to the Knowledge Graph and earn Cherry
fund-operating-procedureThe fund's invariant arbitrage pipeline (spread → doors → identity → grade → costs → repeat caps → settle) with a live endpoint per step
capital-allocation-quartermasterQuartermaster: 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.

Reviews

No reviews yet

Be the first to review this server!