← Registry

Analytics

monerometrics.net

Provides Monero network statistics, price data, and peer-to-peer market analytics from Haveno.

1 endpoint18 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

https://api.monerometrics.net/mcp

No auth detected

MCP server metadata

Name
monerometrics
Version
1.29.0
Capabilities
experimentalpromptsresourcestools

Known tools 18

network_info

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

Inferred read-only
price

Current Monero (XMR) price: centralized spot plus both sides of the Haveno peer-to-peer book.

Inferred read-only
haveno_book

The live Haveno XMR/USD order book, both sides, priced against centralized spot.

Inferred read-only
haveno_premium

Haveno peer-to-peer quotes against centralized spot over time, both sides.

Inferred read-only
haveno_payment_methods

Executed Haveno trades grouped by payment method, with the premium over spot.

Potential side effects
network_hashrate

Network hashrate time series.

Inferred read-only
network_blocktime

Block-time variance time series (seconds between blocks).

Inferred read-only
network_mempool

Mempool size time series (number of pending transactions).

Inferred read-only
network_emission

Block reward / emission time series (XMR per block).

Inferred read-only
reorgs

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

Inferred read-only
reorg_stats

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

Inferred read-only
recent_orphans

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

Inferred read-only
pool_distribution

Mining-pool distribution over a window: block share per pool, largest-pool share and the Nakamoto coefficient (minimum pools controlling >50% of blocks).

Inferred read-only
pool_sources

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

Inferred read-only
chain_provenance

How mining-pool attribution was established over a window: share proven by view key, claimed by pool API, inferred from coinbase, or unattributed.

Inferred read-only
get_block

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

Inferred read-only
search_block

Find a block by height (a number) or by 64-character hash, anywhere in the chain down to the genesis block (height 0).

Inferred read-only
chain_fork_window

Canonical chain plus any competing orphan blocks around a height.

Inferred read-only

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.monerometrics]
url = "https://api.monerometrics.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "monerometrics": {
      "type": "http",
      "url": "https://api.monerometrics.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: monerometrics
Remote MCP URL: https://api.monerometrics.net/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": {
    "monerometrics": {
      "url": "https://api.monerometrics.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "monerometrics": {
      "type": "http",
      "url": "https://api.monerometrics.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "monerometrics",
  "transport": "streamable-http",
  "url": "https://api.monerometrics.net/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.