{"name":"io.github.wygogogo19/robotbase-mcp","slug":"wygogogo19-robotbase-mcp","title":null,"description":"Read-only BTC/XMR/ZEC/DOGE/LTC chain data for AI agents (16 tools)","url":"https://mcp.market/server/wygogogo19-robotbase-mcp","rating":null,"grade":"B","score":81,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-18T03:14:45.000Z","license":"MIT"},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-21T00:20:58.712Z","last_ok_at":"2026-09-21T00:20:58.712Z","latency_ms":670},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/wygogogo19/robotbase-mcp","website":"https://robotbase.cc/mcp","version":"0.3.0","remotes":[{"type":"streamable-http","url":"https://robotbase.cc/mcp"}],"packages":[],"tools":[{"name":"btc_address_summary","description":"Balance and activity of a Bitcoin address: confirmed/unconfirmed balance, UTXO count and total, tx count, last 10 transactions. Supports P2PKH (1…), P2SH (3…), bech32 (bc1q…), bech32m (bc1p…). When to use: how much BTC this address holds, whether it received funds, how active it is. Note: ultra-active addresses such as exchange cold wallets may return a degraded response under index load.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string","description":"Bitcoin mainnet address"}},"required":["address"],"additionalProperties":false}},{"name":"btc_block_summary","description":"Bitcoin block summary: tx count, size, weight, block time, confirmations; omit parameters for the current chain tip. When to use: how many transactions the latest block holds, or an overview of a given height or block hash.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"height":{"type":"integer","description":"Block height (optional)"},"blockhash":{"type":"string","description":"Block hash (optional; use instead of height)"}},"additionalProperties":false}},{"name":"btc_fee_estimates","description":"Recommended Bitcoin fees: rates (BTC/kvB) for 1/2/3/6/12/24-block confirmation targets, plus the mempool minimum fee. When to use: how much fee to pay, or what gets a fast confirmation. Do not use: overall congestion level → btc_mempool_summary.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"btc_mempool_summary","description":"Bitcoin mempool overview: pending tx count, bytes used, minimum fee, total fees, capacity limit. When to use: is the network congested right now, or how big the backlog is.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"btc_tx_lookup","description":"Look up a Bitcoin transaction by txid: confirmed or not, block height, confirmations, size, input/output summary. When to use: the user gives a 64-hex BTC txid and asks whether it confirmed or which block it is in. Do not use: other chains → chain_status.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"txid":{"type":"string","pattern":"^[0-9a-fA-F]{64}$","description":"Bitcoin transaction hash (64 hex chars)"}},"required":["txid"],"additionalProperties":false}},{"name":"chain_status","description":"Run-time status of one chain's node: block height, sync progress, connected peers, mempool tx count, client version. When to use: whether a given chain's node is synced, healthy or lagging. Do not use: fees → btc_fee_estimates; address balance → btc_address_summary; pool detail → kas_pool_status / rvn_pool_status.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"chain":{"type":"string","enum":["btc","kas","zec","rvn","doge","ltc"],"description":"Chain id: btc / kas / zec / rvn / doge / ltc"}},"required":["chain"],"additionalProperties":false}},{"name":"kas_node_status","description":"Kaspa node status: network height, DAA score, difficulty, network hashrate, DAG tips, block reward, 10 BPS cadence, next halving and the hashport ports this node serves. When to use: how high and how healthy the Kaspa node is, or the halving schedule. Do not use: our own pool's miners/blocks → kas_pool_status.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"kas_pool_status","description":"RobotBase Kaspa solo hashport: tier state, pool hashrate, connected miners, accepted shares, blocks found, uptime, share difficulty, the last block found (hash, blue score, age) and stale/invalid counts. When to use: is the KAS hashport live, who is mining on it, did it ever find a real mainnet block. Do not use: chain-level hashrate → kas_node_status.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"list_chains","description":"Every chain this service supports (BTC/KAS/ZEC/RVN/DOGE/LTC) with live availability and block height. When to use: the user asks which chains you support, which nodes are online, or how high each chain is. Do not use: for detail on one chain, use chain_status.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"robotbase_services","description":"Live availability of every service behind the RobotBase gateway: the chain nodes, hashport engines, Web3 Agent Hub, AITOKENS and MCP itself. When to use: an overall health check, or which services are down.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"rvn_node_status","description":"Ravencoin node status: height, sync state, network hashrate, difficulty and client version. When to use: whether the RVN node is synced and how big the network is right now.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"rvn_pool_status","description":"RobotBase Ravencoin solo hashport: engine state, pool hashrate, connected miners, shares, share difficulty, the Stratum endpoint, fee and the per-miner independent coinbase payout mode. When to use: is the RVN hashport open, is anyone mining, what endpoint do I point a GPU rig at. Do not use: node-level data → rvn_node_status.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"utxo_chain_status","description":"Node status for DOGE or LTC (height, sync progress, peers, mempool tx count). When to use: Dogecoin or Litecoin node progress. For BTC/KAS/ZEC/RVN use chain_status (any chain in one call).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"chain":{"type":"string","enum":["doge","ltc"],"description":"doge or ltc"}},"required":["chain"],"additionalProperties":false}},{"name":"zec_chain_info","description":"Zcash mainnet info including the supply of all six value pools (transparent/sprout/sapling/orchard/lockbox/ironwood) — i.e. shielded-pool state. When to use: how much ZEC sits in the shielded/sapling/orchard pools, or privacy-pool size. Do not use: whether the ZEC node is synced → chain_status(zec).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"zec_recent_blocks","description":"Height, hash, block time and difficulty of the most recent N Zcash blocks (N ≤ 20). When to use: check whether ZEC is producing blocks normally, and at what interval.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"n":{"type":"integer","minimum":1,"maximum":20,"default":5,"description":"How many recent blocks to return; default 5"}},"additionalProperties":false}}],"scan":{"score":81,"grade":"B","scanned_at":"2026-09-19T20:05:16.557Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:05:16.502Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 978ms"]},"poisoning":{"score":15,"max":15,"notes":["15 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 2 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://robotbase.cc/mcp","reachable":true,"authRequired":false,"latencyMs":978,"serverInfo":{"name":"robotbase-mcp","version":"0.4.0"}}],"packages":[],"repo":{"found":true,"owner":"wygogogo19","repo":"robotbase-mcp","archived":false,"pushedAt":"2026-09-18T03:14:45Z","stars":0,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/171533300?v=4","ownerCreatedAt":"2024-06-03T03:56:54Z","license":"MIT"},"icon":{"url":"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' rx='24' fill='%230a0e17'/%3E%3Ctext x='50' y='70' font-size='58' font-weight='700' text-anchor='middle' fill='%234edea3'%3ER%3C/text%3E%3C/svg%3E","source":"site"},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-18T03:14:45.000Z","score":23}}}},"grade_history":[],"reviews":[]}