Scrunch AI · Arazzo Workflow

Scrunch - Resolve a brand and query AI visibility

Version 1.0.0

List brands, pick one, and pull aggregated AI visibility metrics for it.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CompanyArtificial IntelligenceAI SearchAnswer Engine OptimizationGenerative Engine OptimizationBrand VisibilityAnalyticsSEOAgent ExperienceMCPArazzoWorkflows

Provider

scrunch-ai

Workflows

resolveBrandAndQuery
Resolve a brand_id then query visibility metrics.
2 steps inputs: limit outputs: metrics
1
listBrands
2
queryVisibility

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Scrunch - Resolve a brand and query AI visibility
  version: 1.0.0
  summary: List brands, pick one, and pull aggregated AI visibility metrics for it.
sourceDescriptions:
- name: brandsApi
  url: ../openapi/scrunch-ai-brands-api-openapi.yml
  type: openapi
- name: queryApi
  url: ../openapi/scrunch-ai-query-api-openapi.yml
  type: openapi
workflows:
- workflowId: resolveBrandAndQuery
  summary: Resolve a brand_id then query visibility metrics.
  inputs:
    type: object
    properties:
      limit: {type: integer, default: 100}
  steps:
  - stepId: listBrands
    operationId: listBrands
    parameters:
    - {name: limit, in: query, value: $inputs.limit}
    outputs: {first_brand_id: $response.body#/data/0/id}
  - stepId: queryVisibility
    operationId: query
    parameters:
    - {name: brand_id, in: path, value: $steps.listBrands.outputs.first_brand_id}
    outputs: {metrics: $response.body}
  outputs:
    metrics: $steps.queryVisibility.outputs.metrics

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/scrunch-ai-query-visibility"
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.