# Minerstat — MCP server on mcp.ai > Connect your Minerstat account and use 5 tools for server monitoring straight from your AI agent. Connect with your own API key. minerstat is a comprehensive crypto mining monitoring and management platform offering tools for mining operations, including APIs for coins, hardware, pools, management, and monitoring. By: mcp.ai · official Page: https://mcp.ai/minerstat ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_minerstat?ms=1787296080000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/minerstat/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/minerstat/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/minerstat/skill.md Postman collection (v2.1): https://mcp.ai/minerstat/postman.json ## Tools - minerstat_get_coins_data(algo?: string, list?: string) — Retrieves mining coin data from minerstat API including hashrates, difficulty, rewards, and prices. Use this tool to get current mining statistics for cryptocurrencies. You can filter results by speci - minerstat_get_hardware_data(type?: string, brand?: string) — Retrieve mining hardware data from minerstat including hashrates, power consumption, and specifications. Use this tool to get benchmark data for GPUs and ASIC miners to compare mining performance acro - minerstat_get_pools_data(coin?: string, pool_type?: string) — Retrieve mining pool data from minerstat. Requires an authenticated minerstat connection. Returns a list of mining pools with their supported coins, fees, payout thresholds, and other details. Use to - minerstat_get_worker_activity(worker: string, timezone?: string) — Retrieve activity logs for a specific worker for the last 3 days. Returns online/offline events, errors, and other activity for troubleshooting worker uptime issues or auditing worker behavior. The AP - minerstat_get_worker_data(worker: string) — Retrieve detailed real-time data for a specific mining worker. This tool fetches comprehensive information about a worker including: - Current status (online/offline/idle) - Hardware info (GPUs/ASICs ## Example prompts - "What can I do in Minerstat?" - "Show me a summary of my Minerstat account" ## Links Docs: https://mcp.ai/docs/mcps/minerstat Website: https://mcp.ai/mcps/minerstat