get-blocks
Retrieve the latest Bitcoin blocks in real-time using the Mempool MCP Server, enabling access to up-to-date blockchain data for AI and analytics applications.
Instructions
Returns the latest blocks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}