What is this?
WebFinger (RFC 7033) discovers information about people or services from an account
identifier (acct:user@host) or URL. The host serves a JRD (JSON Resource
Descriptor) document at /.well-known/webfinger?resource=... that lists aliases,
properties and links to profile pages or protocol endpoints (ActivityPub, Matrix, OpenID
Connect issuer). This tool fetches and validates the JRD against the spec: content type application/jrd+json, required subject, link structures, rel
values.
When do I need it?
Setting up Fediverse identity discovery, debugging a Matrix homeserver delegation, or verifying that an external partner publishes a usable WebFinger endpoint before you wire clients against it.