mcpbeat Sign in

BackPow PoW Oracle MCP Server

answering

BackPow PoW Oracle is answering right now. Last checked 3 min ago. 126 installs a week from npm. It exposes 6 tools. Last commit 18 Sep 2026.

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

Installs per day peak 76 · avg 4
a month agotoday
Uptime history 4 days of history · worst day 96%
4 days agonow
97.8%
Uptime 24h
89 of 91 checks
6
Tools
read from the server
140 ms
Response time
average over 24h
126
Installs / week
npm and PyPI

BackPow PoW Oracle does not always answer

Over the last week it answered 97.3% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add pow-mining-oracle --transport http https://mcp.backpow.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pow-mining-oracle": {
      "url": "https://mcp.backpow.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pow-mining-oracle]
url = "https://mcp.backpow.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "pow-mining-oracle": {
      "url": "https://mcp.backpow.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pow-mining-oracle": {
      "url": "https://mcp.backpow.com/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

pow
get_pow_news
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.
list_pow_coins
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.
calculate
calculate_solo_mining_odds
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.
coin
get_coin_oracle
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.
cost
get_cost_of_production
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.
hardware
get_hardware_benchmarks
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.

Endpoints

URLTransportStateLatencyChecked
https://mcp.backpow.com/mcp streamable-http answering 109 ms 3 min ago

Alternatives to BackPow PoW Oracle

same job, measured the same way
Sourcemap Retrace MCP
by vola-trebla

Decodes minified production stack traces back to original TypeScript source using source maps.

29 installs/wk local only
DezignWorks Product Oracle
by recursive

Query DezignWorks reverse engineering software: features, compatibility, and pricing.

4 tools answering
Warehouse MCP
by kalehdoo

Production MCP server for Postgres, Oracle, Snowflake, BigQuery, Redshift, DuckDB, MotherDuck.

32 installs/wk local only
Connext MCP
by rti

Integrate Connext AI into agentic workflows, enabling Connext product-aware assistance.

answering
Luno Cms
by luno-cms

LUNO — AI Backend Platform. Build, operate, and govern production backends with AI agents.

118 installs/wk local only
The Cost of Work Index
by kindrat86

Cost of 13 back-office tasks per unit: person vs software, US, Greece, Ukraine. Sources cited.

20 installs/wk local only
million
by kelows

Operate a self-hosted Solana whale tracker and copy-trading deck: positions, rules, token checks.

53 installs/wk local only
SHAR Production Metadata MCP
by sharproduction

Read-only validation of rights-aware production metadata manifests for MCP-compatible clients.

local only

BackPow PoW Oracle — questions

Answers built from our own checks of this server.

What can BackPow PoW Oracle do?
It exposes 6 tools, read directly from the server on our last check. Among them: calculate_solo_mining_odds, get_coin_oracle, get_cost_of_production, get_hardware_benchmarks, get_pow_news, list_pow_coins. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is BackPow PoW Oracle working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 89 of 91 checks got a reply (97.8%), average response time 140 ms. The bar chart above shows every period we have measured.
How do I connect BackPow PoW Oracle?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does BackPow PoW Oracle need an API key?
No. BackPow PoW Oracle completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is BackPow PoW Oracle?
It answers our handshake in 140 ms on average, which is faster than 79% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use BackPow PoW Oracle?
The npm package @backpow/mcp-server was installed 126 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is BackPow PoW Oracle open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.