Analytics
monerometrics.net
Provides Monero network statistics, price data, and peer-to-peer market analytics from Haveno.
ENDPOINT 1
https://api.monerometrics.net/mcp
MCP server metadata
- Name
- monerometrics
- Version
- 1.29.0
Known tools 18
network_infoCurrent Monero network state: latest indexed height, difficulty, network hashrate and mempool size.
Inferred read-onlypriceCurrent Monero (XMR) price: centralized spot plus both sides of the Haveno peer-to-peer book.
Inferred read-onlyhaveno_bookThe live Haveno XMR/USD order book, both sides, priced against centralized spot.
Inferred read-onlyhaveno_premiumHaveno peer-to-peer quotes against centralized spot over time, both sides.
Inferred read-onlyhaveno_payment_methodsExecuted Haveno trades grouped by payment method, with the premium over spot.
Potential side effectsreorgsDetected Monero chain reorganizations, most recent first, with fork point, depth and affected transactions.
Inferred read-onlyreorg_statsAggregate reorg statistics over windows: counts, average and maximum depth, affected transactions.
Inferred read-onlyrecent_orphansRecent orphan blocks with their canonical counterpart at the same height.
Inferred read-onlypool_distributionMining-pool distribution over a window: block share per pool, largest-pool share and the Nakamoto coefficient (minimum pools controlling >50% of blocks).
Inferred read-onlypool_sourcesReachability status of each mining-pool API used for block attribution.
Inferred read-onlychain_provenanceHow mining-pool attribution was established over a window: share proven by view key, claimed by pool API, inferred from coinbase, or unattributed.
Inferred read-onlyget_blockFull 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-onlysearch_blockFind a block by height (a number) or by 64-character hash, anywhere in the chain down to the genesis block (height 0).
Inferred read-onlychain_fork_windowCanonical chain plus any competing orphan blocks around a height.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.