{
  "tools": [
    {
      "name": "GENESIS Compatibility Preflight",
      "description": "Free classifier for API/MCP/SDK contract inputs that routes to exactly one paid compatibility check.",
      "price_usdc": 0,
      "endpoint": "/api/preflight",
      "openapi": "/openapi.json"
    },
    {
      "name": "MCP Schema Drift Gate",
      "description": "MCP schema compatibility check that detects breaking drift between two MCP tool manifests.",
      "price_usdc": 0.05,
      "endpoint": "/api/mcp-schema-drift",
      "openapi": "/openapi.json"
    },
    {
      "name": "OpenAPI Breaking Change Gate",
      "description": "OpenAPI breaking change detection between two OpenAPI specifications.",
      "price_usdc": 0.05,
      "endpoint": "/api/openapi-breaking-change",
      "openapi": "/openapi.json"
    },
    {
      "name": "SDK Compatibility Gate",
      "description": "SDK backwards compatibility validation between two SDK/API export manifests.",
      "price_usdc": 0.1,
      "endpoint": "/api/sdk-compatibility",
      "openapi": "/openapi.json"
    },
    {
      "name": "API Compatibility Suite",
      "description": "Consolidated compatibility report running MCP schema drift + OpenAPI breaking change + SDK compatibility on one before/after artifact.",
      "price_usdc": 0.25,
      "endpoint": "/api/compatibility-suite",
      "openapi": "/openapi.json"
    },
    {
      "name": "Batch Compatibility Audit",
      "description": "Runs the compatibility pipeline across up to 10 artifacts with per-item results and a batch summary.",
      "price_usdc": 1,
      "endpoint": "/api/batch-compatibility-audit",
      "openapi": "/openapi.json"
    },
    {
      "name": "Release Readiness Report",
      "description": "Premium consolidated release-decision report: compatibility state, breaking changes, schema drift, SDK compatibility, blocking findings and release decision evidence.",
      "price_usdc": 2.5,
      "endpoint": "/api/release-readiness",
      "openapi": "/openapi.json"
    },
    {
      "name": "JSON Schema Drift Check",
      "description": "Detect breaking drift between two JSON schemas.",
      "price_usdc": 0.005,
      "endpoint": "/api/tools/json-schema-drift",
      "openapi": "/openapi.json"
    },
    {
      "name": "GraphQL Breaking Change Check",
      "description": "Detect removed types/fields/enums between GraphQL SDL schemas.",
      "price_usdc": 0.01,
      "endpoint": "/api/tools/graphql-breaking-change",
      "openapi": "/openapi.json"
    },
    {
      "name": "Webhook Contract Drift Check",
      "description": "Validate a webhook payload against a JSON contract.",
      "price_usdc": 0.01,
      "endpoint": "/api/tools/webhook-contract-drift",
      "openapi": "/openapi.json"
    },
    {
      "name": "API Response Contract Guard",
      "description": "Guard an API response body against a declared schema.",
      "price_usdc": 0.005,
      "endpoint": "/api/tools/api-response-contract-guard",
      "openapi": "/openapi.json"
    },
    {
      "name": "Tool Contract Lint",
      "description": "Lint an agent/MCP tool definition for missing name and schemas.",
      "price_usdc": 0.01,
      "endpoint": "/api/tools/tool-contract-lint",
      "openapi": "/openapi.json"
    },
    {
      "name": "API Changelog Risk Scanner",
      "description": "Scan an API changelog for breaking-change signals.",
      "price_usdc": 0.01,
      "endpoint": "/api/tools/api-changelog-risk",
      "openapi": "/openapi.json"
    },
    {
      "name": "Agent Instruction Conflict Linter",
      "description": "Detect contradictory agent directives.",
      "price_usdc": 0.01,
      "endpoint": "/api/tools/agent-instruction-conflict",
      "openapi": "/openapi.json"
    },
    {
      "name": "Package Integrity Verifier",
      "description": "Verify a file manifest against a declared archive digest.",
      "price_usdc": 0.04,
      "endpoint": "/api/tools/package-integrity-verify",
      "openapi": "/openapi.json"
    },
    {
      "name": "AI Numeric Truth Guard",
      "description": "Validate a numeric claim against bounds and units.",
      "price_usdc": 0.04,
      "endpoint": "/api/tools/numeric-truth-guard",
      "openapi": "/openapi.json"
    },
    {
      "name": "Prediction Calibration Check",
      "description": "Compute Brier score and calibration bucket.",
      "price_usdc": 0.04,
      "endpoint": "/api/tools/prediction-calibration",
      "openapi": "/openapi.json"
    },
    {
      "name": "Market Data Freshness Check",
      "description": "Check whether data is fresh relative to a threshold.",
      "price_usdc": 0.02,
      "endpoint": "/api/tools/data-freshness-check",
      "openapi": "/openapi.json"
    },
    {
      "name": "Point-in-Time Leakage Detector",
      "description": "Detect future-dated observations in a historical dataset.",
      "price_usdc": 0.04,
      "endpoint": "/api/tools/point-in-time-leakage",
      "openapi": "/openapi.json"
    },
    {
      "name": "Postman Route Drift Gate",
      "description": "Detect removed routes between two Postman collections.",
      "price_usdc": 0.005,
      "endpoint": "/api/tools/postman-route-drift",
      "openapi": "/openapi.json"
    },
    {
      "name": "Secret Leak Scanner",
      "description": "Scan text for leaked private keys, API keys and JWTs.",
      "price_usdc": 0.02,
      "endpoint": "/api/tools/secret-leak-scan",
      "openapi": "/openapi.json"
    },
    {
      "name": "Webhook Signature Verifier",
      "description": "Verify an HMAC-SHA256 webhook signature (constant-time).",
      "price_usdc": 0.01,
      "endpoint": "/api/tools/webhook-signature-verify",
      "openapi": "/openapi.json"
    },
    {
      "name": "Workflow Integrity Checker",
      "description": "Verify a hash chain of workflow steps.",
      "price_usdc": 0.04,
      "endpoint": "/api/tools/workflow-integrity",
      "openapi": "/openapi.json"
    },
    {
      "name": "SDK Export Drift Check",
      "description": "Detect removed exports between two SDK export lists.",
      "price_usdc": 0.01,
      "endpoint": "/api/tools/sdk-export-drift",
      "openapi": "/openapi.json"
    },
    {
      "name": "Agent Card Validator",
      "description": "Validate required fields of an A2A agent card.",
      "price_usdc": 0.01,
      "endpoint": "/api/tools/agent-card-validate",
      "openapi": "/openapi.json"
    },
    {
      "name": "JSON Schema Infer",
      "description": "Infer a JSON schema from an instance.",
      "price_usdc": 0.005,
      "endpoint": "/api/tools/json-schema-infer",
      "openapi": "/openapi.json"
    },
    {
      "name": "Content Hash Verifier",
      "description": "Verify a content string against a declared SHA-256.",
      "price_usdc": 0.01,
      "endpoint": "/api/tools/content-hash-verify",
      "openapi": "/openapi.json"
    },
    {
      "name": "Semantic Version Comparator",
      "description": "Compare two semantic versions.",
      "price_usdc": 0.01,
      "endpoint": "/api/tools/semver-check",
      "openapi": "/openapi.json"
    },
    {
      "name": "Dependency License Check",
      "description": "Check a package.json for a declared license.",
      "price_usdc": 0.02,
      "endpoint": "/api/tools/dependency-license-check",
      "openapi": "/openapi.json"
    },
    {
      "name": "OpenAPI Endpoint Search",
      "description": "Search OpenAPI paths for a matching endpoint.",
      "price_usdc": 0.005,
      "endpoint": "/api/tools/openapi-endpoint-search",
      "openapi": "/openapi.json"
    },
    {
      "name": "URL Structure Check",
      "description": "Validate URL syntax and components.",
      "price_usdc": 0.005,
      "endpoint": "/api/tools/url-structure-check",
      "openapi": "/openapi.json"
    },
    {
      "name": "GENESIS Asset Intelligence",
      "description": "Verify a crypto asset's live multi-source price, freshness, and on-chain owner before a trade or quote.",
      "price_usdc": 0.005,
      "deep_price_usdc": 0.025,
      "endpoint": "/api/flagships/asset-intelligence",
      "canonical_endpoint": "/api/flagships/asset-intelligence",
      "product_id": "GEN-FLAG-001",
      "method": "POST",
      "openapi": "/openapi.json"
    },
    {
      "name": "Verify Crypto Price Consensus",
      "description": "Verify a crypto asset's live multi-source price, freshness, and on-chain owner before a trade or quote.",
      "price_usdc": 0.005,
      "deep_price_usdc": 0.025,
      "endpoint": "/api/flagships/verify-crypto-price-consensus",
      "canonical_endpoint": "/api/flagships/asset-intelligence",
      "product_id": "GEN-FLAG-001",
      "method": "POST",
      "openapi": "/openapi.json"
    },
    {
      "name": "GENESIS Research & Evidence",
      "description": "Extract cited claims and contradictions from supplied URLs into a bounded evidence synthesis.",
      "price_usdc": 0.005,
      "deep_price_usdc": 0.04,
      "endpoint": "/api/flagships/research-evidence",
      "canonical_endpoint": "/api/flagships/research-evidence",
      "product_id": "GEN-FLAG-002",
      "method": "POST",
      "openapi": "/openapi.json"
    },
    {
      "name": "Analyze URL Evidence",
      "description": "Extract cited claims and contradictions from supplied URLs into a bounded evidence synthesis.",
      "price_usdc": 0.005,
      "deep_price_usdc": 0.04,
      "endpoint": "/api/flagships/analyze-url-evidence",
      "canonical_endpoint": "/api/flagships/research-evidence",
      "product_id": "GEN-FLAG-002",
      "method": "POST",
      "openapi": "/openapi.json"
    },
    {
      "name": "GENESIS Workflow Runner",
      "description": "Validate or run a bounded HTTP/JSON workflow with a deterministic trace and durable checkpoints.",
      "price_usdc": 0.005,
      "deep_price_usdc": 0.035,
      "endpoint": "/api/flagships/workflow-runner",
      "canonical_endpoint": "/api/flagships/workflow-runner",
      "product_id": "GEN-FLAG-003",
      "method": "POST",
      "openapi": "/openapi.json"
    },
    {
      "name": "Run HTTP/JSON Workflow",
      "description": "Validate or run a bounded HTTP/JSON workflow with a deterministic trace and durable checkpoints.",
      "price_usdc": 0.005,
      "deep_price_usdc": 0.035,
      "endpoint": "/api/flagships/run-http-json-workflow",
      "canonical_endpoint": "/api/flagships/workflow-runner",
      "product_id": "GEN-FLAG-003",
      "method": "POST",
      "openapi": "/openapi.json"
    },
    {
      "name": "GENESIS Release Guardian",
      "description": "Detect breaking API/OpenAPI/schema changes and release risk between two versions.",
      "price_usdc": 0.005,
      "deep_price_usdc": 0.019,
      "endpoint": "/api/flagships/release-guardian",
      "canonical_endpoint": "/api/flagships/release-guardian",
      "product_id": "GEN-FLAG-004",
      "method": "POST",
      "openapi": "/openapi.json"
    },
    {
      "name": "Check API Breaking Change",
      "description": "Detect breaking API/OpenAPI/schema changes and release risk between two versions.",
      "price_usdc": 0.005,
      "deep_price_usdc": 0.019,
      "endpoint": "/api/flagships/check-api-breaking-change",
      "canonical_endpoint": "/api/flagships/release-guardian",
      "product_id": "GEN-FLAG-004",
      "method": "POST",
      "openapi": "/openapi.json"
    },
    {
      "name": "GENESIS Agent Assurance",
      "description": "Audit an agent or MCP server for readiness, observed risk, and evidence.",
      "price_usdc": 0.005,
      "deep_price_usdc": 0.029,
      "endpoint": "/api/flagships/agent-assurance",
      "canonical_endpoint": "/api/flagships/agent-assurance",
      "product_id": "GEN-FLAG-005",
      "method": "POST",
      "openapi": "/openapi.json"
    },
    {
      "name": "Check MCP Readiness",
      "description": "Audit an agent or MCP server for readiness, observed risk, and evidence.",
      "price_usdc": 0.005,
      "deep_price_usdc": 0.029,
      "endpoint": "/api/flagships/check-mcp-readiness",
      "canonical_endpoint": "/api/flagships/agent-assurance",
      "product_id": "GEN-FLAG-005",
      "method": "POST",
      "openapi": "/openapi.json"
    }
  ]
}