π°
startmining
MCP server for Bitcoin mining data - hashprice, difficulty, profitability calculations
0 installs
Trust: 39 β Low
Finance
Installation
npx startmining-mcpAsk AI about startmining
Powered by Claude Β· Grounded in docs
I know everything about startmining. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
@startmining/mcp-server
MCP (Model Context Protocol) server for Bitcoin mining data. Get real-time hashprice, difficulty, profitability calculations, and more.
π Features
- Real-time market data β BTC price, hashprice, difficulty, network stats
- Profitability calculator β Calculate ROI for any ASIC setup
- Historical data β Price and difficulty history since 2009
- Halving tracker β Current era, next halving, supply stats
- Mempool & blocks β Fee estimates and recent blocks
- ASIC prices β Market prices by efficiency tier
π¦ Installation
npm install -g @startmining/mcp-server
Or use directly with npx:
npx @startmining/mcp-server
βοΈ Configuration
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"startmining": {
"command": "npx",
"args": ["@startmining/mcp-server"]
}
}
}
With API Key (optional, for higher rate limits)
{
"mcpServers": {
"startmining": {
"command": "npx",
"args": ["@startmining/mcp-server"],
"env": {
"STARTMINING_API_KEY": "your_api_key"
}
}
}
}
π οΈ Available Tools
| Tool | Description |
|---|---|
get_market_data | Current BTC price, hashprice, difficulty, network stats |
get_hashprice | Hashprice breakdown ($/PH/day) |
get_difficulty | Current difficulty + next adjustment prediction |
get_halving_info | Halving era, next date, supply stats |
get_price_history | Historical BTC prices (from, to, granularity) |
get_difficulty_history | Historical difficulty & hashrate |
calculate_profitability | Mining profitability for given setup |
calculate_breakeven | Breakeven BTC price |
get_mempool | Mempool status & fee estimates |
get_recent_blocks | Recent blocks info |
get_asic_prices | ASIC market prices by efficiency |
π‘ Example Queries
Once configured, you can ask Claude:
- "What's the current hashprice?"
- "Calculate profitability for an S21 (200 TH/s, 3500W) at $0.05/kWh"
- "When is the next halving?"
- "Show me BTC price history for last month"
- "What's the mempool fee situation?"
π Data Sources
- Price data: Internal database (since 2009-01-03)
- Network data: Direct Bitcoin Core node
- Calculations: Real-time based on current conditions
π Links
- Website: pro.startmining.io
- Company: startmining.io
- API Docs: mining-api.startmining.io
π License
MIT Β© Startmining
