MSP-1 Validator

This page will host the official MSP-1 validator — a tool for checking whether a domain and its pages expose valid Mark Semantic Protocol metadata, and whether their declarations conform to the official MSP-1 schemas.

Planned Tool • MSP-1.0.x

Planned Capabilities

The MSP-1 validator is designed to work at two levels:

Planned checks include:

Intended Usage

The validator is intended for:

Example (Planned API Sketch)

The following is an illustrative example of how a future HTTP endpoint might be used. It is not yet active.

GET https://msp-1.com/validator/api?mode=site&url=https://example.com

The mode parameter could specify site (for /.well-known/msp.json) or page (for a specific page descriptor). A successful response would return a JSON object with fields such as:

This structure is intended to be easy to consume by both human operators and automated systems.