BackPow PoW Oracle
NPM · @BACKPOW/MCP-SERVER · 2 COMPONENTS · SCANNED SEP 20
Proof of Work oracle: solo mining odds, cost of production, hashrate, mining hardware
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 1 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
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 Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
How do I install the BackPow PoW Oracle MCP server?
BackPow PoW Oracle runs locally as an npm package, launched with npx -y @backpow/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · @backpow/mcp-server
claude mcp add com-backpow-pow-mining-oracle -- npx -y @backpow/mcp-server
{
"mcpServers": {
"com-backpow-pow-mining-oracle": {
"command": "npx",
"args": [
"-y",
"@backpow/mcp-server"
]
}
}
} {
"servers": {
"com-backpow-pow-mining-oracle": {
"command": "npx",
"args": [
"-y",
"@backpow/mcp-server"
]
}
}
} codex mcp add com-backpow-pow-mining-oracle -- npx -y @backpow/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-backpow-pow-mining-oracle": {
"type": "local",
"command": [
"npx",
"-y",
"@backpow/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add com-backpow-pow-mining-oracle --command npx --arg -y --arg @backpow/mcp-server
mcp_servers:
com-backpow-pow-mining-oracle:
command: "npx"
args: ["-y", "@backpow/mcp-server"] {
"McpServers": {
"com-backpow-pow-mining-oracle": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@backpow/mcp-server"
]
}
}
} assistant mcp add com-backpow-pow-mining-oracle -t stdio -c npx -a -y @backpow/mcp-server
{
"mcpServers": {
"com-backpow-pow-mining-oracle": {
"command": "npx",
"args": [
"-y",
"@backpow/mcp-server"
]
}
}
} 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 +15
- Malware scan: unverified → pass ▲ security
- 18 Sept 26 53
First indexed and scored.
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 · Analysed npm/@backpow/mcp-server@1.0.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 95 packages
| Packages resolved | 95 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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 →
calculate_solo_mining_odds 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.
| Name | Type | Req | Description |
|---|---|---|---|
| coin_id | string | yes | Coin 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_kwh | number | – | Electricity price in USD per kWh. Defaults to 0.069, an industrial hosting tariff; residential rates are commonly 3-5x higher and change profitability conclusions. |
| hashrate | number | yes | The miner's rate, as a number. The unit goes in hashrate_unit. |
| hashrate_unit | string | yes | Unit 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_watts | number | – | Miner 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 Live network state ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| coin_id | string | yes | Coin 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 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.
| Name | Type | Req | Description |
|---|---|---|---|
| coin_id | string | yes | Coin 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_kwh | number | – | Electricity 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 Mining hardware economics ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| coin_id | string | – | Restrict the per-device coin rows to one network, e.g. to answer "how much does this rig make on Kaspa". Optional. |
| electricity_cost_usd_kwh | number | – | Electricity price in USD per kWh. Defaults to 0.069, an industrial hosting tariff; residential rates are commonly 3-5x higher and change profitability conclusions. |
| limit | integer | – | Devices to return, 1-25. Defaults to 5. |
| query | string | yes | Hardware 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. |
| type | string | – | Restrict to one hardware class. |
No output schema declared.
No examples provided.
get_pow_news PoW mining 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.
| Name | Type | Req | Description |
|---|---|---|---|
| coin_id | string | – | Optional coin filter, e.g. "Bitcoin", "Zcash", "Kaspa". |
| include_low_signal | boolean | – | Include items that relevance triage scored 0. Excluded by default so results stay on topic for Proof of Work mining. |
| limit | integer | – | Items to return, 1-20. Defaults to 5. |
No output schema declared.
No examples provided.
list_pow_coins Browse PoW networks ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| algorithm | string | – | Case-insensitive substring filter on algorithm, e.g. "SHA-256", "Scrypt", "KawPow", "RandomX", "Autolykos". The response lists every algorithm present. |
| limit | integer | – | Rows to return, 1-100. Defaults to 25. |
| offset | integer | – | Rows to skip for pagination. Defaults to 0. |
| profitable_only | boolean | – | Restrict 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_by | string | – | Ordering. "suffering" ranks by how far Cost of Production exceeds spot price. Defaults to name. |
No output schema declared.
No examples provided.
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 npm package (@backpow/mcp-server).
Is the BackPow PoW Oracle MCP server safe to use?
BackPow PoW Oracle scores 68 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. 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.
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.
What licence is the BackPow PoW Oracle MCP server under?
BackPow PoW Oracle declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.