Thru Explorer MCP
Thru blockchain explorer: blocks, transactions, accounts, and program ABIs on the Thru RISC-V L1
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Get Block: Get block details by slot number, including producer, timestamp, and transactions
- Get Transaction: Get transaction details by signature, including status, accounts, instructions, and events
- Get Account: Get account details by address, including balance, owner, and metadata
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Thru blockchain explorer: blocks, transactions, accounts, and program ABIs on the Thru RISC-V L1
Список инструментов сервера (8)
Технические названия из tools/list. Нужны только разработчикам.
| get_block | Get block details by slot number, including producer, timestamp, and transactions |
| get_transaction | Get transaction details by signature, including status, accounts, instructions, and events |
| get_account | Get account details by address, including balance, owner, and metadata |
| list_account_transactions | List transactions for an account with pagination |
| list_recent_blocks | List the most recent blocks on the chain |
| list_recent_transactions | List the most recent transactions across recent blocks |
| search | Search for blocks, transactions, or accounts by query (block number, tx signature, or address) |
| get_program_abi | Get the on-chain ABI for a program, including instruction and event definitions |