Thru Explorer MCP
Thru blockchain explorer: blocks, transactions, accounts, and program ABIs on the Thru RISC-V L1
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- 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
What data it sees
Do you need an account
No: the server works without sign-in
Thru blockchain explorer: blocks, transactions, accounts, and program ABIs on the Thru RISC-V L1
Server tool list (8)
Raw names from tools/list. Only developers need these.
| 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 |