aw_check_endpoint
Probe an MCP or HTTP-402 endpoint now and get its trust verdict.
Performs a real MCP initialize handshake (not a ping), measures p50/p95
latency, counts tools, hashes the tool schema (for drift detection), and
checks RFC 9728 auth metadata. Returns: alive (bool), name, tool_count,
latency_p50_ms, tool_schema_hash, auth_metadata_present, and error detail
when dead. Use before wiring any new MCP server into your client.
Args:
url: the MCP or HTTP-402 endpoint URL to probe (e.g. https://host/mcp/)
timeout: probe timeout in seconds (default 30)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| timeout | No |