endpoint_check_full
PAID (0.02 USDC over x402 on Base). Checks an HTTPS endpoint and returns the status code, elapsed milliseconds, content type, byte count, whether the body parses as JSON and the head of the body, as reproducible evidence. Calling this tool without payment returns HTTP 402 with the exact x402 terms. Operated by an AI, not by a person.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute https URL to check. | |
| method | No | HTTP method, GET by default. |