get_ltc_block_tip
Retrieves the current Litecoin mainnet block tip including height, hash, timestamp, and age. Use to monitor LTC chain progress.
Instructions
READ-ONLY — current Litecoin mainnet chain tip. Mirror of get_btc_block_tip for Litecoin: height, 64-hex hash, timestamp, ageSeconds, optional MTP + difficulty. Backed by the configured indexer (litecoinspace.org default; LITECOIN_INDEXER_URL env var or litecoinIndexerUrl user-config override for self-hosted Esplora). LTC blocks target 2.5 minutes — a 10-min gap is well within Poisson normal but worth surfacing. Issue #233 v1 (this tool was missing from the MCP surface despite the underlying indexer method existing in code).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||