{
  "x402Version": 1,
  "service": "faa-ad-desk",
  "description": "Agent-payable FAA Airworthiness Directive compliance desk — match ADs to a fleet by make/model and return per-tail status with recurring-AD due dates.",
  "homepage": "https://faa-ad.dropwatchhq.com",
  "mcp": {
    "endpoint": "https://faa-ad.dropwatchhq.com/mcp",
    "transport": "streamable-http",
    "protocol": "mcp"
  },
  "payment": {
    "scheme": "exact",
    "network": "base",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "assetName": "USD Coin",
    "decimals": 6,
    "payTo": "0x38134a7F97636E26365Fb17405566595B917a341",
    "facilitator": "https://facilitator.payai.network",
    "keyless": true
  },
  "paidTools": [
    {
      "tool": "assess_fleet",
      "type": "mcp-tool",
      "transport": "mcp",
      "endpoint": "https://faa-ad.dropwatchhq.com/mcp",
      "method": "POST tools/call (x402 challenge rides in the tool result)",
      "description": "Full per-tail AD compliance assessment (status, recurring next-due, action-required) for a fleet.",
      "price": {
        "scheme": "exact",
        "network": "base",
        "maxAmountRequired": "25000",
        "amountUSD": "$0.03",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "decimals": 6
      },
      "payTo": "0x38134a7F97636E26365Fb17405566595B917a341",
      "resource": "https://faa-ad.dropwatchhq.com/mcp#assess_fleet"
    }
  ],
  "freeTools": [
    {
      "tool": "match_ads",
      "description": "ADs applicable to one aircraft by make/model.",
      "price": "free"
    },
    {
      "tool": "recurring_due",
      "description": "Recurring ADs + next-due for one aircraft.",
      "price": "free"
    }
  ],
  "docs": {
    "llms": "https://faa-ad.dropwatchhq.com/llms.txt",
    "spec": "https://github.com/coinbase/x402"
  }
}