Tool tree
Reliable RPC APIs, dedicated nodes, indexing, staking, and AI support for Web3 teams building across 130+ blockchain networks with less infrastructure work.
page: Every page
onfinality-list-resourcesAnswer
Return the official OnFinality pages and machine-readable catalogs for RPC APIs, supported networks, pricing, dedicated nodes, technical guides, and AI support.
View tool JSON
{
"name": "onfinality-list-resources",
"kind": "answer",
"impl": "imperative",
"description": "Return the official OnFinality pages and machine-readable catalogs for RPC APIs, supported networks, pricing, dedicated nodes, technical guides, and AI support.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}onfinality-find-networkAnswer
Find the official OnFinality network detail page and public network metadata URL for a requested blockchain network key. Confirm current availability on the linked page before using an endpoint.
View tool JSON
{
"name": "onfinality-find-network",
"kind": "answer",
"impl": "imperative",
"description": "Find the official OnFinality network detail page and public network metadata URL for a requested blockchain network key. Confirm current availability on the linked page before using an endpoint.",
"inputSchema": {
"type": "object",
"properties": {
"network": {
"type": "string",
"description": "OnFinality network key, such as eth, solana, polygon, or abstract."
}
},
"required": [
"network"
],
"additionalProperties": false
},
"page": "/"
}onfinality-compare-rpc-providerAction
Open the official OnFinality RPC provider comparison page for a provider slug so an agent can review supported chains, pricing, limits, reliability, and infrastructure differences.
View tool JSON
{
"name": "onfinality-compare-rpc-provider",
"kind": "act",
"impl": "imperative",
"description": "Open the official OnFinality RPC provider comparison page for a provider slug so an agent can review supported chains, pricing, limits, reliability, and infrastructure differences.",
"inputSchema": {
"type": "object",
"properties": {
"provider": {
"type": "string",
"description": "Provider slug used by the OnFinality comparison URL."
}
},
"required": [
"provider"
],
"additionalProperties": false
},
"page": "/"
}