CycleCalcs · Arazzo Workflow

Is the next eclipse visible from here

Version 1.0.0

Resolve an observer, then ask the eclipse endpoint for an explicit visible-from-here answer with local contact times.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub AstronomySpaceScienceEphemerisSunMoonPlanetsEclipsesTimeCalendarGeolocationMCPagent-nativeArazzoWorkflows

Provider

cyclecalcs

Workflows

eclipseVisibleFromHere
Place name to a per-observer eclipse verdict.
2 steps inputs: count, place, type outputs: eclipses
1
resolvePlace
2
nextEclipses
With lat/lon present the response carries local circumstances and an explicit visibility answer, not just global geometry.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Is the next eclipse visible from here
  version: 1.0.0
  summary: >-
    Resolve an observer, then ask the eclipse endpoint for an explicit
    visible-from-here answer with local contact times.
sourceDescriptions:
- name: eclipsesApi
  url: ../openapi/cyclecalcs-eclipses-api-openapi.yml
  type: openapi
- name: placesApi
  url: ../openapi/cyclecalcs-places-api-openapi.yml
  type: openapi
workflows:
- workflowId: eclipseVisibleFromHere
  summary: Place name to a per-observer eclipse verdict.
  inputs:
    type: object
    required: [place]
    properties:
      place:
        type: string
        description: 'City or "City,CC", e.g. "Reykjavik,IS".'
      type:
        type: string
        description: solar | lunar
      count:
        type: integer
        description: How many eclipses to return.
  steps:
  - stepId: resolvePlace
    operationId: getPlaces
    parameters:
    - name: q
      in: query
      value: $inputs.place
    - name: limit
      in: query
      value: 1
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      lat: $response.body#/data/results/0/latitude
      lon: $response.body#/data/results/0/longitude
      tz: $response.body#/data/results/0/timezone
  - stepId: nextEclipses
    description: >-
      With lat/lon present the response carries local circumstances and an
      explicit visibility answer, not just global geometry.
    operationId: getEclipses
    parameters:
    - name: lat
      in: query
      value: $steps.resolvePlace.outputs.lat
    - name: lon
      in: query
      value: $steps.resolvePlace.outputs.lon
    - name: tz
      in: query
      value: $steps.resolvePlace.outputs.tz
    - name: type
      in: query
      value: $inputs.type
    - name: count
      in: query
      value: $inputs.count
    - name: direction
      in: query
      value: next
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      eclipses: $response.body#/data
  outputs:
    eclipses: $steps.nextEclipses.outputs.eclipses
x-generated: '2026-08-09'
x-method: generated

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/cyclecalcs-eclipse-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.