JSON Contracts✓
io.github.json-contracts/json-contracts · v0.1.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.json-contracts/json-contracts",
"description": "JSON contract registry and validator for structured LLM and agent outputs.",
"title": "JSON Contracts",
"repository": {
"url": "https://github.com/json-contracts/json-contracts",
"source": "github",
"id": "1230012930"
},
"version": "0.1.2",
"websiteUrl": "https://github.com/json-contracts/json-contracts#readme",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "json-contracts",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Folder containing JSON contract files. Defaults to ./json-contracts.",
"format": "filepath",
"name": "JSON_CONTRACTS_DIR"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}