Resources
Quickstart
# Install
pip install sovp
# Validate a domain
from sovp import validate
result = validate("https://example.com")
print(result.verdict) # CERTIFIED or FAILED
REST API & OpenAPI
The SOVP validation tools are reachable over a public REST surface as well as over MCP. The machine-readable contract is published as an OpenAPI 3.1 specification at /openapi.json. POST /api/quickscan is free and requires no authentication; POST /api/fullvalidation requires a Stripe payment_token.
# Free Quick Scan — no authentication
curl -X POST https://litzki-systems.com/api/quickscan \
-H "Content-Type: application/json" \
-d '{"domain":"example.com"}'
# Machine-readable API contract
curl https://litzki-systems.com/openapi.json
# Same capabilities over MCP (JSON-RPC)
# endpoint: https://litzki-systems.com/mcp
Core concepts
Resources
- OpenAPI 3.1 Spec: https://litzki-systems.com/openapi.json
- REST Quick Scan (no auth):
POST https://litzki-systems.com/api/quickscan - MCP Endpoint (JSON-RPC): https://litzki-systems.com/mcp
- IETF Draft: https://datatracker.ietf.org/doc/draft-litzki-sovp/
- GitHub: https://github.com/litzki-systems/sovp-python
- Quick Scan: https://validator.litzki-systems.com
- Patent Pending: US 64/005,737
- Protocol Specification: Sovereign Validation Protocol (SOVP): Full Technical Specification
- Infrastructure Optimisation: Agentic SEO: Why Classical SEO Fails Autonomous Systems