Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

BackPow PoW Oracle

REMOTE · MCP.BACKPOW.COM · 2 COMPONENTS · SCANNED SEP 20

Proof of Work oracle: solo mining odds, cost of production, hashrate, mining hardware

65 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability62
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1883 tokens (~313/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management7
  • Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the BackPow PoW Oracle MCP server?

BackPow PoW Oracle is a hosted endpoint at https://mcp.backpow.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.backpow.com

# add to Claude Code
claude mcp add --transport http com-backpow-pow-mining-oracle 'https://mcp.backpow.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-backpow-pow-mining-oracle": {
      "url": "https://mcp.backpow.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-backpow-pow-mining-oracle": {
      "type": "http",
      "url": "https://mcp.backpow.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-backpow-pow-mining-oracle]
url = "https://mcp.backpow.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-backpow-pow-mining-oracle": {
      "type": "remote",
      "url": "https://mcp.backpow.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-backpow-pow-mining-oracle --url 'https://mcp.backpow.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-backpow-pow-mining-oracle:
    url: "https://mcp.backpow.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-backpow-pow-mining-oracle": {
      "Transport": "http",
      "Url": "https://mcp.backpow.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-backpow-pow-mining-oracle -t streamable-http -u 'https://mcp.backpow.com/mcp'
// mcp.json
{
  "mcpServers": {
    "com-backpow-pow-mining-oracle": {
      "type": "http",
      "url": "https://mcp.backpow.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1
    • Stability: unverified → 0.03 functional
  • 18 Sept 26 64

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://mcp.backpow.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=backpow.com CN=WE1,O=Google Trust Services,C=US 17 Sept 2026 16 Dec 2026 ECDSA 256 ECDSA-SHA256 b68f1992fb6c013a135f8b7ed2584d17
SANs: backpow.com, mcp.backpow.com, *.mcp.backpow.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.backpow.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
backpow.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.backpow.com/mcp Verified 200
http (plaintext) http://mcp.backpow.com/mcp Inconclusive 405
MCP tools · 6 exposed · ~1,754 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
calculate_solo_mining_odds ~442

Probability of a solo miner finding a block, computed as a Poisson process over live network difficulty and hashrate, plus the electricity cost of the attempt. Returns mean time to a block, the chance of at least one block over 1/7/30/90/365 days, and lucky-vs-unlucky waiting times (5th, 50th and 95th percentile) — variance dominates at small hashrates, so the average alone is misleading. Use for questions like "how long would it take to solo mine a Bitcoin block with 100 TH/s", "what are my odds solo mining Kaspa", or "is solo mining worth it with this rig". For pooled mining economics or whether a coin is profitable at all, use get_cost_of_production. For raw network state without a miner, use get_coin_oracle.

NameTypeReqDescription
coin_idstringyesCoin name or ticker, e.g. "Bitcoin", "BTC", "Kaspa", "bitcoin cash", "Monero". Ambiguous input is rejected with the list of matching networks rather than resolved to a guess, because several tickers…
electricity_cost_usd_kwhnumberElectricity price in USD per kWh. Defaults to 0.069, an industrial hosting tariff; residential rates are commonly 3-5x higher and change profitability conclusions.
hashratenumberyesThe miner's rate, as a number. The unit goes in hashrate_unit.
hashrate_unitstringyesUnit for hashrate. Most networks measure in hashes per second (H/s…EH/s). Cuckoo-family chains measure graphs per second (gps) and Aleo measures proofs per second — an unrecognised unit is rejected r…
power_wattsnumberMiner power draw in watts, e.g. 3500 for an ASIC or 320 for a GPU. Optional.

No output schema declared.

No examples provided.

get_coin_oracle ~226

Current network state for one Proof of Work chain, measured by BackPow's stratum collector nodes: difficulty, derived network hashrate, block height, block reward, protocol block-time target versus the latest observed interval, and the source pool. Every response carries a confidence block — how many independent pool operators agreed, whether the reward figure is live or a static fallback, and how old the observation is. Networks whose collectors are stalled or unreachable return an error rather than zeros. Use for "what is Kaspa's current difficulty", "network hashrate of Monero", "current block reward". For economics use get_cost_of_production; for mining probability use calculate_solo_mining_odds.

NameTypeReqDescription
coin_idstringyesCoin name or ticker, e.g. "Bitcoin", "BTC", "Kaspa", "bitcoin cash", "Monero". Ambiguous input is rejected with the list of matching networks rather than resolved to a guess, because several tickers…

No output schema declared.

No examples provided.

get_cost_of_production ~291

Cost of Production (CoP) for one Proof of Work coin: the all-in electricity cost of mining one unit on the most efficient hardware BackPow tracks for that algorithm, compared against spot price. Returns CoP in USD, spot, gross margin, whether miners are currently above or below water, the reference machine and tariff behind the figure, and a 30-day trend including whether the reference machine changed (which indicates the efficiency frontier moved). Accepts a custom electricity rate. Use for "is mining X profitable", "what does it cost to produce one Monero", "are miners underwater", or "break-even electricity price". For a specific rig rather than a coin, use get_hardware_benchmarks. For block-finding probability, use calculate_solo_mining_odds.

NameTypeReqDescription
coin_idstringyesCoin name or ticker, e.g. "Bitcoin", "BTC", "Kaspa", "bitcoin cash", "Monero". Ambiguous input is rejected with the list of matching networks rather than resolved to a guess, because several tickers…
electricity_cost_usd_kwhnumberElectricity price in USD per kWh. Defaults to 0.069, an industrial hosting tariff; residential rates are commonly 3-5x higher and change profitability conclusions.

No output schema declared.

No examples provided.

get_hardware_benchmarks ~339

Mining hardware matched to the coins it can mine, ranked by net USD per day at a given electricity rate. Covers ASICs, GPUs and CPUs, with hashrate and power draw per coin, gross revenue, net profit, and market price including whether that price is an observed listing or a model estimate. Use for "what should I mine with an RTX 4090", "best ASIC for Scrypt", "is an Antminer S21 still profitable", or "how much does a Bitaxe make". Coins are ranked by profitability, not alphabetically, and results are capped — ask for a higher limit rather than assuming the list is complete. For a coin's economics independent of any particular rig, use get_cost_of_production.

NameTypeReqDescription
coin_idstringRestrict the per-device coin rows to one network, e.g. to answer "how much does this rig make on Kaspa". Optional.
electricity_cost_usd_kwhnumberElectricity price in USD per kWh. Defaults to 0.069, an industrial hosting tariff; residential rates are commonly 3-5x higher and change profitability conclusions.
limitintegerDevices to return, 1-25. Defaults to 5.
querystringyesHardware model or keyword, at least 2 characters, e.g. "RTX 4090", "Antminer S21", "Bitaxe", "Ryzen 9 7950X". Short or generic queries match hundreds of devices, so pair them with type and limit.
typestringRestrict to one hardware class.

No output schema declared.

No examples provided.

get_pow_news ~178

Recent news items about Proof of Work mining and network events, optionally filtered to one coin. Items are aggregated from third-party feeds and are returned as quoted external content with their publisher and a relevance score, not as BackPow statements of fact. Use when a question turns on recent events — a halving, a difficulty swing, a pool outage, a chain upgrade. For numbers rather than narrative, use get_coin_oracle or get_cost_of_production.

NameTypeReqDescription
coin_idstringOptional coin filter, e.g. "Bitcoin", "Zcash", "Kaspa".
include_low_signalbooleanInclude items that relevance triage scored 0. Excluded by default so results stay on topic for Proof of Work mining.
limitintegerItems to return, 1-20. Defaults to 5.

No output schema declared.

No examples provided.

list_pow_coins ~278

Paginated index of the Proof of Work networks BackPow tracks, with algorithm, network rate, collector status and canonical page URL. Optionally filtered by algorithm or restricted to coins currently mining above cost. Returns the distinct algorithm list so valid filter values are discoverable. Use to find which networks exist for an algorithm, to browse the catalogue, or to resolve an ambiguous coin reference. Results are paginated: request a larger limit or a later offset rather than expecting the full catalogue in one response.

NameTypeReqDescription
algorithmstringCase-insensitive substring filter on algorithm, e.g. "SHA-256", "Scrypt", "KawPow", "RandomX", "Autolykos". The response lists every algorithm present.
limitintegerRows to return, 1-100. Defaults to 25.
offsetintegerRows to skip for pagination. Defaults to 0.
profitable_onlybooleanRestrict to coins whose spot price currently exceeds Cost of Production. Profitability is resolved for the returned page only, and the response reports how many of those coins have CoP coverage, so a…
sort_bystringOrdering. "suffering" ranks by how far Cost of Production exceeds spot price. Defaults to name.

No output schema declared.

No examples provided.

Common questions

What is the BackPow PoW Oracle MCP server?

BackPow PoW Oracle is an MCP server listed in the public MCP registry as com.backpow/pow-mining-oracle. Proof of Work oracle: solo mining odds, cost of production, hashrate, mining hardware. This page covers its hosted endpoint (https://mcp.backpow.com/mcp).

Is the BackPow PoW Oracle MCP server safe to use?

BackPow PoW Oracle scores 65 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the BackPow PoW Oracle MCP server expose?

BackPow PoW Oracle exposes 6 tools: calculate_solo_mining_odds, get_cost_of_production, get_coin_oracle, list_pow_coins, get_hardware_benchmarks, get_pow_news. Their descriptions and schemas cost roughly 1,754 tokens of context every time the server is loaded.

Does the BackPow PoW Oracle MCP server require authentication?

No. We connected to BackPow PoW Oracle without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the BackPow PoW Oracle MCP server still maintained?

BackPow PoW Oracle is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.