kukapay/findblock-mcp
If you are the rightful owner of findblock-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server for retrieving block numbers by timestamp, enabling fast and precise on-chain data queries.
Tools
Functions exposed to the LLM to take actions
find_block_before
Locates the block immediately before (or at, if inclusive=True) a given UNIX timestamp.
find_block_after
Locates the block immediately after (or at, if inclusive=True) a given UNIX timestamp.
list_chains
Retrieves a list of all available EVM chains supported by FindBlock.
get_chain
Fetches detailed information for a specific EVM chain by its Chain ID.
rpc_call
Proxies an EVM JSON-RPC request to the best-performing RPC endpoint for the specified chain.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client