Analyze crypto markets and wallets
surfskillsetup L2★465
blockrunai/blockrun-mcp ↗What it does
Retrieve live blockchain data: balances, transactions, contract state
Best for
Quick wallet/contract state snapshots without running full indexing
Inputs
- · Wallet address or contract address
- · Optional: token filter, tx direction
Outputs
- · Balance (native + token holdings)
- · Recent transactions with metadata
- · Contract name/symbol
Requires
- · BlockRun blockchain explorer
- · RPC gateway
- · Token metadata cache
Preconditions
Address is valid EVM checksum or normalized, token listed in metadata
Failure modes
Address not found on chain, token not indexed, RPC timeout
Trust signals
- · Native + token balances
- · Transaction metadata
- · Token symbol resolution