# Nota (remote · nota-ryo.vercel.app)

Read-only crypto research skills that check a price, RSI and ATR against independent sources.

- Trust score: 80/100 (high trust)
- Change this week: +13
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `nota-ryo.vercel.app`: 80/100 (this document), [markdown](https://verifymcp.io/servers/pugarhuda-nota/nota-ryo.md), [page](https://verifymcp.io/servers/pugarhuda-nota/nota-ryo)

## Channel facts

- Endpoint: `https://nota-ryo.vercel.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2103 tokens (~105/item across 20 items; 9 tools + 11 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).
  - Supports UI / widget rendering.

## Install

### How do I install the Nota MCP server?

Nota is a hosted endpoint at https://nota-ryo.vercel.app/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http pugarhuda-nota 'https://nota-ryo.vercel.app/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "pugarhuda-nota": {
      "url": "https://nota-ryo.vercel.app/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "pugarhuda-nota": {
      "type": "http",
      "url": "https://nota-ryo.vercel.app/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.pugarhuda-nota]
url = "https://nota-ryo.vercel.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "pugarhuda-nota": {
      "type": "remote",
      "url": "https://nota-ryo.vercel.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add pugarhuda-nota --url 'https://nota-ryo.vercel.app/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  pugarhuda-nota:
    url: "https://nota-ryo.vercel.app/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "pugarhuda-nota": {
      "Transport": "http",
      "Url": "https://nota-ryo.vercel.app/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add pugarhuda-nota -t streamable-http -u 'https://nota-ryo.vercel.app/mcp'
```

### Other

```json
{
  "mcpServers": {
    "pugarhuda-nota": {
      "type": "http",
      "url": "https://nota-ryo.vercel.app/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 80, +10)

- [security improvement] Authorization: unverified → partial
- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “narrative_convergence” rewrote its description, which is the text the model reads
- [security] Tool “news_verify” rewrote its description, which is the text the model reads
- [security] Tool “positioning_check” rewrote its description, which is the text the model reads
- [security] Tool “price_crosscheck” rewrote its description, which is the text the model reads
- [security] Tool “technicals_crosscheck” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: pass → fail
- [functional improvement] MCP protocol: fail → pass
- [functional improvement] Tool “move_base_rate” now declares an output schema
- [functional improvement] Tool “narrative_convergence” now declares an output schema
- [functional improvement] Tool “news_verify” now declares an output schema
- [functional improvement] Tool “positioning_check” now declares an output schema
- [functional improvement] Tool “price_crosscheck” now declares an output schema
- [functional improvement] Tool “technicals_crosscheck” now declares an output schema
- [functional improvement] Tool “verdict_track_record” now declares an output schema
- [functional] First check of Capabilities: pass
- [functional] First check of Tool coverage: 100
- [functional] Schema quality: good → excellent
- [functional] MCP protocol version: 2025-03-26 → 2026-07-28
- [functional] New resource “BTC receipt 6a0e951bdeeb”
- [functional] New resource “ETH receipt 775ba11a7cd3”
- [functional] New resource “Receipt card”
- [functional] New resource “SOL receipt ef3a11aea080”
- [functional] Server version: 0.1.0 → 0.2.0
- [functional] New tool “crowd_odds”
- [functional] New tool “liquidity_check”
- [cosmetic] “positioning_check” added an optional parameter “atr_stop_pct”
- [cosmetic] “narrative_convergence” reworded the description of “tokens”
- [cosmetic] “positioning_check” reworded the description of “peer_derivatives”
- [cosmetic] “positioning_check” reworded the description of “reference_derivatives”
- [cosmetic] “technicals_crosscheck” reworded the description of “days”
- [cosmetic] Tool “move_base_rate” changed its title: Move Base Rate
- [cosmetic] Tool “narrative_convergence” changed its title: Narrative Convergence
- [cosmetic] Tool “news_verify” changed its title: News Verify
- [cosmetic] Tool “positioning_check” changed its title: Positioning Check
- [cosmetic] Tool “price_crosscheck” changed its title: Price Crosscheck
- [cosmetic] Tool “technicals_crosscheck” changed its title: Technicals Crosscheck
- [cosmetic] Tool “verdict_track_record” changed its title: Verdict Track Record

### 2026-09-19 (score 70, 0)

- [functional regression] Schema quality: 91 → 103
- [functional] New resource “ETH receipt cd5ada18b179”
- [functional] New resource “SOL receipt 29d5ca390412”
- [functional] New tool “move_base_rate”
- [functional] New tool “positioning_check”
- [functional] New tool “verdict_track_record”

### 2026-09-18 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-12 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-11 (score 66, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-10 (score 66)

First indexed and scored.

## MCP tools (9)

### `narrative_convergence` (~145 tokens)

Narrative Convergence

Monitor up to 20 user-selected voices (Telegram public channels, Bluesky and X handles) and report which tokens they mention, lexicon-scored sentiment per token, conviction and urgency, and whether the voices converge: at least two voices carry a non-zero net sentiment on the token and every one of them has the same sign.

Input parameters:

- `hours` (integer): Look-back window in hours (default 24)
- `tokens` (array): Symbols to track; default = every cashtag, ticker or name of a known major found
- `voices` (array, required): Up to 20 ids like tg:WatcherGuru, bs:handle.bsky.social or x:handle

Output parameters:

- `as_of`
- `availability` (object)
- `data` (object)
- `data_mode` (string)
- `request` (object)
- `schema_version`
- `status` (string)
- `summary`
- `tool` (string)
- `trace_id`
- `warnings` (array)

### `news_verify` (~114 tokens)

News Verify

Verify a crypto news claim: count independent domains reporting it (four outlets' RSS headlines plus Tavily or Venice web search), count those whose headline leans the opposite way, and attach the token's RYO analyze_token evidence so the story and the market read sit side by side.

Input parameters:

- `claim` (string, required): The story to verify, in one sentence
- `max_results` (integer): Search results to inspect (default 6, max 20)
- `symbol` (string): Token symbol to attach market evidence for

Output parameters:

- `as_of`
- `availability` (object)
- `data` (object)
- `data_mode` (string)
- `request` (object)
- `schema_version`
- `status` (string)
- `summary`
- `tool` (string)
- `trace_id`
- `warnings` (array)

### `price_crosscheck` (~146 tokens)

Price Crosscheck

Fetch independent USD spot prices for a symbol from CoinGecko, Coinbase, Kraken, Binance and DefiLlama (no keys), drop a source that disagrees with the rest as an outlier, report median and spread, and flag how far a reference price (e.g. RYO's) deviates from them.

Input parameters:

- `reference_fear_greed` (number): A Fear & Greed value to compare with alternative.me
- `reference_path` (string): Where the reference price came from
- `reference_price` (number): Price to compare against, e.g. RYO deep_analysis price
- `symbol` (string, required): Token symbol, e.g. SOL

Output parameters:

- `as_of`
- `availability` (object)
- `data` (object)
- `data_mode` (string)
- `request` (object)
- `schema_version`
- `status` (string)
- `summary`
- `tool` (string)
- `trace_id`
- `warnings` (array)

### `technicals_crosscheck` (~164 tokens)

Technicals Crosscheck

Recompute RSI(14) and ATR(14) (Wilder smoothing) from 200 closed UTC-day candles (OKX, else Binance, else CoinGecko 4h OHLC aggregated to days) plus 1d/7d/30d performance, and report how far reference values (e.g. RYO's) deviate from the independent calculation.

Input parameters:

- `days` (integer): lookback for performance, 7..90 (indicators always use 200 closed daily candles)
- `reference_atr_14` (number): ATR(14) in USD to compare against
- `reference_rsi_14` (number): RSI(14) to compare against
- `symbol` (string, required): Token symbol, e.g. SOL

Output parameters:

- `as_of`
- `availability` (object)
- `data` (object)
- `data_mode` (string)
- `request` (object)
- `schema_version`
- `status` (string)
- `summary`
- `tool` (string)
- `trace_id`
- `warnings` (array)

### `positioning_check` (~277 tokens)

Positioning Check

Decide, field by field, whether RYO's deep_analysis derivatives block can be cited as evidence about this token (identical values across other tokens, sign conflicts with OKX coin-terms open interest), and report OKX perp positioning: premium over spot on OKX and Hyperliquid, 24 h open-interest change in coins, long/short account ratio and its 100-hour percentile, and for BTC/ETH Deribit's DVOL implied 7-day move as a check on stop distance.

Input parameters:

- `atr_stop_pct` (number): Stop distance in % of price (e.g. RYO's 1.5 x atr_14_pct), checked against the DVOL implied 7-day move
- `peer_derivatives` (array): Same-day RYO derivatives blocks for other symbols: [{symbol, funding_rate_bps, open_interest_change_24h_pct}]; taken from the day's scorecard locks when omitted
- `reference_derivatives` (object): RYO deep_analysis data.derivatives for this symbol; fetched from RYO when omitted and a RYO key is set
- `ryo_btc_funding_bps` (number): Latest BTC funding from RYO monitor_market_sentiment_shift (evidence.funding.latest_bps)
- `symbol` (string, required): Token symbol, e.g. SOL

Output parameters:

- `as_of`
- `availability` (object)
- `data` (object)
- `data_mode` (string)
- `request` (object)
- `schema_version`
- `status` (string)
- `summary`
- `tool` (string)
- `trace_id`
- `warnings` (array)

### `move_base_rate` (~215 tokens)

Move Base Rate

Empirical probability that a token moves k ATRs (up or down, touched or closed beyond) within h days, counted from ~400 days of OKX daily candles on days in the same ATR tercile as today, with a time-split holdout. Pass RYO's atr_14_pct to measure the distance in RYO's ATR; k=0 with event=close gives the plain 'higher after h days' rate.

Input parameters:

- `as_of` (string): YYYY-MM-DD: use only candles closed before this day (scoring a past call)
- `atr_14_pct` (number): RYO's ATR(14) as % of price (analyze_token or deep_analysis)
- `direction` (string): Default up
- `event` (string): Default touch
- `horizon_days` (integer): 1 to 14 (default 3)
- `k` (number): Distance in ATRs (default 1)
- `symbol` (string, required): Token symbol, e.g. SOL

Output parameters:

- `as_of`
- `availability` (object)
- `data` (object)
- `data_mode` (string)
- `request` (object)
- `schema_version`
- `status` (string)
- `summary`
- `tool` (string)
- `trace_id`
- `warnings` (array)

### `verdict_track_record` (~120 tokens)

Verdict Track Record

How RYO's own deep_analysis plans have fared: locked daily for 25 majors and settled on OKX hourly candles (stop or +1R target first, 24 h or 72 h). Returns counts by verdict and by confluence state, plans whose verdict leans against their own direction, and the latest locked verdict. Omit the symbol for all tokens.

Input parameters:

- `horizon_hours` (integer): 24 (default) or 72
- `symbol` (string): Token symbol, e.g. SOL; omit for every token

Output parameters:

- `as_of`
- `availability` (object)
- `data` (object)
- `data_mode` (string)
- `request` (object)
- `schema_version`
- `status` (string)
- `summary`
- `tool` (string)
- `trace_id`
- `warnings` (array)

### `liquidity_check` (~107 tokens)

Liquidity Check

Macro liquidity from DefiLlama (no key): 7-day and 30-day change of the total USD stablecoin supply, and of DeFi TVL on the token's own chain (ETH, SOL, BNB, AVAX and other L1/L2 tokens). Each leg reports its own as_of and availability; a token without a chain of its own gets no TVL rather than a borrowed one.

Input parameters:

- `symbol` (string, required): Token symbol, e.g. SOL

Output parameters:

- `as_of`
- `availability` (object)
- `data` (object)
- `data_mode` (string)
- `request` (object)
- `schema_version`
- `status` (string)
- `summary`
- `tool` (string)
- `trace_id`
- `warnings` (array)

### `crowd_odds` (~155 tokens)

Crowd Odds

Prediction-market implied probability that a token trades higher than now at a horizon: the Polymarket 'above $K on <date>' ladder (Kalshi's KX<coin>D ladder as fallback) expiring within a day of now + horizon, liquid strikes only, made monotone and interpolated at spot. BTC, ETH, SOL, XRP (and DOGE on Kalshi); null when no market.

Input parameters:

- `horizon_days` (integer): 1 to 14 (default 7)
- `spot` (number): Price to read the ladder at (default: Binance spot, which is what Polymarket's crypto ladders resolve on)
- `symbol` (string, required): Token symbol, e.g. BTC

Output parameters:

- `as_of`
- `availability` (object)
- `data` (object)
- `data_mode` (string)
- `request` (object)
- `schema_version`
- `status` (string)
- `summary`
- `tool` (string)
- `trace_id`
- `warnings` (array)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/pugarhuda-nota/nota-ryo#diagnostics

## Score history

- 2026-09-20: 80
- 2026-09-19: 70
- 2026-09-18: 70
- 2026-09-17: 69
- 2026-09-16: 69
- 2026-09-15: 68
- 2026-09-14: 68
- 2026-09-13: 67
- 2026-09-12: 67
- 2026-09-11: 66
- 2026-09-10: 66

## Common questions

### What is the Nota MCP server?

Nota is an MCP server listed in the public MCP registry as io.github.PugarHuda/nota. Read-only crypto research skills that check a price, RSI and ATR against independent sources. This page covers its hosted endpoint (https://nota-ryo.vercel.app/mcp).

### Is the Nota MCP server safe to use?

Nota scores 80 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Nota MCP server expose?

Nota exposes 9 tools: narrative_convergence, news_verify, price_crosscheck, technicals_crosscheck, positioning_check, and 4 more. Their descriptions and schemas cost roughly 1,443 tokens of context every time the server is loaded.

### Does the Nota MCP server require authentication?

No. We connected to Nota without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Nota MCP server still maintained?

Nota is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://nota-ryo.vercel.app/mcp
- Repository: https://github.com/PugarHuda/nota
- Website: https://nota-ryo.vercel.app/
- Changelog RSS feed: https://verifymcp.io/servers/pugarhuda-nota/nota-ryo.xml
- Changelog JSON feed: https://verifymcp.io/servers/pugarhuda-nota/nota-ryo.json
- HTML version of this page: https://verifymcp.io/servers/pugarhuda-nota/nota-ryo
