Reference Examples
All examples below strictly validate against schemas/msr-2.0.json. You can copy, download, or test
them in the online validator.
CloudMetrics Observability (SaaS)
Cloud observability with subscription pricing ($49/mo), OpenAPI 3.1 endpoints, status page, and event webhooks.
{
"$schema": "https://msr-standard.org/schemas/msr-2.0.json",
"protocol": {
"name": "MSR JSON",
"version": "2.0.0",
"author": "Antonio Santos",
"specification_license": "CC-BY-4.0",
"reference_implementation_license": "MIT",
"canonical_url": "https://cloudmetrics.io/.well-known/msr.json"
},
"entity": {
"name": "CloudMetrics Observability",
"slug": "cloudmetrics",
"domain": "cloudmetrics.io",
"type": "saas",
"license": {
"type": "proprietary",
"spdx_id": "Proprietary",
"commercial_terms": "subscription"
},
"vendor": {
"name": "CloudMetrics Inc.",
"website": "https://cloudmetrics.io",
"country_code": "US",
"support_url": "https://cloudmetrics.io/support"
},
"descriptions": {
"en": {
"tagline": "Real-time distributed telemetry and synthetic tracing for Kubernetes workloads.",
"summary": "Enterprise cloud observability platform with anomaly detection and automated alert triage.",
"text": "CloudMetrics ingests high-throughput OpenTelemetry metrics and traces to provide instant root-cause analysis for microservices."
}
}
},
"capabilities": {
"deployment": ["cloud", "hybrid"],
"interfaces": {
"openapi": {
"version": "3.1.0",
"spec_url": "https://api.cloudmetrics.io/v2/openapi.json"
}
},
"pricing": {
"model": "subscription",
"starting_price_cents": 4900,
"currency": "USD"
},
"integrations": ["kubernetes", "datadog", "slack", "pagerduty"]
},
"releases": {
"latest": {
"version": "4.12.0",
"published_at": "2026-09-12T08:00:00Z",
"release_type": "minor",
"changelog_url": "https://cloudmetrics.io/changelog/4.12.0"
}
},
"trust": {
"domain_verification": {
"method": "dns-txt",
"status": "verified",
"verified_at": "2026-08-15T14:22:00Z"
}
},
"telemetry": {
"status_page": "https://status.cloudmetrics.io",
"webhook": {
"url": "https://cloudmetrics.io/api/webhooks/msr",
"events": ["release.published", "status.incident"]
}
}
}
GeoSpatial Vector Gateway (API)
High-throughput spatial calculation and vector tiling gateway exposing OpenAPI and gRPC Protobuf definitions.
{
"$schema": "https://msr-standard.org/schemas/msr-2.0.json",
"protocol": {
"name": "MSR JSON",
"version": "2.0.0",
"author": "Antonio Santos",
"specification_license": "CC-BY-4.0",
"reference_implementation_license": "MIT",
"canonical_url": "https://geoapigateway.org/.well-known/msr.json"
},
"entity": {
"name": "GeoSpatial Vector Gateway API",
"slug": "geospatial-gateway",
"domain": "geoapigateway.org",
"type": "api",
"license": {
"type": "open-source",
"spdx_id": "Apache-2.0",
"commercial_terms": "free"
},
"vendor": {
"name": "Open Spatial Foundation",
"website": "https://geoapigateway.org",
"country_code": "DE",
"support_url": "https://geoapigateway.org/contact"
},
"descriptions": {
"en": {
"tagline": "High-performance vector tiling and reverse-geocoding API gateway.",
"summary": "High-throughput global spatial calculation and reverse geocoding API with sub-10ms response times.",
"text": "Provides standard GeoJSON, MVT, and gRPC protobuf endpoints for global cadastral and terrain calculations."
}
}
},
"capabilities": {
"deployment": ["cloud", "self-hosted", "docker"],
"interfaces": {
"openapi": {
"version": "3.1.0",
"spec_url": "https://geoapigateway.org/specs/openapi.json"
},
"grpc": {
"proto_url": "https://geoapigateway.org/specs/geospatial.proto",
"port": 50051
}
},
"pricing": {
"model": "free",
"starting_price_cents": 0,
"currency": "EUR"
},
"integrations": ["postgis", "leaflet", "maplibre"]
},
"releases": {
"latest": {
"version": "2.1.0",
"published_at": "2026-09-01T10:00:00Z",
"release_type": "minor",
"changelog_url": "https://geoapigateway.org/releases/2.1.0"
}
},
"trust": {
"domain_verification": {
"method": "well-known-http",
"status": "verified",
"verified_at": "2026-09-01T10:05:00Z"
}
},
"telemetry": {
"status_page": "https://status.geoapigateway.org"
}
}
Database Inspector (MCP Server)
Model Context Protocol (MCP) server declaring stdio transport, 6 tool bindings, and Docker distribution.
{
"$schema": "https://msr-standard.org/schemas/msr-2.0.json",
"protocol": {
"name": "MSR JSON",
"version": "2.0.0",
"author": "Antonio Santos",
"specification_license": "CC-BY-4.0",
"reference_implementation_license": "MIT",
"canonical_url": "https://dbmcp.tools/.well-known/msr.json"
},
"entity": {
"name": "Database Inspector MCP Server",
"slug": "db-inspector-mcp",
"domain": "dbmcp.tools",
"type": "mcp-server",
"license": {
"type": "open-source",
"spdx_id": "MIT",
"commercial_terms": "free"
},
"vendor": {
"name": "DevTools Collective",
"website": "https://dbmcp.tools",
"country_code": "NL",
"support_url": "https://github.com/dbmcp/server/issues"
},
"descriptions": {
"en": {
"tagline": "Safe read-only database query execution and schema inspection tools for AI coding assistants.",
"summary": "Standard Model Context Protocol server exposing verified schema exploration and query planning to AI agents.",
"text": "Integrates directly with Claude Code, Cursor, and Gemini CLI to grant controlled, read-only SQL inspection with explain-plan validation."
}
}
},
"capabilities": {
"deployment": ["self-hosted", "docker"],
"interfaces": {
"mcp": {
"version": "2024-11-05",
"transport": "stdio",
"endpoint": "https://dbmcp.tools/mcp/sse",
"tools_count": 6,
"schema_url": "https://dbmcp.tools/schemas/mcp-tools.json"
}
},
"pricing": {
"model": "free",
"starting_price_cents": 0,
"currency": "USD"
},
"integrations": ["claude", "cursor", "gemini", "postgresql", "mysql", "sqlite"]
},
"releases": {
"latest": {
"version": "1.4.2",
"published_at": "2026-09-14T18:30:00Z",
"release_type": "patch",
"changelog_url": "https://github.com/dbmcp/server/releases/tag/v1.4.2",
"artifacts": [
{
"platform": "docker",
"uri": "docker.io/dbmcp/server:1.4.2",
"sha256": "3a879e64e1074e64f89d5f76b5d92df9926f2127dbfc20e29b14798993ee3024"
}
]
}
},
"trust": {
"domain_verification": {
"method": "well-known-http",
"status": "verified",
"verified_at": "2026-09-14T18:35:00Z"
}
},
"telemetry": {
"status_page": "https://status.dbmcp.tools"
}
}
Synapse Code Auditor (AI Agent)
Autonomous security reasoning agent with Ed25519 manifest cryptographic signature and usage pricing.
{
"$schema": "https://msr-standard.org/schemas/msr-2.0.json",
"protocol": {
"name": "MSR JSON",
"version": "2.0.0",
"author": "Antonio Santos",
"specification_license": "CC-BY-4.0",
"reference_implementation_license": "MIT",
"canonical_url": "https://synapseagent.ai/.well-known/msr.json"
},
"entity": {
"name": "Synapse Code Auditor Agent",
"slug": "synapse-auditor",
"domain": "synapseagent.ai",
"type": "ai-agent",
"license": {
"type": "proprietary",
"spdx_id": "Proprietary",
"commercial_terms": "paid"
},
"vendor": {
"name": "Synapse Cognitive Systems",
"website": "https://synapseagent.ai",
"country_code": "US",
"support_url": "https://synapseagent.ai/support"
},
"descriptions": {
"en": {
"tagline": "Autonomous security vulnerability triage and patch verification agent.",
"summary": "Autonomous AI agent that monitors Git pull requests, executes static analysis in sandboxes, and verifies remediations.",
"text": "Synapse inspects multi-file refactors against CVE registries, generating reproduction unit tests and suggested patches without human intervention."
}
}
},
"capabilities": {
"deployment": ["cloud", "docker"],
"interfaces": {
"mcp": {
"version": "2024-11-05",
"transport": "sse",
"endpoint": "https://api.synapseagent.ai/mcp/sse",
"tools_count": 12,
"schema_url": "https://synapseagent.ai/schemas/tools.json"
}
},
"pricing": {
"model": "usage",
"starting_price_cents": 25,
"currency": "USD"
},
"integrations": ["github", "gitlab", "jira", "docker"]
},
"releases": {
"latest": {
"version": "2.3.0",
"published_at": "2026-09-10T12:00:00Z",
"release_type": "minor",
"changelog_url": "https://synapseagent.ai/changelog/2.3.0"
}
},
"trust": {
"domain_verification": {
"method": "dns-txt",
"status": "verified",
"verified_at": "2026-08-20T09:15:00Z"
},
"signatures": {
"algorithm": "ed25519",
"public_key": "MCowBQYDK2VwAyEA47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuqU=",
"manifest_signature": "25f54316a30c51b7596b63ab38a6a666eef705a6fb7a71f005d53a9ba011f01c238b74c52084e3d37651dd07945d812d1b70a0c4f1c1f51397858c82ab4d470a"
}
},
"telemetry": {
"status_page": "https://status.synapseagent.ai"
}
}
FastKV Distributed Cache (Open Source)
Ultra-low latency in-memory embedded key-value engine with multi-platform binary distributions.
{
"$schema": "https://msr-standard.org/schemas/msr-2.0.json",
"protocol": {
"name": "MSR JSON",
"version": "2.0.0",
"author": "Antonio Santos",
"specification_license": "CC-BY-4.0",
"reference_implementation_license": "MIT",
"canonical_url": "https://fastkv.dev/.well-known/msr.json"
},
"entity": {
"name": "FastKV Distributed Cache Engine",
"slug": "fastkv",
"domain": "fastkv.dev",
"type": "open-source",
"license": {
"type": "open-source",
"spdx_id": "MIT",
"commercial_terms": "free"
},
"vendor": {
"name": "FastKV Maintainers",
"website": "https://fastkv.dev",
"country_code": "CA",
"support_url": "https://github.com/fastkv/fastkv/issues"
},
"descriptions": {
"en": {
"tagline": "Lock-free, ultra-low latency in-memory key-value storage engine in Rust.",
"summary": "High-concurrency embedded key-value engine with zero-copy serialization and Raft replication.",
"text": "Designed for real-time edge caches and microsecond stream processors, offering full ACID transactions with snapshot isolation."
}
}
},
"capabilities": {
"deployment": ["self-hosted", "desktop", "edge", "docker"],
"pricing": {
"model": "free",
"starting_price_cents": 0,
"currency": "USD"
},
"integrations": ["rust", "python", "golang", "redis-protocol"]
},
"releases": {
"latest": {
"version": "3.0.1",
"published_at": "2026-09-08T16:00:00Z",
"release_type": "patch",
"changelog_url": "https://github.com/fastkv/fastkv/releases/tag/v3.0.1",
"artifacts": [
{
"platform": "linux-x86_64",
"uri": "https://github.com/fastkv/fastkv/releases/download/v3.0.1/fastkv-linux-amd64.tar.gz",
"sha256": "4b227777d4dd1fc61c6f884f48641d02b4d121d3fd328cb08b5531fcacdabf8a"
},
{
"platform": "darwin-arm64",
"uri": "https://github.com/fastkv/fastkv/releases/download/v3.0.1/fastkv-darwin-arm64.tar.gz",
"sha256": "ef2d127de37b942baad06145e54b0c619a1f22327b2ebbcfbec78f5564afe39d"
}
]
}
},
"trust": {
"domain_verification": {
"method": "well-known-http",
"status": "verified",
"verified_at": "2026-09-08T16:05:00Z"
}
},
"telemetry": {
"status_page": "https://status.fastkv.dev"
}
}
VectorSmith Studio (Desktop)
Native cross-platform desktop application with installer downloads, SHA-256 binary checksums, and one-time pricing (€79).
{
"$schema": "https://msr-standard.org/schemas/msr-2.0.json",
"protocol": {
"name": "MSR JSON",
"version": "2.0.0",
"author": "Antonio Santos",
"specification_license": "CC-BY-4.0",
"reference_implementation_license": "MIT",
"canonical_url": "https://vectorsmith.app/.well-known/msr.json"
},
"entity": {
"name": "VectorSmith Studio",
"slug": "vectorsmith",
"domain": "vectorsmith.app",
"type": "desktop",
"license": {
"type": "commercial",
"spdx_id": "Proprietary",
"commercial_terms": "paid"
},
"vendor": {
"name": "VectorSmith Graphics UG",
"website": "https://vectorsmith.app",
"country_code": "DE",
"support_url": "https://vectorsmith.app/support"
},
"descriptions": {
"en": {
"tagline": "GPU-accelerated vector typography and parametric icon editor for desktop.",
"summary": "Professional native vector illustration and icon design software optimized for macOS, Windows, and Linux.",
"text": "VectorSmith uses Metal and Vulkan shaders to render complex bezier node trees at 120 FPS with instant SVG/PDF export."
}
}
},
"capabilities": {
"deployment": ["desktop"],
"pricing": {
"model": "one-time",
"starting_price_cents": 7900,
"currency": "EUR"
},
"integrations": ["figma", "inkscape", "blender"]
},
"releases": {
"latest": {
"version": "2.5.0",
"published_at": "2026-09-16T11:00:00Z",
"release_type": "minor",
"changelog_url": "https://vectorsmith.app/updates/2.5.0",
"artifacts": [
{
"platform": "windows-x64",
"uri": "https://download.vectorsmith.app/VectorSmith-2.5.0-Setup.exe",
"sha256": "5f4dcc3b5aa765d61d8327deb882cf992b9699aaf5e4b77f154ef9ff729f8f2e",
"size_bytes": 84201984
},
{
"platform": "macos-universal",
"uri": "https://download.vectorsmith.app/VectorSmith-2.5.0.dmg",
"sha256": "8a3e7b16584c311497bb7553bb85f67a2cb647a752627e7f53f92931215444cf",
"size_bytes": 91226112
},
{
"platform": "linux-appimage",
"uri": "https://download.vectorsmith.app/VectorSmith-2.5.0.AppImage",
"sha256": "1e2f3a4b5c6d7e8f90123456789abcdef0123456789abcdef0123456789abcde",
"size_bytes": 88080384
}
]
}
},
"trust": {
"domain_verification": {
"method": "dns-txt",
"status": "verified",
"verified_at": "2026-07-10T14:00:00Z"
}
},
"telemetry": {
"status_page": "https://status.vectorsmith.app"
}
}