Solana · Arazzo Workflow
Solana Run a Cluster Health and Readiness Check
Version 1.0.0
Probe an RPC node's health, version, current slot, epoch position, and block height.
Provider
Workflows
cluster-health-check
Confirm an RPC node is healthy, current, and on a known version.
Runs the standard sequence of node-state reads used to gate traffic to an RPC endpoint.
1
health
getHealth
Ask the node whether it is caught up with the cluster. A healthy node returns the string "ok"; a lagging node returns an error carrying how many slots behind it is.
2
version
getVersion
Record the solana-core version and feature set the node runs, so clients can detect a node lagging behind a cluster-wide upgrade.
3
currentSlot
getSlot
Read the slot the node has reached, the primary freshness signal for an RPC endpoint.
4
epochInfo
getEpochInfo
Place the current slot inside its epoch, giving the epoch number, the position within it, and the running transaction count.
5
blockHeight
getBlockHeight
Read the current block height, which advances only with confirmed blocks and is the value transaction expiry is measured against.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for arazzo workflows
4 MCP tools reach this
find_arazzoBrowse and filter every workflow in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/solana-cluster-health-check-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.