Generate status-code test URL
generate_status_urlReturn a live URL on https://mcp.httpstatus.com that responds with any HTTP status code 100-599, optionally after a delay (max 10000 ms). Useful for testing error handling, retries and timeouts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | HTTP status code to return | |
| delayMs | No | Artificial delay before responding |