INDIVIDUAL MCP TOOL
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).
LIVE ENDPOINT
https://nightwatch-v1-api.onrender.com/mcp
Connect to this endpoint to inspect the live schema for agent_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nightwatch]
url = "https://nightwatch-v1-api.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nightwatch": {
"type": "http",
"url": "https://nightwatch-v1-api.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nightwatch
Remote MCP URL: https://nightwatch-v1-api.onrender.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nightwatch": {
"url": "https://nightwatch-v1-api.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nightwatch": {
"type": "http",
"url": "https://nightwatch-v1-api.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nightwatch",
"transport": "streamable-http",
"url": "https://nightwatch-v1-api.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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, warning severity/convergence, prediction hit-rate + history, KG fill, 1d cross-exchange spread, open/blocked transfer routes, PLUS coverage (Coverage Grade v0: A-D score of how well NightWatch observes this asset, with per-layer L1-L8 booleans) and bti (Bot-Tradability Index v0: per-strategy verdicts ok/limited/no/unknown with reasons and limit_usd for arbitrage, momentum_swing, market_making, lending_short, plus overall t_grade).get_microburst— High-frequency orderbook microstructure for a token: quality score (0-100), quote persistence, concentration HHI, imbalance volatility, active anomaly flags.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).get_unanimous— The unanimous club — tokens listed on ALL monitored exchanges (the strongest listing consensus signal).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 floor) with under/band/over status, concentration flags, hedge reservations, planned paper rebalance moves, the USD/KRW FX snapshot used, and logistics accounting (transfer costs, arb-as-rebalance gains).get_pair_gate— Cross-venue PAIR GATE verdict: is BUY(buy_ex) → on-chain transfer → SELL(sell_ex) actually executable for this token?