Clusters · Arazzo Workflow

Resolve a Clusters name to a wallet and profile

Version 1.0.0

Bulk-resolve a cluster name to its address, then read the full cluster profile.

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

Provider

clusters

Workflows

resolveNameToProfile
Resolve a name to an address then fetch the cluster profile.
2 steps inputs: name outputs: clusterId
1
resolveAddresses
getAddressesByName
2
getProfile
getClusterByName

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Resolve a Clusters name to a wallet and profile
  version: 1.0.0
  summary: Bulk-resolve a cluster name to its address, then read the full cluster profile.
sourceDescriptions:
- name: clustersApi
  url: ../openapi/clusters-v1-openapi.yml
  type: openapi
workflows:
- workflowId: resolveNameToProfile
  summary: Resolve a name to an address then fetch the cluster profile.
  inputs:
    type: object
    properties:
      name:
        type: string
        default: clusters
  steps:
  - stepId: resolveAddresses
    operationId: getAddressesByName
    requestBody:
      contentType: application/json
      payload:
      - name: $inputs.name
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      clusterName: $response.body#/0/clusterName
  - stepId: getProfile
    operationId: getClusterByName
    parameters:
    - name: name
      in: path
      value: $steps.resolveAddresses.outputs.clusterName
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      clusterId: $response.body#/id
  outputs:
    clusterId: $steps.getProfile.outputs.clusterId

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-resolve-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 email required.

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