← Registry

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.

1 endpoint6 known toolsFirst detected September 19, 2026Last detected September 19, 2026

ENDPOINT 1

https://mcp.backpow.com/mcp

No auth detected

MCP server metadata

Name
backpow-mcp
Version
1.0.0
Capabilities
tools
Server instructions

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_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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
list_pow_coins

Paginated index of the Proof of Work networks BackPow tracks, with algorithm, network rate, collector status and canonical page URL.

Inferred read-only
get_hardware_benchmarks

Mining hardware matched to the coins it can mine, ranked by net USD per day at a given electricity rate.

Inferred read-only
get_pow_news

Recent news items about Proof of Work mining and network events, optionally filtered to one coin.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.