Clusters · Arazzo Workflow

Check availability and build Clusters registration data

Version 1.0.0

Check whether a name is available, then build the EVM registration transaction data to sign.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanyInfrastructureIdentityNamingBlockchainWeb3WalletsMulti-ChainResolverArazzoWorkflows

Provider

clusters

Workflows

checkAndBuildRegistration
Check a name then produce EVM registration transaction data.
2 steps inputs: name, network, sender outputs: isAvailable
1
checkAvailability
2
buildRegistration

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Check availability and build Clusters registration data
  version: 1.0.0
  summary: Check whether a name is available, then build the EVM registration transaction data to sign.
sourceDescriptions:
- name: registrationApi
  url: ../openapi/clusters-registration-api-openapi.yml
  type: openapi
workflows:
- workflowId: checkAndBuildRegistration
  summary: Check a name then produce EVM registration transaction data.
  inputs:
    type: object
    properties:
      name:
        type: string
        default: namethatdoesntexist
      sender:
        type: string
        default: '0x0000000000000000000000000000000000000001'
      network:
        type: string
        default: '1'
  steps:
  - stepId: checkAvailability
    operationId: checkNameAvailability
    requestBody:
      contentType: application/json
      payload:
      - $inputs.name
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      isAvailable: $response.body#/0/isAvailable
  - stepId: buildRegistration
    operationId: getRegistrationDataEvm
    requestBody:
      contentType: application/json
      payload:
        network: $inputs.network
        sender: $inputs.sender
        names:
        - name: $inputs.name
    successCriteria:
    - condition: $statusCode == 200
  outputs:
    isAvailable: $steps.checkAvailability.outputs.isAvailable

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.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/clusters-register-name"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.