Cofactr · Arazzo Workflow

Cofactr — search and view a component

Version 1.0.0

Search the Cofactr Knowledge Graph for a part, then view its full detail.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanyPhysical AiComponent IntelligenceElectronicsSupply ChainProcurementManufacturingHardwareBill Of MaterialsArazzoWorkflows

Provider

cofactr

Workflows

searchAndViewProduct
Search products by MPN, then retrieve the top result's full detail.
2 steps inputs: query, search_strategy outputs: product
1
searchProducts
2
viewProduct

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Cofactr — search and view a component
  version: 1.0.0
  summary: Search the Cofactr Knowledge Graph for a part, then view its full detail.
sourceDescriptions:
- name: productsApi
  url: ../openapi/cofactr-products-api-openapi.yml
  type: openapi
workflows:
- workflowId: searchAndViewProduct
  summary: Search products by MPN, then retrieve the top result's full detail.
  inputs:
    type: object
    properties:
      query:
        type: string
      search_strategy:
        type: string
        default: mpn_exact
    required: [query]
  steps:
  - stepId: searchProducts
    operationId: listProducts
    parameters:
    - name: q
      in: query
      value: $inputs.query
    - name: search_strategy
      in: query
      value: $inputs.search_strategy
    - name: limit
      in: query
      value: 5
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      firstProductId: $response.body#/data/0/id
  - stepId: viewProduct
    operationId: getProduct
    parameters:
    - name: id
      in: path
      value: $steps.searchProducts.outputs.firstProductId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      product: $response.body
  outputs:
    product: $steps.viewProduct.outputs.product

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/cofactr-search-and-view-product"
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.