ToolAssay

Calculate divergence score

Calculate divergence score

Answers HTTP 404 without x402 payment termsour last check, 2026-09-24
0 of 1checks answered this week
n/amedian answer time
$2.00listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://strategic-divergence-engine.johntaylor1online.workers.dev/calculate

CategoryEverything else
Provider hoststrategic-divergence-engine.johntaylor1online.workers.dev
Networkseip155:137, eip155:8453
Payment schemesexact
Self-reported calls, 30 days20 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 no x402 terms 404 38 ms

Example input (from the provider)

{
  "description": "Calculate divergence score for innovation strategies using stochastic math",
  "example": {
    "coherence": 0.5,
    "innovation_rate": 0.8,
    "publisher": "Chisolm Software Engineering",
    "publisherUrl": "https://cse.dev",
    "volatility": 0.6
  },
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input",
    "output"
  ]
}

This page as JSON