{
  "name": "TenderFit",
  "version": "0.7.0-entry-product",
  "description": "Evidence-first UK tender qualification for autonomous buyers. Technical beta; external relevance labels remain pending.",
  "status": "public-technical-beta",
  "endpoints": {
    "health": "https://tenderfit-live-validation.spiritpath365.chatgpt.site/health",
    "pulse_paid": "https://tenderfit-live-validation.spiritpath365.chatgpt.site/api/pulse",
    "qualify_paid": "https://tenderfit-live-validation.spiritpath365.chatgpt.site/api/qualify",
    "products": "https://tenderfit-live-validation.spiritpath365.chatgpt.site/v1/products",
    "mcp": "https://tenderfit-live-validation.spiritpath365.chatgpt.site/api/mcp"
  },
  "inputs": {
    "company_url": "HTTPS public company URL",
    "company_profile": "optional structured profile"
  },
  "outputs": [
    "ranked opportunities",
    "score decomposition",
    "disqualifiers",
    "source URLs",
    "validation metrics"
  ],
  "payment": {
    "protocol": "x402",
    "version": 2,
    "mode": "x402-exact-upfront",
    "settlement_enabled": true,
    "products": [
      {
        "id": "tenderfit_pulse",
        "price_usdc": "1.00",
        "endpoint": "https://tenderfit-live-validation.spiritpath365.chatgpt.site/api/pulse",
        "accepts": [
          {
            "scheme": "exact",
            "network": "eip155:8453",
            "amount": "1000000",
            "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
            "payTo": "0x7f16A01060f322F2ca355dD1fD0F26c4A0074419",
            "maxTimeoutSeconds": 300,
            "extra": {
              "name": "USDC",
              "version": "2",
              "paymentFlow": "upfront"
            }
          }
        ]
      },
      {
        "id": "tenderfit_qualification",
        "target_gbp": "25.00",
        "price_usdc": "34.00",
        "endpoint": "https://tenderfit-live-validation.spiritpath365.chatgpt.site/api/qualify",
        "accepts": [
          {
            "scheme": "exact",
            "network": "eip155:8453",
            "amount": "34000000",
            "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
            "payTo": "0x7f16A01060f322F2ca355dD1fD0F26c4A0074419",
            "maxTimeoutSeconds": 300,
            "extra": {
              "name": "USDC",
              "version": "2",
              "paymentFlow": "upfront"
            }
          }
        ]
      }
    ]
  },
  "communications": {
    "email": false,
    "protocols": [
      "HTTP JSON",
      "x402 v2",
      "MCP Streamable HTTP"
    ]
  },
  "limitations": {
    "technical_beta": true,
    "external_relevance_labels_complete": false
  }
}