{"name":"com.backpow/pow-mining-oracle","slug":"backpow-pow-mining-oracle","title":"BackPow PoW Oracle","description":"Proof of Work oracle: solo mining odds, cost of production, hashrate, mining hardware","url":"https://mcp.market/server/backpow-pow-mining-oracle","rating":null,"grade":"A","score":91,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-18T19:16:08.000Z","license":"MIT"},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/BackpowCom/backpow-mcp-server","website":"https://backpow.com","version":"1.0.1","remotes":[{"type":"streamable-http","url":"https://mcp.backpow.com/mcp"}],"packages":[{"registryType":"npm","registryBaseUrl":"https://registry.npmjs.org","identifier":"@backpow/mcp-server","version":"1.0.0","runtimeHint":"npx","transport":{"type":"stdio"}}],"tools":[{"name":"calculate_solo_mining_odds","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"coin_id":{"type":"string","minLength":1,"maxLength":64,"pattern":"^[A-Za-z0-9][A-Za-z0-9 ._-]{0,63}$","description":"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 are shared by more than one tracked chain (DGB, XVG and TARI among them)."},"hashrate":{"type":"number","exclusiveMinimum":0,"description":"The miner's rate, as a number. The unit goes in hashrate_unit."},"hashrate_unit":{"type":"string","enum":["H/s","KH/s","MH/s","GH/s","TH/s","PH/s","EH/s","Sol/s","KSol/s","MSol/s","GSol/s","gps","Kgps","Mgps","Ggps","proofs/s","Kproofs/s","Mproofs/s","Gproofs/s"],"description":"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 rather than assumed, because assuming H/s can be wrong by a factor of 10^12."},"power_watts":{"type":"number","exclusiveMinimum":0,"maximum":1000000000,"description":"Miner power draw in watts, e.g. 3500 for an ASIC or 320 for a GPU. Optional."},"electricity_cost_usd_kwh":{"type":"number","minimum":0,"maximum":2,"description":"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."}},"required":["coin_id","hashrate","hashrate_unit"],"additionalProperties":false}},{"name":"get_coin_oracle","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"coin_id":{"type":"string","minLength":1,"maxLength":64,"pattern":"^[A-Za-z0-9][A-Za-z0-9 ._-]{0,63}$","description":"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 are shared by more than one tracked chain (DGB, XVG and TARI among them)."}},"required":["coin_id"],"additionalProperties":false}},{"name":"get_cost_of_production","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"coin_id":{"type":"string","minLength":1,"maxLength":64,"pattern":"^[A-Za-z0-9][A-Za-z0-9 ._-]{0,63}$","description":"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 are shared by more than one tracked chain (DGB, XVG and TARI among them)."},"electricity_cost_usd_kwh":{"type":"number","minimum":0,"maximum":2,"description":"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."}},"required":["coin_id"],"additionalProperties":false}},{"name":"get_hardware_benchmarks","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":2,"maxLength":64,"description":"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":{"type":"string","enum":["ASIC","GPU","CPU"],"description":"Restrict to one hardware class."},"coin_id":{"type":"string","minLength":1,"maxLength":64,"pattern":"^[A-Za-z0-9][A-Za-z0-9 ._-]{0,63}$","description":"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":{"type":"number","minimum":0,"maximum":2,"description":"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":{"type":"integer","minimum":1,"maximum":25,"description":"Devices to return, 1-25. Defaults to 5."}},"required":["query"],"additionalProperties":false}},{"name":"get_pow_news","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"coin_id":{"type":"string","minLength":1,"maxLength":64,"pattern":"^[A-Za-z0-9][A-Za-z0-9 ._-]{0,63}$","description":"Optional coin filter, e.g. \"Bitcoin\", \"Zcash\", \"Kaspa\"."},"limit":{"type":"integer","minimum":1,"maximum":20,"description":"Items to return, 1-20. Defaults to 5."},"include_low_signal":{"type":"boolean","description":"Include items that relevance triage scored 0. Excluded by default so results stay on topic for Proof of Work mining."}},"additionalProperties":false}},{"name":"list_pow_coins","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"algorithm":{"type":"string","maxLength":64,"description":"Case-insensitive substring filter on algorithm, e.g. \"SHA-256\", \"Scrypt\", \"KawPow\", \"RandomX\", \"Autolykos\". The response lists every algorithm present."},"profitable_only":{"type":"boolean","description":"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 small result set can be distinguished from missing data."},"sort_by":{"type":"string","enum":["name","network_rate","suffering"],"description":"Ordering. \"suffering\" ranks by how far Cost of Production exceeds spot price. Defaults to name."},"limit":{"type":"integer","minimum":1,"maximum":100,"description":"Rows to return, 1-100. Defaults to 25."},"offset":{"type":"integer","minimum":0,"description":"Rows to skip for pagination. Defaults to 0."}},"additionalProperties":false}}],"scan":{"score":91,"grade":"A","scanned_at":"2026-09-19T04:45:33.035Z","report":{"scannerVersion":"0.1.3","scannedAt":"2026-09-19T04:45:32.967Z","components":{"code":{"score":25,"max":25,"notes":["21 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 210ms"]},"poisoning":{"score":15,"max":15,"notes":["6 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 0 days ago"]},"identity":{"score":6,"max":10,"notes":["namespace and repository owner differ","website matches verified namespace"]}},"findings":[],"inputs":{"probes":[{"url":"https://mcp.backpow.com/mcp","reachable":true,"authRequired":false,"latencyMs":210,"serverInfo":{"name":"backpow-mcp","version":"1.0.0"}}],"packages":[{"registryType":"npm","identifier":"@backpow/mcp-server","version":"1.0.0","found":true,"license":"MIT","hasInstallScripts":false,"dependencyCount":2,"publishedAt":"2026-09-18T15:08:49.314Z","repositoryUrl":"git+https://github.com/BackpowCom/backpow-mcp-server.git"}],"repo":{"found":true,"owner":"BackpowCom","repo":"backpow-mcp-server","archived":false,"pushedAt":"2026-09-18T19:16:08Z","stars":0,"forks":0,"openIssues":0,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/330902662?v=4","ownerCreatedAt":"2026-09-18T13:09:28Z","license":"MIT"},"icon":{"url":"https://backpow.com/logo.png","source":"registry","width":256,"height":256},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-18T19:16:08.000Z","score":23}}}},"grade_history":[],"reviews":[]}