← monerometrics.net

INDIVIDUAL MCP TOOL

haveno_premium

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

monerometrics.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.monerometrics.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for haveno_premium and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

monerometrics.net

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.

Related tools

  • network_info — Current Monero network state: latest indexed height, difficulty, network hashrate and mempool size.
  • price — Current Monero (XMR) price: centralized spot plus both sides of the Haveno peer-to-peer book.
  • haveno_book — The live Haveno XMR/USD order book, both sides, priced against centralized spot.
  • haveno_payment_methods — Executed Haveno trades grouped by payment method, with the premium over spot.
  • network_hashrate — Network hashrate time series.
  • network_blocktime — Block-time variance time series (seconds between blocks).
  • network_mempool — Mempool size time series (number of pending transactions).
  • network_emission — Block reward / emission time series (XMR per block).