Agentโ™ฅ๏ธŽAge
Catalog

io.github.Spacetime-Technology/chia-explorer

Official

by Spacetime-Technology ยท TypeScript

MCP server for the Chia blockchain. Read-only Q&A via the public coinset.org API.

io.github.Spacetime-Technology/chia-explorer MCP Server

This MCP server provides read-only Q&A about the Chia blockchain. It uses the public coinset.org full-node API for chain data and CoinGecko for XCH price. Decoding of strings and CLVM puzzles is performed locally via the chia-wallet-sdk native module, with no additional services.

๐Ÿ› ๏ธ Key Features

  • Read-only operation with no keys and no signing
  • Coinset.org full-node API for chain data
  • CoinGecko for XCH price
  • Local decoding of strings and CLVM puzzles via chia-wallet-sdk native module
  • Mainnet support (default) and testnet11
  • Auto-detects network from xch or txch address prefixes

๐Ÿš€ Use Cases

  • Query current netspace and peak height
  • Check sync status
  • Ask questions requiring decoding of CLVM puzzles or encoded strings

โšก Developer Benefits

  • No extra services beyond the public APIs
  • Local decode path using chia-wallet-sdk
  • Network selection via address prefix detection

โš ๏ธ Limitations

  • Read-only; cannot perform actions requiring signing or keys

Topics

chiachia-blockchainchia-networkmcpmcp-server