bnbchain-mcp

Official
by bnb-chain
MIT License
353
2

get_latest_block

Retrieve the most recent block data for a specified blockchain network using bnbchain-mcp. Set the network or chain ID to fetch details; defaults to BSC mainnet.

Instructions

Get the latest block

Input Schema

NameRequiredDescriptionDefault
networkNoNetwork name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet.bsc

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "network": { "default": "bsc", "description": "Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet.", "type": "string" } }, "type": "object" }
ID: t6zbvd82tr