← all claims · /mcp
xrpl.mcp.ledger_stats_live
get_ledger_stats returns live server_info fields (validated ledger, close time, server_state, load_factor, complete_ledgers, build_version, hostid) from the local rippled.
green
Sovereign source — our own infrastructure (local rippled node or Ed25519 signing key). Currently sellable through the future paid tier and signable in the daily snapshot chain.
What this claim says
- label
- get_ledger_stats returns live server_info fields (validated ledger, close time, server_state, load_factor, complete_ledgers, build_version, hostid) from the local rippled.
- page
- /mcp
- claim id (yaml)
ledger_stats_live
- behavior
DAILY_WIGGLE
- Layer 3 source
local_rippled_server_info
Risk note
Live-RPC tool with ≤5min freshness contract. If XRPL_LOCAL_NODE points at a stale/unhealthy node, envelope's `server_state` and `close_time_iso` are the ground-truth check — an agent seeing `server_state != 'full'` or a close_time older than a few minutes has the honest signal to downweight. Envelope's `source: local_rippled` names which node answered.
Evidence — code paths that back this claim
- mcp_tools_ledger.py:tool_get_ledger_stats
- mcp_tools_ledger.py:_fetch_server_info (env XRPL_LOCAL_NODE → localhost:5005 default)
- rippled server_info RPC