# io.github.nowi333/monerometrics (remote · api.monerometrics.net)

Live Monero (XMR) network metrics: reorgs, orphan blocks, mining-pool centralization.

- Trust score: 68/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `api.monerometrics.net`: 68/100 (this document), [markdown](https://verifymcp.io/servers/nowi333-monerometrics/api.md), [page](https://verifymcp.io/servers/nowi333-monerometrics/api)

## Channel facts

- Endpoint: `https://api.monerometrics.net/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.1`

## 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-08-20.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 15 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - 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**: 84/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 701 tokens (~43/item across 16 items; 15 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http nowi333-monerometrics https://api.monerometrics.net/mcp
```

### Codex

```toml
[mcp_servers.nowi333-monerometrics]
url = "https://api.monerometrics.net/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nowi333-monerometrics": {
      "type": "remote",
      "url": "https://api.monerometrics.net/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add nowi333-monerometrics --url https://api.monerometrics.net/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  nowi333-monerometrics:
    url: "https://api.monerometrics.net/mcp"
```

### Other

```json
{
  "mcpServers": {
    "nowi333-monerometrics": {
      "type": "http",
      "url": "https://api.monerometrics.net/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-08-20 (score 68, +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-08-18 (score 67, +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-08-16 (score 66, +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-08-14 (score 65, +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-08-13 (score 64, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-12 (score 64)

First indexed and scored.

## MCP tools (15)

### `network_info` (~29 tokens)

Current Monero network state: latest indexed height, difficulty, network hashrate and mempool size.

### `price` (~28 tokens)

Current Monero (XMR) price: official spot price plus a Haveno decentralized-exchange reference.

### `network_hashrate` (~47 tokens)

Network hashrate time series. window in 1h,24h,7d,30d,90d,1y,5y.

Input parameters:

- `window` (string)

### `network_blocktime` (~50 tokens)

Block-time variance time series (seconds between blocks). window in 1h,24h,7d,30d,90d,1y,5y.

Input parameters:

- `window` (string)

### `network_mempool` (~53 tokens)

Mempool size time series (number of pending transactions). window in 1h,24h,7d,30d,90d,1y,5y.

Input parameters:

- `window` (string)

### `network_emission` (~52 tokens)

Block reward / emission time series (XMR per block). window in 1h,24h,7d,30d,90d,1y,5y.

Input parameters:

- `window` (string)

### `reorgs` (~30 tokens)

Detected Monero chain reorganizations, most recent first, with fork point, depth and affected transactions.

### `reorg_stats` (~26 tokens)

Aggregate reorg statistics over windows: counts, average and maximum depth, affected transactions.

### `recent_orphans` (~34 tokens)

Recent orphan blocks with their canonical counterpart at the same height. limit 1..50.

Input parameters:

- `limit` (integer)

### `pool_distribution` (~65 tokens)

Mining-pool distribution over a window: block share per pool, largest-pool share and the Nakamoto coefficient (minimum pools controlling >50% of blocks). window in 1h,6h,24h,48h,7d.

Input parameters:

- `window` (string)

### `pool_sources` (~22 tokens)

Reachability status of each mining-pool API used for block attribution.

### `chain_provenance` (~66 tokens)

How mining-pool attribution was established over a window: share proven by view key, claimed by pool API, inferred from coinbase, or unattributed. window in 1h,6h,24h,48h,7d.

Input parameters:

- `window` (string)

### `get_block` (~50 tokens)

Full detail for one block by its 64-character block hash: height, previous hash, size, difficulty, reward, coinbase, transaction list and merge-mining tags.

Input parameters:

- `hash` (string, required)

### `search_block` (~58 tokens)

Find a block by height (a number) or by 64-character hash, anywhere in the chain down to the genesis block (height 0). Returns the block detail plus whether it is canonical or an orphan.

Input parameters:

- `query` (string, required)

### `chain_fork_window` (~69 tokens)

Canonical chain plus any competing orphan blocks around a height. 'to' is the highest height in the window (defaults to the current tip); lower it to browse older history down to the genesis block. limit 10..500.

Input parameters:

- `limit` (integer)
- `to`

## Diagnostics

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

## Score history

- 2026-08-20: 68
- 2026-08-19: 67
- 2026-08-18: 67
- 2026-08-17: 66
- 2026-08-16: 66
- 2026-08-15: 65
- 2026-08-14: 65
- 2026-08-13: 64
- 2026-08-12: 64

## Links

- Remote endpoint: https://api.monerometrics.net/mcp
- Repository: https://github.com/nowi333/monerometrics
- Changelog RSS feed: https://verifymcp.io/servers/nowi333-monerometrics/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/nowi333-monerometrics/api.json
- HTML version of this page: https://verifymcp.io/servers/nowi333-monerometrics/api
