{
  "x402Version": 2,
  "id": 13602,
  "slug": "13602",
  "resource": "https://energybilltoolkit.co.uk/mcp-ebt/api/wic/estimate",
  "description": "Pay-per-use EBT screening endpoint",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xe602344ef3944497a72981e36066c62e7a99f599",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "annualIncome": 24000,
            "category": "pregnant",
            "householdSize": 2,
            "nutritionalRisk": true,
            "state": "CA"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "eligible": true,
            "estimatedMonthlyBenefit": 65,
            "status": "eligible"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "ageInMonths": {
                    "description": "Age in months for infant or child applicants",
                    "type": "number"
                  },
                  "annualIncome": {
                    "description": "Annual household income (USD)",
                    "type": "number"
                  },
                  "category": {
                    "enum": [
                      "pregnant",
                      "breastfeeding",
                      "postpartum",
                      "infant",
                      "child"
                    ],
                    "type": "string"
                  },
                  "householdSize": {
                    "type": "number"
                  },
                  "nutritionalRisk": {
                    "type": "boolean"
                  },
                  "onFdpir": {
                    "type": "boolean"
                  },
                  "onMedicaid": {
                    "type": "boolean"
                  },
                  "onSnaap": {
                    "type": "boolean"
                  },
                  "onTanf": {
                    "type": "boolean"
                  },
                  "state": {
                    "description": "Two-letter US state code",
                    "type": "string"
                  }
                },
                "required": [
                  "state",
                  "category",
                  "householdSize",
                  "annualIncome"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "energybilltoolkit.co.uk",
  "lastUpdated": "2026-09-14T19:58:23.568Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-14T19:58:23.155Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "energybilltoolkit.co.uk",
    "manifest_name": "energybilltoolkit.co.uk",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}