MCP GetBlock Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ETH_ACCESS_TOKEN | No | Access token for Ethereum blockchain API on GetBlock.io | |
| SOLANA_ACCESS_TOKEN | No | Access token for Solana blockchain API on GetBlock.io |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-chain-infoC | Get general information about a blockchain network |
| get-wallet-balanceB | Get the balance of a wallet address on a blockchain |
| get-transactionC | Get details of a specific transaction |
| get-latest-blocksC | Get information about recent blocks |
| get-solana-accountC | Get account information from Solana blockchain |
| get-eth-gas-priceA | Get current gas price on Ethereum network |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a specific piece of blockchain data (chain info, gas price, blocks, Solana account, transaction, wallet balance) with no apparent overlap in purpose.
All tools consistently use the pattern 'get-<specific-resource>' (e.g., get-eth-gas-price, get-transaction), providing clear and predictable naming.
With 6 tools, the server covers essential read operations for blockchain data without being overwhelming or too sparse.
The tool set covers common queries for Ethereum and Solana, but lacks support for other major blockchains and some detailed queries (e.g., block by number, transaction receipt), leaving minor gaps.