Analytics
backpow.com
Provides analytics and live network data for Proof of Work cryptocurrencies, including mining profitability, cost of production, coin metrics, and hardware benchmarks.
ENDPOINT 1
https://mcp.backpow.com/mcp
MCP server metadata
- Name
- backpow-mcp
- Version
- 1.0.0
BackPow provides live Proof of Work mining data for 126+ networks and 770+ hardware models: network difficulty and hashrate, Poisson solo-mining probabilities, Cost of Production (the electricity cost of mining one unit on the most efficient tracked hardware), and hardware profitability. Every result carries a `source` block with the measurement timestamp, a canonical page URL, and a ready-made citation line, plus a `warnings` array. Mining figures move continuously, so a figure quoted without its `as_of_utc` date can be wrong within hours. Nothing here is financial advice, and no tool executes a transaction.
Known tools 6
calculate_solo_mining_oddsProbability 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.
Inferred read-onlyget_cost_of_productionCost 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.
Inferred read-onlyget_coin_oracleCurrent 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.
Inferred read-onlylist_pow_coinsPaginated index of the Proof of Work networks BackPow tracks, with algorithm, network rate, collector status and canonical page URL.
Inferred read-onlyget_hardware_benchmarksMining hardware matched to the coins it can mine, ranked by net USD per day at a given electricity rate.
Inferred read-onlyget_pow_newsRecent news items about Proof of Work mining and network events, optionally filtered to one coin.
Inferred read-onlyCONNECT 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.backpow-mcp]
url = "https://mcp.backpow.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"backpow-mcp": {
"type": "http",
"url": "https://mcp.backpow.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: backpow-mcp
Remote MCP URL: https://mcp.backpow.com/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": {
"backpow-mcp": {
"url": "https://mcp.backpow.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"backpow-mcp": {
"type": "http",
"url": "https://mcp.backpow.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "backpow-mcp",
"transport": "streamable-http",
"url": "https://mcp.backpow.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.