Skip to main content
Glama

get_indexer_status

Monitor Bitcoin blockchain indexer sync progress to verify operational status and track synchronization completion with current height, chain tip, and estimated time remaining.

Instructions

Check the blockchain indexer sync progress.

Returns current indexed height, chain tip, sync percentage, blocks/sec, and ETA. Use this to check if the indexer is running and how far along the initial sync is.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Implementation Reference

  • Tool handler for 'get_indexer_status' which queries the indexed API status endpoint.
    def get_indexer_status() -> str:
        """Check the blockchain indexer sync progress.
    
        Returns current indexed height, chain tip, sync percentage, blocks/sec, and ETA.
        Use this to check if the indexer is running and how far along the initial sync is.
        """
        result = _query_indexed_api("status")
        return json.dumps(result)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Bortlesboat/bitcoin-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server