Monerometrics MCP Server

monerometrics measures and historizes the health of the Monero network: network hashrate, block time, mempool state, mining-pool distribution and - above all - chain reorganizations (reorgs) and orphan blocks, which most block explorers surface poorly. It is available as a remote MCP endpoint.

Teams that want a hosted DevOps & monitoring endpoint instead of running a local process. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 2 · #94 OF 101 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Monerometrics

before you install - you'll need

Set POSTGRES_USER, RESTIC_REPOSITORY before connecting. AWS_ACCESS_KEY_ID is optional or environment-specific per the README.

Claude Code

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

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "nowi333-monerometrics": {
      "url": "https://api.monerometrics.net/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://api.monerometrics.net/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to api.monerometrics.net

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry namespace io.github.nowi333 is GitHub-verified and matches the repo owner

03 · What Monerometrics can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.8.1 · 2026-08-17

The API answered 404 to every machine-readable discovery probe. It now serves them. · A2A agent card, MCP manifest, agents.json, OpenRPC and plugin manifest · robots.txt, llms.txt and a JSON index at the API root…

v0.8.0 · 2026-08-17

Read-only MCP server over streamable HTTP at api.monerometrics.net/mcp · 15 tools and a reference resource, no key and no account · Published to the official MCP Registry as io.github.nowi333/monerometrics · External…

v0.7.0 · 2026-08-17

Attribution evidence levels: view-key proof, pool API claim, coinbase heuristic, unattributed · Evidence marker shown only on proven blocks · Historical coverage boundary made explicit in the visualizer

04 · Who maintains Monerometrics

monerometrics is maintained by nowi333. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
DevOps & monitoring - ranked #94 of 101 actively-maintained DevOps & monitoring servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-08-17)
registry
io.github.nowi333/monerometrics (active, first published 2026-08-12)

06 · Monerometrics FAQ

What is Monerometrics?

monerometrics measures and historizes the health of the Monero network: network hashrate, block time, mempool state, mining-pool distribution and - above all - chain reorganizations (reorgs) and orphan blocks, which most block explorers surface poorly. It is available as a remote MCP endpoint.

Is Monerometrics still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Monerometrics?

Run `claude mcp add nowi333-monerometrics --transport http https://api.monerometrics.net/mcp`. The README documents 3 environment variables (POSTGRES_USER, RESTIC_REPOSITORY, AWS_ACCESS_KEY_ID) to set first. Set POSTGRES_USER, RESTIC_REPOSITORY before connecting. AWS_ACCESS_KEY_ID is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Monerometrics require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Monerometrics

More DevOps & monitoring MCP servers · Nslookup · Health Monitor · Infra Lens MCP · GitHub Actions · Console Automation

More JavaScript MCP servers · Server Json · Occasio · Sheetsdata MCP · Real Browser · Oilpriceapi MCP Server · see all