pow-mining-oracle
MCP serverEverything elseProof of Work oracle: solo mining odds, cost of production, hashrate, mining hardware
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use pow-mining-oracle
From the project's README
As published by BackpowCom/backpow-mcp-server in README.md. This repository publishes several servers, so only the opening is shown here.
The official Model Context Protocol server for BackPow — The Proof of Work Oracle.
It gives an AI assistant live mining data for 126+ Proof of Work networks and 770+ hardware models: network difficulty and hashrate, Poisson solo-mining probabilities, Cost of Production, and hardware profitability.
Endpoint: https://mcp.backpow.com/mcp — Streamable HTTP, no API key, no
account.
Install
Claude Code
claude mcp add --transport http backpow https://mcp.backpow.com/mcp
Claude Desktop / claude.ai
Settings → Connectors → Add custom connector → https://mcp.backpow.com/mcp
VS Code
{
"servers": {
"backpow": { "type": "http", "url": "https://mcp.backpow.com/mcp" }
}
}
Cursor
Settings → MCP → Add, or in ~/.cursor/mcp.json:
{
"mcpServers": {
"backpow": { "url": "https://mcp.backpow.com/mcp" }
}
}
Local stdio
The remote endpoint above is the supported path and works in every client listed. To run the server locally from a clone instead:
npm install && npm run build
Shortened here. Read the whole README on GitHub.
Advanced
- Delivery
- pow-mining-oracle MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
com-backpow-pow-mining-oracle- Source
- github.com/BackpowCom/backpow-mcp-server
- Hosted endpoint
https://mcp.backpow.com/mcp